diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-30 11:45:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-30 11:45:56 +0000 |
commit | 0a33cd171381719f88349574cb3751c73fb9ebad (patch) | |
tree | 2ed617f5ca4c0767377819630ca8975c4ff25f2f /dev-perl/Math-Combinatorics | |
parent | Missing dep (diff) | |
download | perl-overlay-0a33cd171381719f88349574cb3751c73fb9ebad.tar.gz perl-overlay-0a33cd171381719f88349574cb3751c73fb9ebad.tar.bz2 perl-overlay-0a33cd171381719f88349574cb3751c73fb9ebad.zip |
Remove RESTRICT=mirror. Set KEYWORDS="~amd64 ~x86". Use MODULE_AUTHOR.
Diffstat (limited to 'dev-perl/Math-Combinatorics')
-rw-r--r-- | dev-perl/Math-Combinatorics/Manifest | 3 | ||||
-rw-r--r-- | dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Math-Combinatorics/Manifest b/dev-perl/Math-Combinatorics/Manifest index 7da93d7d6..e57a5e273 100644 --- a/dev-perl/Math-Combinatorics/Manifest +++ b/dev-perl/Math-Combinatorics/Manifest @@ -1,2 +1,3 @@ DIST Math-Combinatorics-0.09.tar.gz 10474 RMD160 4f3ef7507e268d0094e5b20af9f274b4dfcf1283 SHA1 85a0ebe595bc2e7b62cfa8fd0ff250e283076afa SHA256 6ef15a1003fe4d7f49d54380b5d7995f5950d799e46aad285d758a12e36da647 -EBUILD Math-Combinatorics-0.09.ebuild 495 RMD160 2f0fc3f97449f8a6f7d9990f2f6e58aa2f147d29 SHA1 ccd96c4f25cc1b8d3ab1dc3a8523e8d21bcffe08 SHA256 fe325668fd95770c9dfbfde271c53a6ce93c69dba4ff6c3689b0c200b82f52c5 +EBUILD Math-Combinatorics-0.09.ebuild 309 RMD160 f11e19f33682f11646c142c35de623e0898dab98 SHA1 d2c196ded0d7d6550c194d66d911d8ad81ff6cd9 SHA256 70f1b28167be1a853fc652375d6cf06ebf142367df5460917a6312430927b4a8 +MISC metadata.xml 275 RMD160 886f0d2545c92b211896d98c8b5dd667827ea2ba SHA1 eec2dc0c033c1c722ba174b9831d93f9f1ee6327 SHA256 33bf1ec8a147665cbf3e8acd10dd484a02696c44f598e078959e5ca77394c49c diff --git a/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild index 29940ee4e..c48018f15 100644 --- a/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild +++ b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild @@ -2,16 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header$ +MODULE_AUTHOR=ALLENDAY inherit perl-module DESCRIPTION="Perform combinations and permutations on lists" -HOMEPAGE="http://search.cpan.org/dist/${PN}/" -SRC_URI="mirror://cpan/authors/id/A/AL/ALLENDAY/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc sparc-fbsd x86 x86-fbsd" -RESTRICT="nomirror" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |