summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 10:34:12 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 10:34:12 +0000
commitb411a924b10152d53c2def781ec0263d30a70b16 (patch)
tree4f363d169d51ce27fbb4a8a2a7a21d79f8b9a8d6 /dev-perl/Math-Random
parentAdd live ebuild (diff)
downloadhistorical-b411a924b10152d53c2def781ec0263d30a70b16.tar.gz
historical-b411a924b10152d53c2def781ec0263d30a70b16.tar.bz2
historical-b411a924b10152d53c2def781ec0263d30a70b16.zip
Change version scheme
Package-Manager: portage-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"