diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 13:19:32 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-07 13:19:32 +0000 |
commit | 8caaee6f6bb507e2727623ecda170c531062cdd9 (patch) | |
tree | bfabd91eeec562606688fe3897b45b96c5663858 /dev-perl/Math-ModInt | |
parent | Drop dev-lang/perl dependency (diff) | |
download | gentoo-2-8caaee6f6bb507e2727623ecda170c531062cdd9.tar.gz gentoo-2-8caaee6f6bb507e2727623ecda170c531062cdd9.tar.bz2 gentoo-2-8caaee6f6bb507e2727623ecda170c531062cdd9.zip |
Drop dev-lang/perl dependency
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Math-ModInt')
-rw-r--r-- | dev-perl/Math-ModInt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-perl/Math-ModInt/ChangeLog b/dev-perl/Math-ModInt/ChangeLog index b80bb7eb5e59..8884acd250ed 100644 --- a/dev-perl/Math-ModInt/ChangeLog +++ b/dev-perl/Math-ModInt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-ModInt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/ChangeLog,v 1.1 2014/08/13 14:43:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/ChangeLog,v 1.2 2014/12/07 13:19:32 zlogene Exp $ + + 07 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> Math-ModInt-0.7.0.ebuild: + Drop dev-lang/perl dependency *Math-ModInt-0.7.0 (13 Aug 2014) @@ -8,4 +11,3 @@ +metadata.xml: Initial commit, ebuild by g-cpan with some minor tweaks by me. As requested by Owen Conway in the LINX engineering team. - diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild b/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild index a96274cf3620..17771d9a421c 100644 --- a/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild +++ b/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild,v 1.1 2014/08/13 14:43:26 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-ModInt/Math-ModInt-0.7.0.ebuild,v 1.2 2014/12/07 13:19:32 zlogene Exp $ EAPI=5 @@ -16,5 +16,4 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-perl/Math-BigInt-GMP - dev-lang/perl" +DEPEND="dev-perl/Math-BigInt-GMP" |