diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-16 08:55:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-16 08:55:30 +0000 |
commit | e5b58fe3654067ac7f5c6fa05130bf48686069e6 (patch) | |
tree | d4515ddb805505184a776e1eafc788379d48197d | |
parent | Remove test useflag. EAPI=2 (diff) | |
download | gentoo-2-e5b58fe3654067ac7f5c6fa05130bf48686069e6.tar.gz gentoo-2-e5b58fe3654067ac7f5c6fa05130bf48686069e6.tar.bz2 gentoo-2-e5b58fe3654067ac7f5c6fa05130bf48686069e6.zip |
Remove test useflag. LICENSE change. EAPI=2
(Portage version: 2.2_rc25/cvs/Linux i686)
-rw-r--r-- | dev-perl/Math-Random/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-Random/Math-Random-0.71.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-perl/Math-Random/ChangeLog b/dev-perl/Math-Random/ChangeLog index 14dd723fa784..406956bfdb5e 100644 --- a/dev-perl/Math-Random/ChangeLog +++ b/dev-perl/Math-Random/ChangeLog @@ -1,6 +1,9 @@ # 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.1 2009/03/13 00:04:35 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/ChangeLog,v 1.2 2009/03/16 08:55:30 tove Exp $ + + 16 Mar 2009; Torsten Veller <tove@gentoo.org> Math-Random-0.71.ebuild: + Remove test useflag. LICENSE change. EAPI=2 *Math-Random-0.71 (12 Mar 2009) diff --git a/dev-perl/Math-Random/Math-Random-0.71.ebuild b/dev-perl/Math-Random/Math-Random-0.71.ebuild index e062cbd42441..500063d65fb9 100644 --- a/dev-perl/Math-Random/Math-Random-0.71.ebuild +++ b/dev-perl/Math-Random/Math-Random-0.71.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2009 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.71.ebuild,v 1.1 2009/03/13 00:04:35 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random/Math-Random-0.71.ebuild,v 1.2 2009/03/16 08:55:30 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=GROMMEL inherit perl-module DESCRIPTION="Random Number Generators" -HOMEPAGE="http://search.cpan.org/~grommel/Math-Random-0.71/Random.pm" -SRC_URI="mirror://cpan/authors/id/G/GR/GROMMEL/${P}.tar.gz" -LICENSE="|| ( Artistic GPL-2 )" +LICENSE="( || ( Artistic GPL-2 ) ) public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -SRC_TEST="do" +IUSE="" -DEPEND="dev-lang/perl" +SRC_TEST="do" |