diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 15:36:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-15 15:36:32 +0000 |
commit | 9b249b52c26acbe452948175bd115509674e8272 (patch) | |
tree | 2e21f222a7069676c11f608cd63478c4962de41d /dev-perl/Crypt-RIPEMD160 | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-9b249b52c26acbe452948175bd115509674e8272.tar.gz gentoo-2-9b249b52c26acbe452948175bd115509674e8272.tar.bz2 gentoo-2-9b249b52c26acbe452948175bd115509674e8272.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/ChangeLog b/dev-perl/Crypt-RIPEMD160/ChangeLog index df8633adc399..8e6228dc0a6a 100644 --- a/dev-perl/Crypt-RIPEMD160/ChangeLog +++ b/dev-perl/Crypt-RIPEMD160/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Crypt-RIPEMD160 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.18 2006/08/05 01:50:32 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.19 2007/01/15 15:36:32 mcummings Exp $ + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Crypt-RIPEMD160-0.04.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Crypt-RIPEMD160-0.04.ebuild: diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild index add8c6390d2c..eda9b84804cb 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/08/05 01:50:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild,v 1.13 2007/01/15 15:36:32 mcummings Exp $ inherit perl-module DESCRIPTION="Crypt::RIPEMD160 module for perl" -HOMEPAGE="http://search.cpan.org/~chgeuer/${P}" +HOMEPAGE="http://search.cpan.org/~chgeuer/" SRC_URI="mirror://cpan/authors/id/C/CH/CHGEUER/${P}.tar.gz" SLOT="0" @@ -15,4 +15,3 @@ IUSE="" export OPTIMIZE="$CFLAGS" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |