summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-30 08:59:42 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-30 08:59:42 +0000
commitf5227e2fbf8d20d0ba12fe623d15cc1b2c283da1 (patch)
treea067b7cf0237836e5a2e26d91315dd3fa83e0ab1 /dev-perl/Math-Random-ISAAC
parentBump for #363439 (diff)
downloadhistorical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.gz
historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.bz2
historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.zip
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-Random-ISAAC')
-rw-r--r--dev-perl/Math-Random-ISAAC/ChangeLog5
-rw-r--r--dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.3.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/Math-Random-ISAAC/ChangeLog b/dev-perl/Math-Random-ISAAC/ChangeLog
index db2d089515ac..77445276aeef 100644
--- a/dev-perl/Math-Random-ISAAC/ChangeLog
+++ b/dev-perl/Math-Random-ISAAC/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Math-Random-ISAAC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.4 2011/02/18 06:35:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC/ChangeLog,v 1.5 2011/07/30 08:07:31 tove Exp $
+
+ 30 Jul 2011; Torsten Veller <tove@gentoo.org> -Math-Random-ISAAC-1.3.ebuild:
+ Cleanup
*Math-Random-ISAAC-1.4 (18 Feb 2011)
diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.3.ebuild b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.3.ebuild
deleted file mode 100644
index 2d6937e47bce..000000000000
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-ISAAC/Math-Random-ISAAC-1.3.ebuild,v 1.3 2011/02/13 17:19:24 armin76 Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.003
-inherit perl-module
-
-DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
-
-LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-NoWarnings
- )"
-
-SRC_TEST="do"