diff options
author | 2009-10-12 22:37:15 +0000 | |
---|---|---|
committer | 2009-10-12 22:37:15 +0000 | |
commit | 75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459 (patch) | |
tree | 2fc021910ac269af214f9aee0c0fc3f3e060a295 /kde-base/konsolekalendar | |
parent | Stable for HPPA (bug #287618). (diff) | |
download | historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.gz historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.bz2 historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.zip |
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/konsolekalendar')
-rw-r--r-- | kde-base/konsolekalendar/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/konsolekalendar/konsolekalendar-3.5.9.ebuild | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/kde-base/konsolekalendar/ChangeLog b/kde-base/konsolekalendar/ChangeLog index cbfdf392ecb2..b8bba4b57429 100644 --- a/kde-base/konsolekalendar/ChangeLog +++ b/kde-base/konsolekalendar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/konsolekalendar # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.109 2009/10/10 09:54:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.110 2009/10/12 21:58:11 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> + -konsolekalendar-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> konsolekalendar-4.3.1.ebuild: diff --git a/kde-base/konsolekalendar/konsolekalendar-3.5.9.ebuild b/kde-base/konsolekalendar/konsolekalendar-3.5.9.ebuild deleted file mode 100644 index 6842557c3dfe..000000000000 --- a/kde-base/konsolekalendar/konsolekalendar-3.5.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-3.5.9.ebuild,v 1.7 2008/05/18 21:32:00 maekke Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="A command line interface to KDE calendars" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkcal-${PV}:${SLOT} ->=kde-base/libkdepim-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkcal libkcal - libkdepim libkdepim" -KMEXTRACTONLY=" libkdepim/" -KMCOMPILEONLY="libkcal" - -src_compile() { - export DO_NOT_COMPILE="libkcal" - kde-meta_src_compile myconf configure - cd "${S}"/libkcal; emake htmlexportsettings.h - kde-meta_src_compile make -} |