diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:00:39 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 20:00:39 +0000 |
commit | 3adab1029c84dd1b9a4997b485db3c2adff140ed (patch) | |
tree | b71aecd1b009f0c53aa8eb884a91598de5b6b43a /kde-base/kalarm | |
parent | Stable for HPPA (bug #245707). (diff) | |
download | gentoo-2-3adab1029c84dd1b9a4997b485db3c2adff140ed.tar.gz gentoo-2-3adab1029c84dd1b9a4997b485db3c2adff140ed.tar.bz2 gentoo-2-3adab1029c84dd1b9a4997b485db3c2adff140ed.zip |
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kalarm')
-rw-r--r-- | kde-base/kalarm/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kalarm/kalarm-3.5.9.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/kde-base/kalarm/ChangeLog b/kde-base/kalarm/ChangeLog index 58fe01e16abf..95257d7f6136 100644 --- a/kde-base/kalarm/ChangeLog +++ b/kde-base/kalarm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kalarm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.121 2009/10/10 08:42:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/ChangeLog,v 1.122 2009/10/12 20:00:39 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kalarm-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kalarm-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/kalarm/kalarm-3.5.9.ebuild b/kde-base/kalarm/kalarm-3.5.9.ebuild deleted file mode 100644 index cf2e834ae644..000000000000 --- a/kde-base/kalarm/kalarm-3.5.9.ebuild +++ /dev/null @@ -1,44 +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/kalarm/kalarm-3.5.9.ebuild,v 1.7 2008/05/18 21:43:30 maekke Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="Personal alarm message, command and email scheduler for KDE" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} ->=kde-base/libkdenetwork-${PV}:${SLOT} ->=kde-base/libkmime-${PV}:${SLOT} ->=kde-base/libkpimidentities-${PV}:${SLOT} ->=kde-base/libkcal-${PV}:${SLOT}" - -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkcal libkcal - libkdepim libkdepim - libkmime libkmime - libkpimidentities libkpimidentities" -KMEXTRACTONLY=" - libkcal/libical - libkdepim/ - libkdenetwork/ - libkpimidentities/ - libkmime/ - libemailfunctions/" -KMCOMPILEONLY=" - libkcal/libical/src/libical/ - libkcal/libical/src/libicalss/" - -src_compile() { - export DO_NOT_COMPILE="libkcal" && kde-meta_src_compile myconf configure - # generate "ical.h" - cd "${S}/libkcal/libical/src/libical" && make ical.h - # generate "icalss.h" - cd "${S}/libkcal/libical/src/libicalss" && make icalss.h - - kde-meta_src_compile make -} |