diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 00:54:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-06 00:54:08 +0000 |
commit | fdbac8385d03a7126bcd90ee67bdcbbdd3ec954d (patch) | |
tree | 02986f85ea1f92d5a3f615e4fa8a78cabd27ae49 /kde-base/kaddressbook | |
parent | Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s (diff) | |
download | gentoo-2-fdbac8385d03a7126bcd90ee67bdcbbdd3ec954d.tar.gz gentoo-2-fdbac8385d03a7126bcd90ee67bdcbbdd3ec954d.tar.bz2 gentoo-2-fdbac8385d03a7126bcd90ee67bdcbbdd3ec954d.zip |
Cleanup of old KDE 3.5.0 and 3.5.1 ebuild.s
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r-- | kde-base/kaddressbook/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kaddressbook/files/digest-kaddressbook-3.5.0 | 1 | ||||
-rw-r--r-- | kde-base/kaddressbook/files/digest-kaddressbook-3.5.1 | 1 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-3.5.0.ebuild | 54 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-3.5.1.ebuild | 54 |
5 files changed, 5 insertions, 111 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index 5688e99de705..4cf60def219e 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.42 2006/03/27 20:39:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.43 2006/04/06 00:54:08 flameeyes Exp $ + + 05 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -kaddressbook-3.5.0.ebuild, -kaddressbook-3.5.1.ebuild: + Removed old 3.5.0/3.5.1 packages. 27 Mar 2006; Aron Griffis <agriffis@gentoo.org> kaddressbook-3.5.0.ebuild, kaddressbook-3.5.1.ebuild, kaddressbook-3.5.2.ebuild: diff --git a/kde-base/kaddressbook/files/digest-kaddressbook-3.5.0 b/kde-base/kaddressbook/files/digest-kaddressbook-3.5.0 deleted file mode 100644 index 8cfd9db2e7e4..000000000000 --- a/kde-base/kaddressbook/files/digest-kaddressbook-3.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e19a2a40e422ecd483884ce6e9ac8925 kdepim-3.5.0.tar.bz2 12865623 diff --git a/kde-base/kaddressbook/files/digest-kaddressbook-3.5.1 b/kde-base/kaddressbook/files/digest-kaddressbook-3.5.1 deleted file mode 100644 index 2bfcb8caf853..000000000000 --- a/kde-base/kaddressbook/files/digest-kaddressbook-3.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e87c9cbe1f0c0f983f94d804a5bc8f9 kdepim-3.5.1.tar.bz2 12885355 diff --git a/kde-base/kaddressbook/kaddressbook-3.5.0.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.0.ebuild deleted file mode 100644 index ce0c3b711c4b..000000000000 --- a/kde-base/kaddressbook/kaddressbook-3.5.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.0.ebuild,v 1.5 2006/03/27 20:39:30 agriffis Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="The KDE Address Book" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -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 )" - -myconf="$myconf $(use_with gnokii)" - -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() { - 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" -} diff --git a/kde-base/kaddressbook/kaddressbook-3.5.1.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.1.ebuild deleted file mode 100644 index c5239ba400b4..000000000000 --- a/kde-base/kaddressbook/kaddressbook-3.5.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.1.ebuild,v 1.2 2006/03/27 20:39:30 agriffis Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="The KDE Address Book" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="gnokii" -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) -$(deprange $PV $MAXKDEVER kde-base/libkcal) -$(deprange $PV $MAXKDEVER kde-base/certmanager) -$(deprange 3.5.0 $MAXKDEVER kde-base/libkdenetwork) -$(deprange $PV $MAXKDEVER kde-base/kontact) -gnokii? ( app-mobilephone/gnokii )" - -myconf="$myconf $(use_with gnokii)" - -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() { - 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" -} |