diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 16:25:03 +0000 |
commit | 9e68b308cd0922289929815efbc89ec23a772103 (patch) | |
tree | e70b73e5d74ea723f3afab1249eb73960e8dbaea /kde-base/kaddressbook | |
parent | Version bump #225053 by Fabio Rossi and switch to Debian /etc files (which we... (diff) | |
download | historical-9e68b308cd0922289929815efbc89ec23a772103.tar.gz historical-9e68b308cd0922289929815efbc89ec23a772103.tar.bz2 historical-9e68b308cd0922289929815efbc89ec23a772103.zip |
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r-- | kde-base/kaddressbook/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-3.5.8.ebuild | 55 |
2 files changed, 5 insertions, 56 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index f5e8c491eb52..740eea2b2027 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.93 2008/05/18 21:58:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.94 2008/06/07 14:27:26 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + -kaddressbook-3.5.8.ebuild: + Removed old versions. 18 May 2008; Markus Meier <maekke@gentoo.org> kaddressbook-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild deleted file mode 100644 index bfb3e3637201..000000000000 --- a/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild +++ /dev/null @@ -1,55 +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/kaddressbook/kaddressbook-3.5.8.ebuild,v 1.7 2008/03/04 06:23:31 jer Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="The KDE Address Book" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gnokii" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) -$(deprange $PV $MAXKDEVER kde-base/libkcal) -$(deprange $PV $MAXKDEVER kde-base/certmanager) -$(deprange $PV $MAXKDEVER kde-base/libkdenetwork) -$(deprange $PV $MAXKDEVER kde-base/kontact) -gnokii? ( app-mobilephone/gnokii )" - -RDEPEND="${DEPEND}" - -KMCOPYLIB=" - libkdepim libkdepim - libkcal libkcal - libkleopatra certmanager/lib/ - libqgpgme libkdenetwork/qgpgme/ - libkpinterfaces kontact/interfaces/" -KMEXTRACTONLY=" - libkdepim/ - libkdenetwork/ - libkcal/ - certmanager/ - kontact/interfaces/ - akregator - kmail/kmailIface.h" -KMCOMPILEONLY=" - libkcal/libical/src/libical/ - libkcal/libical/src/libicalss/ - akregator/src/librss" - # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them -KMEXTRA=" - kabc/ - kfile-plugins/vcf - kontact/plugins/kaddressbook" - -src_compile() { - myconf="$myconf $(use_with gnokii)" - export DO_NOT_COMPILE="libical" && 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" -} |