summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-29 18:16:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-29 18:16:37 +0000
commit6c5797b47e07dc33e5302cbaa9fef918a7716491 (patch)
treeff2a1bd234f4a9483042cdd7d3eabf35adec812b /dev-perl/Math-Random-ISAAC-XS
parentCleanup (diff)
downloadgentoo-2-6c5797b47e07dc33e5302cbaa9fef918a7716491.tar.gz
gentoo-2-6c5797b47e07dc33e5302cbaa9fef918a7716491.tar.bz2
gentoo-2-6c5797b47e07dc33e5302cbaa9fef918a7716491.zip
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC-XS')
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/ChangeLog6
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild25
-rw-r--r--dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild25
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-perl/Math-Random-ISAAC-XS/ChangeLog b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
index ff776b003945..888f08cebc74 100644
--- a/dev-perl/Math-Random-ISAAC-XS/ChangeLog
+++ b/dev-perl/Math-Random-ISAAC-XS/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Math-Random-ISAAC-XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.5 2011/02/18 06:35:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-ISAAC-XS/ChangeLog,v 1.6 2011/07/29 18:16:37 tove Exp $
+
+ 29 Jul 2011; Torsten Veller <tove@gentoo.org>
+ -Math-Random-ISAAC-XS-1.1.ebuild, -Math-Random-ISAAC-XS-1.3.ebuild:
+ Cleanup
*Math-Random-ISAAC-XS-1.4 (18 Feb 2011)
diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
deleted file mode 100644
index bce164a332b1..000000000000
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.1.ebuild
+++ /dev/null
@@ -1,25 +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-XS/Math-Random-ISAAC-XS-1.1.ebuild,v 1.3 2011/02/13 17:18:38 armin76 Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=FREQUENCY
-MODULE_VERSION=1.001
-inherit perl-module
-
-DESCRIPTION="C implementation of the ISAAC PRNG Algorithm"
-
-LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-NoWarnings
- )"
-
-SRC_TEST="do"
diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild
deleted file mode 100644
index 1d63621fd04a..000000000000
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.3.ebuild
+++ /dev/null
@@ -1,25 +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-XS/Math-Random-ISAAC-XS-1.3.ebuild,v 1.1 2011/02/14 07:50:35 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.003
-inherit perl-module
-
-DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
-
-LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Math-Random-ISAAC"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- dev-perl/Test-NoWarnings
- )"
-
-SRC_TEST="do"