diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 17:50:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 17:50:11 +0000 |
commit | 43bbaecb8d62747a785aa2b788a0b095d66891e8 (patch) | |
tree | fcb3d02957294702218d2377cb00f84d643a3a08 /dev-perl/Crypt-RIPEMD160 | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #431850 (diff) | |
download | historical-43bbaecb8d62747a785aa2b788a0b095d66891e8.tar.gz historical-43bbaecb8d62747a785aa2b788a0b095d66891e8.tar.bz2 historical-43bbaecb8d62747a785aa2b788a0b095d66891e8.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/ChangeLog b/dev-perl/Crypt-RIPEMD160/ChangeLog index afe40649eccc..9d35b0a13c77 100644 --- a/dev-perl/Crypt-RIPEMD160/ChangeLog +++ b/dev-perl/Crypt-RIPEMD160/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Crypt-RIPEMD160 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.28 2012/06/24 12:58:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.29 2012/09/02 17:32:13 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -Crypt-RIPEMD160-0.04.ebuild: + Cleanup 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild deleted file mode 100644 index 63e37bdcf5c6..000000000000 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild,v 1.15 2012/06/17 14:25:34 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Crypt::RIPEMD160 module for perl" -HOMEPAGE="http://search.cpan.org/~chgeuer/" -SRC_URI="mirror://cpan/authors/id/C/CH/CHGEUER/${P}.tar.gz" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -export OPTIMIZE="$CFLAGS" -DEPEND="dev-lang/perl" |