diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 07:08:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-26 07:08:08 +0000 |
commit | 9ca5162c3920b426dd4bd29bce1127401283d348 (patch) | |
tree | efaea1db2d9162e0edcea97b176e5155bb8477bc /dev-perl/Crypt-RIPEMD160 | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-9ca5162c3920b426dd4bd29bce1127401283d348.tar.gz gentoo-2-9ca5162c3920b426dd4bd29bce1127401283d348.tar.bz2 gentoo-2-9ca5162c3920b426dd4bd29bce1127401283d348.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160')
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/ChangeLog b/dev-perl/Crypt-RIPEMD160/ChangeLog index b7505bda6476..6dffdd9060d7 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.10 2004/01/09 21:13:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.11 2004/05/26 07:08:08 kloeri Exp $ + + 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> + Crypt-RIPEMD160-0.04.ebuild: + Stable on alpha. 09 Jan 2004; <gustavoz@gentoo.org> Crypt-RIPEMD160-0.04.ebuild: marked stable on sparc diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild index d37e350d5467..5282189e2694 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild,v 1.12 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r2.ebuild,v 1.13 2004/05/26 07:08:08 kloeri Exp $ inherit perl-module diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild index 327aa65c86f3..41bf828e32a7 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild,v 1.5 2003/06/21 21:36:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.03-r3.ebuild,v 1.6 2004/05/26 07:08:08 kloeri Exp $ inherit perl-module diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild index a6428fdcdb25..2f750e7acc5a 100644 --- a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/01/09 21:13:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild,v 1.4 2004/05/26 07:08:08 kloeri Exp $ inherit perl-module @@ -11,6 +11,6 @@ SRC_URI="http://cpan.pair.com/authors/id/C/CH/CHGEUER/${P}.tar.gz" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 amd64 ~ppc sparc ~alpha" +KEYWORDS="x86 amd64 ~ppc sparc alpha" export OPTIMIZE="$CFLAGS" |