diff options
author | 2007-02-05 17:18:12 +0000 | |
---|---|---|
committer | 2007-02-05 17:18:12 +0000 | |
commit | e1cd90e622383f4b969a3ba4cc990df66acc6906 (patch) | |
tree | 0707ca16ee52ec57773c730798193059635174b9 /virtual/perl-Math-BigInt | |
parent | Version bump (diff) | |
download | gentoo-2-e1cd90e622383f4b969a3ba4cc990df66acc6906.tar.gz gentoo-2-e1cd90e622383f4b969a3ba4cc990df66acc6906.tar.bz2 gentoo-2-e1cd90e622383f4b969a3ba4cc990df66acc6906.zip |
Version bump
(Portage version: 2.1.2-r5)
Diffstat (limited to 'virtual/perl-Math-BigInt')
-rw-r--r-- | virtual/perl-Math-BigInt/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.79 | 0 | ||||
-rw-r--r-- | virtual/perl-Math-BigInt/perl-Math-BigInt-1.79.ebuild | 16 |
3 files changed, 24 insertions, 2 deletions
diff --git a/virtual/perl-Math-BigInt/ChangeLog b/virtual/perl-Math-BigInt/ChangeLog index ff5607a8c708..1aba06ab332f 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.7 2006/11/05 02:16:12 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Math-BigInt/ChangeLog,v 1.8 2007/02/05 17:18:12 mcummings Exp $ + +*perl-Math-BigInt-1.79 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +perl-Math-BigInt-1.79.ebuild: + Version bump 05 Nov 2006; Michael Cummings <mcummings@gentoo.org> perl-Math-BigInt-1.77.ebuild: diff --git a/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.79 b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.79 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Math-BigInt/files/digest-perl-Math-BigInt-1.79 diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.79.ebuild b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.79.ebuild new file mode 100644 index 000000000000..e93693a62b75 --- /dev/null +++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.79.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 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.79.ebuild,v 1.1 2007/02/05 17:18:12 mcummings Exp $ + +DESCRIPTION="Virtual for Math-BigInt" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" + +IUSE="" +DEPEND="" +RDEPEND="~perl-core/Math-BigInt-${PV}" + |