diff options
author | 2010-09-10 08:51:06 +0000 | |
---|---|---|
committer | 2010-09-10 08:51:06 +0000 | |
commit | f2114aafb72df610553d68245fede5ef87337fa3 (patch) | |
tree | 07d158fafa32fae4181cb756d8b7a62bd8849907 /virtual/perl-Math-BigInt | |
parent | Version bump (diff) | |
download | historical-f2114aafb72df610553d68245fede5ef87337fa3.tar.gz historical-f2114aafb72df610553d68245fede5ef87337fa3.tar.bz2 historical-f2114aafb72df610553d68245fede5ef87337fa3.zip |
Version bump
Package-Manager: portage-2.2_rc77/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/Manifest | 13 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild | 14 |
3 files changed, 23 insertions, 12 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index 9f387a418955..41fbfff1926a 100644 --- a/virtual/perl-Math-BigInt/ChangeLog +++ b/virtual/perl-Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Math-BigInt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.37 2010/09/04 07:25:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.38 2010/09/10 08:51:06 tove Exp $ + +*perl-Math-BigInt-1.92 (10 Sep 2010) + + 10 Sep 2010; Torsten Veller <tove@gentoo.org> + +perl-Math-BigInt-1.92.ebuild: + Version bump *perl-Math-BigInt-1.90 (04 Sep 2010) diff --git a/virtual/perl-Math-BigInt/Manifest b/virtual/perl-Math-BigInt/Manifest index f089a5b0e99f..0e17dbcd48bc 100644 --- a/virtual/perl-Math-BigInt/Manifest +++ b/virtual/perl-Math-BigInt/Manifest @@ -1,14 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - EBUILD perl-Math-BigInt-1.89.ebuild 469 RMD160 65f7ecc67539cffe17dfc6994b72f2711b249851 SHA1 8215eb0cd0600c55190f234e0367b1f67cea6e06 SHA256 f9598e52c35c1e6125e0db3628d2ddaac1272beec2fd61bee4b3560e19ef2c0b EBUILD perl-Math-BigInt-1.90.ebuild 439 RMD160 d117cfa9be0a0e35b8739c0feed0aba444be62fd SHA1 79a316d0cc0dde59a505c0fd91b3156c24080228 SHA256 6b14d0981fc9c6b95c8fa23cbb439ce8af18a8ef95b1c59ffff09b84f9a178e3 -MISC ChangeLog 5036 RMD160 763ce4f7c454f0a490bfa2309fdaa32006779325 SHA1 4cedc1904dabaacd117f3427c58582818f2f62b8 SHA256 0b194ef00a09a72742b96af05ba5f0d80a4823f6c6297e201c7b62ff786268e7 +EBUILD perl-Math-BigInt-1.92.ebuild 439 RMD160 4d32d2d051d9ad37a01ce795a6ead748a85b9fe0 SHA1 676e67aa37f64d61958bd16cd16f4587cf255c8a SHA256 850226747ed10456d48942182cb6a628be017974534685d52777d1d9b14396d7 +MISC ChangeLog 5171 RMD160 657d11bc2db5a715a80a8122caf90c5820fa8ba4 SHA1 ac34b44ae1679a58e1502ccc734b2cf8b6b62aff SHA256 2b87c16386c0089bd141fb6c957e0ac07d43b9fac26f28c75e72fff3432ec82a MISC metadata.xml 305 RMD160 647980838c590f54441a053916ea629e53e551c0 SHA1 99ef1deeae9a934fb6e46cf5fc4a5fcb8379a74a SHA256 f05dbef15061919972882cab07057e102760a542beba17d131194091401cd7ca ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) - -iEYEARECAAYFAkyB9G8ACgkQV3J2n04Eauy28ACdGh+UkhdWsQVlPrYLENvhvOEh -t4wAnA57oQmhpBqUxfhP5rccXgz+tKDa -=lJoi ------END PGP SIGNATURE----- diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild new file mode 100644 index 000000000000..728c0cbd6b4a --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/perl-Math-BigInt-1.92.ebuild,v 1.1 2010/09/10 08:51:06 tove Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/Math-BigInt-${PV}" |