diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-15 20:53:02 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-15 20:53:02 +0000 |
commit | fafe7ae059e57ce163db51a3ccd96f8f8c2a51d8 (patch) | |
tree | a592b427eb57293f2a39e3c9c3a19d1411ef5cd3 /app-crypt | |
parent | fix libsepol dep (Manifest recommit) (diff) | |
download | gentoo-2-fafe7ae059e57ce163db51a3ccd96f8f8c2a51d8.tar.gz gentoo-2-fafe7ae059e57ce163db51a3ccd96f8f8c2a51d8.tar.bz2 gentoo-2-fafe7ae059e57ce163db51a3ccd96f8f8c2a51d8.zip |
cleanup of old ebuilds that depend on old gpgme versions in the deletion queue
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cryptplug/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.15.ebuild | 17 | ||||
-rw-r--r-- | app-crypt/cryptplug/cryptplug-0.3.16.ebuild | 27 | ||||
-rw-r--r-- | app-crypt/cryptplug/files/digest-cryptplug-0.3.15 | 1 | ||||
-rw-r--r-- | app-crypt/cryptplug/files/digest-cryptplug-0.3.16 | 1 |
5 files changed, 5 insertions, 47 deletions
diff --git a/app-crypt/cryptplug/ChangeLog b/app-crypt/cryptplug/ChangeLog index 75923cae6d00..7444edf908cb 100644 --- a/app-crypt/cryptplug/ChangeLog +++ b/app-crypt/cryptplug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/cryptplug # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/ChangeLog,v 1.24 2004/10/31 15:23:05 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/ChangeLog,v 1.25 2004/11/15 20:53:02 dragonheart Exp $ + + 16 Nov 2004; Daniel Black <dragonheart@gentoo.org> -cryptplug-0.3.15.ebuild, + -cryptplug-0.3.16.ebuild: + cleanup of old ebuilds that depend on old gpgme versions in the deletion queue 31 Oct 2004; Tom Gall <tgall@gentoo.org> cryptplug-0.3.16-r1.ebuild: stable on ppc64, bug #64485 diff --git a/app-crypt/cryptplug/cryptplug-0.3.15.ebuild b/app-crypt/cryptplug/cryptplug-0.3.15.ebuild deleted file mode 100644 index c6fda1d7c56d..000000000000 --- a/app-crypt/cryptplug/cryptplug-0.3.15.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.15.ebuild,v 1.16 2004/06/24 21:31:17 agriffis Exp $ - -DESCRIPTION="GPG and S/MIME encryption plugins. Use by KMail v1.5 (KDE 3.1) and Mutt" -HOMEPAGE="http://www.gnupg.org/" -SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc hppa amd64 alpha ia64" -IUSE="" -DEPEND="=app-crypt/gpgme-0.3.14" - -src_install() { - einstall || die -} diff --git a/app-crypt/cryptplug/cryptplug-0.3.16.ebuild b/app-crypt/cryptplug/cryptplug-0.3.16.ebuild deleted file mode 100644 index d0596085a2cd..000000000000 --- a/app-crypt/cryptplug/cryptplug-0.3.16.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cryptplug/cryptplug-0.3.16.ebuild,v 1.8 2004/10/05 11:46:56 pvdabeel Exp $ - -inherit eutils - -DESCRIPTION="GPG and S/MIME encryption plugins. Use by KMail v1.5 (KDE 3.1) and Mutt" -HOMEPAGE="http://www.gnupg.org/" -SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/cryptplug/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64" -IUSE="" - -DEPEND="=app-crypt/gpgme-0.3.14" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/cryptplug-0.3.16-64bit.dif - epatch ${FILESDIR}/cryptplug-0.3.16-initialize-fix.diff -} - -src_install() { - einstall || die -} diff --git a/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 b/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 deleted file mode 100644 index 7a01774db51d..000000000000 --- a/app-crypt/cryptplug/files/digest-cryptplug-0.3.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 2cbb9ef9a76f3619610c0abf12aba485 cryptplug-0.3.15.tar.gz 218464 diff --git a/app-crypt/cryptplug/files/digest-cryptplug-0.3.16 b/app-crypt/cryptplug/files/digest-cryptplug-0.3.16 deleted file mode 100644 index 60c6f5f19df3..000000000000 --- a/app-crypt/cryptplug/files/digest-cryptplug-0.3.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 c4f2bda9446dcca6c5ca31cd35bf2290 cryptplug-0.3.16.tar.gz 224964 |