diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 23:05:57 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 23:05:57 +0000 |
commit | 49cc7e5f2ba63d0ae49b2430d5444639f1e4082f (patch) | |
tree | 977da5eb586399763c71b731677ea910897f6379 /kde-base/libkpimexchange | |
parent | version bump (diff) | |
download | gentoo-2-49cc7e5f2ba63d0ae49b2430d5444639f1e4082f.tar.gz gentoo-2-49cc7e5f2ba63d0ae49b2430d5444639f1e4082f.tar.bz2 gentoo-2-49cc7e5f2ba63d0ae49b2430d5444639f1e4082f.zip |
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/libkpimexchange')
-rw-r--r-- | kde-base/libkpimexchange/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog index 81f247f524c5..a30f46d6a9fb 100644 --- a/kde-base/libkpimexchange/ChangeLog +++ b/kde-base/libkpimexchange/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkpimexchange # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.96 2009/07/12 12:21:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.97 2009/10/12 23:05:57 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> + -libkpimexchange-3.5.9.ebuild: + KDE 3.5.9 removal 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> libkpimexchange-3.5.10.ebuild: diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild deleted file mode 100644 index 412617323e7d..000000000000 --- a/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild +++ /dev/null @@ -1,33 +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/libkpimexchange/libkpimexchange-3.5.9.ebuild,v 1.7 2008/05/18 20:54:09 maekke Exp $ - -KMNAME=kdepim -EAPI="1" -inherit kde-meta eutils - -DESCRIPTION="KDE PIM exchange library" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=kde-base/libkcal-${PV}:${SLOT}" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkcal libkcal" -# libkcal is installed because a lot of headers are needed, but it don't have to be compiled -KMEXTRACTONLY=" - libkcal/" -KMCOMPILEONLY=" - libkcal/libical/src/libical/ - libkcal/libical/src/libicalss/" - -src_compile() { - 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 -} |