summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:28:18 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:28:18 +0000
commit53d778aadd7c26a8aa22be2b578b99ae8ba2636c (patch)
tree2a47832e57271f3a3165d6e0405c6d60530dc008 /dev-perl/Math-Random
parentChange version scheme (diff)
downloadgentoo-2-53d778aadd7c26a8aa22be2b578b99ae8ba2636c.tar.gz
gentoo-2-53d778aadd7c26a8aa22be2b578b99ae8ba2636c.tar.bz2
gentoo-2-53d778aadd7c26a8aa22be2b578b99ae8ba2636c.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random')
-rw-r--r--dev-perl/Math-Random/ChangeLog9
-rw-r--r--dev-perl/Math-Random/Math-Random-0.710.0.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Math-Random/ChangeLog b/dev-perl/Math-Random/ChangeLog
index 1f838af01d17..88ccf62c1604 100644
--- a/dev-perl/Math-Random/ChangeLog
+++ b/dev-perl/Math-Random/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Math-Random
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.4 2009/05/13 15:56:38 ken69267 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.5 2011/08/30 10:28:18 tove Exp $
+
+*Math-Random-0.710.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Math-Random-0.710.0.ebuild:
+ Change version scheme
13 May 2009; Kenneth Prugh <ken69267@gentoo.org> Math-Random-0.71.ebuild:
amd64 stable, bug #269573
diff --git a/dev-perl/Math-Random/Math-Random-0.710.0.ebuild b/dev-perl/Math-Random/Math-Random-0.710.0.ebuild
new file mode 100644
index 000000000000..d7268ecb6a85
--- /dev/null
+++ b/dev-perl/Math-Random/Math-Random-0.710.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/Math-Random-0.710.0.ebuild,v 1.1 2011/08/30 10:28:18 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=GROMMEL
+MODULE_VERSION=0.71
+inherit perl-module
+
+DESCRIPTION="Random Number Generators"
+
+LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"