diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:07:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:07:31 +0000 |
commit | d2223156f613af6bd9669c0ee155f619fdb6decf (patch) | |
tree | 52523c72bde10aa3bdb05b8f1036e967a2890a8d /dev-perl/Math-Random-ISAAC | |
parent | Version bump to 1.0 Bug #364297 (diff) | |
download | gentoo-2-d2223156f613af6bd9669c0ee155f619fdb6decf.tar.gz gentoo-2-d2223156f613af6bd9669c0ee155f619fdb6decf.tar.bz2 gentoo-2-d2223156f613af6bd9669c0ee155f619fdb6decf.zip |
Cleanup
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Math-Random-ISAAC')
-rw-r--r-- | dev-perl/Math-Random-ISAAC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.3.ebuild | 24 |
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" |