diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-04 11:24:07 +0000 |
commit | 572cdefa178b10a964077d4623512a79c5297a42 (patch) | |
tree | a5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Math-Random-Secure | |
parent | Version bump to latest release. (diff) | |
download | historical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2 historical-572cdefa178b10a964077d4623512a79c5297a42.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Math-Random-Secure')
-rw-r--r-- | dev-perl/Math-Random-Secure/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild | 27 |
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-perl/Math-Random-Secure/ChangeLog b/dev-perl/Math-Random-Secure/ChangeLog index f0d53ce9ed34..2ffe5f024cd0 100644 --- a/dev-perl/Math-Random-Secure/ChangeLog +++ b/dev-perl/Math-Random-Secure/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-Random-Secure # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.5 2011/09/03 21:04:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-Secure/ChangeLog,v 1.6 2011/09/04 11:20:53 tove Exp $ + + 04 Sep 2011; Torsten Veller <tove@gentoo.org> + -Math-Random-Secure-0.60.ebuild: + Cleanup 03 Sep 2011; Torsten Veller <tove@gentoo.org> Math-Random-Secure-0.60.0.ebuild: diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild deleted file mode 100644 index 2f473b45cadd..000000000000 --- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.ebuild +++ /dev/null @@ -1,27 +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-Secure/Math-Random-Secure-0.60.ebuild,v 1.3 2011/08/27 20:12:16 phajdan.jr Exp $ - -EAPI=3 - -MODULE_AUTHOR=MKANAT -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RDEPEND="dev-perl/Any-Moose - >=dev-perl/Crypt-Random-Source-0.70 - >=dev-perl/Math-Random-ISAAC-1.0.1 - dev-perl/Math-Random-ISAAC-XS" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Warn - )" - -SRC_TEST="do" |