diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-16 20:00:06 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-16 20:00:06 +0000 |
commit | 462b700b58c9c9e174d14265d576c203883fb062 (patch) | |
tree | 97c001027be4cf52b1ca6431d7a76f7ceac6af2e /kde-base/kdepim | |
parent | Mark ~amd64 (diff) | |
download | gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.gz gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.bz2 gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.zip |
Removing 3.4.0 prereleases: beta1, beta2. RC1 can also be removed but I want to be sure sparc's finished keywording 3.4.0.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r-- | kde-base/kdepim/files/digest-kdepim-3.4.0_beta1 | 1 | ||||
-rw-r--r-- | kde-base/kdepim/files/digest-kdepim-3.4.0_beta2 | 1 | ||||
-rw-r--r-- | kde-base/kdepim/kdepim-3.4.0_beta1.ebuild | 24 | ||||
-rw-r--r-- | kde-base/kdepim/kdepim-3.4.0_beta2.ebuild | 24 |
4 files changed, 0 insertions, 50 deletions
diff --git a/kde-base/kdepim/files/digest-kdepim-3.4.0_beta1 b/kde-base/kdepim/files/digest-kdepim-3.4.0_beta1 deleted file mode 100644 index aba71694fb6a..000000000000 --- a/kde-base/kdepim/files/digest-kdepim-3.4.0_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bf99a73889c00597c0e2303ed4b3befc kdepim-3.3.91.tar.bz2 11302154 diff --git a/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2 b/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2 deleted file mode 100644 index 1dc67cb5bf26..000000000000 --- a/kde-base/kdepim/files/digest-kdepim-3.4.0_beta2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cfa0e0e86e00c48d3af0e08ffe0aae3 kdepim-3.3.92.tar.bz2 11258288 diff --git a/kde-base/kdepim/kdepim-3.4.0_beta1.ebuild b/kde-base/kdepim/kdepim-3.4.0_beta1.ebuild deleted file mode 100644 index 8188937346e7..000000000000 --- a/kde-base/kdepim/kdepim-3.4.0_beta1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.4.0_beta1.ebuild,v 1.5 2005/02/08 15:18:31 greg_g Exp $ - -inherit kde-dist eutils - -DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..." - -KEYWORDS="~x86 ~amd64" -IUSE="crypt gnokii pda" - -DEPEND="~kde-base/kdebase-${PV} - pda? ( app-pda/pilot-link dev-libs/libmal ) - gnokii? ( net-dialup/gnokii ) - crypt? ( >=app-crypt/gpgme-0.9.0-r1 ) - >=dev-libs/cyrus-sasl-2 - !net-www/akregator" - -src_compile() { - # needed to detect pi-notepad.h, used by the kpilot notepad conduit. - use pda && myconf="${myconf} --with-extra-includes=/usr/include/libpisock" - - kde_src_compile -} diff --git a/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild b/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild deleted file mode 100644 index e3879951ef69..000000000000 --- a/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.4.0_beta2.ebuild,v 1.2 2005/02/16 02:18:35 weeve Exp $ - -inherit kde-dist - -DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..." - -KEYWORDS="~x86 ~amd64 ~sparc" -IUSE="crypt gnokii pda" - -DEPEND="~kde-base/kdebase-${PV} - pda? ( app-pda/pilot-link dev-libs/libmal ) - gnokii? ( net-dialup/gnokii ) - crypt? ( >=app-crypt/gpgme-0.9.0-r1 ) - >=dev-libs/cyrus-sasl-2 - !net-www/akregator" - -src_compile() { - # needed to detect pi-notepad.h, used by the kpilot notepad conduit. - use pda && myconf="${myconf} --with-extra-includes=/usr/include/libpisock" - - kde_src_compile -} |