diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 00:27:16 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-24 00:27:16 +0000 |
commit | 57226f2b108ee55de076d7fd24da2229ad6d0fb1 (patch) | |
tree | 8485b219ade9870b2d0f080a2b2d59f909d0c012 /dev-perl/Math-BigInt | |
parent | regression fix (Manifest recommit) (diff) | |
download | gentoo-2-57226f2b108ee55de076d7fd24da2229ad6d0fb1.tar.gz gentoo-2-57226f2b108ee55de076d7fd24da2229ad6d0fb1.tar.bz2 gentoo-2-57226f2b108ee55de076d7fd24da2229ad6d0fb1.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog index 9028ccd4372d..48c0eb84d8fe 100644 --- a/dev-perl/Math-BigInt/ChangeLog +++ b/dev-perl/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-BigInt # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.5 2004/05/07 17:47:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.6 2004/05/24 00:24:28 kloeri Exp $ + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> Math-BigInt-1.69.ebuild: + Stable on alpha. 07 May 2004; Gustavo Zacarias <gustavoz@gentoo.org> Math-BigInt-1.69.ebuild: Stable on sparc diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild index 17bf6bf2388e..a1414da76ace 100644 --- a/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild +++ b/dev-perl/Math-BigInt/Math-BigInt-1.69.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/Math-BigInt/Math-BigInt-1.69.ebuild,v 1.3 2004/05/07 17:47:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.69.ebuild,v 1.4 2004/05/24 00:24:28 kloeri Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~amd64 ~alpha ~hppa ~mips ~ppc sparc s390" +KEYWORDS="x86 ~amd64 alpha ~hppa ~mips ~ppc sparc s390" |