diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-03-20 04:31:48 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-03-20 04:31:48 +0000 |
commit | cdf5d7d71832b8117620d1bdc0a37c44660c5422 (patch) | |
tree | cd95292b8f3a1bc984a884b4496c816d353d0b94 | |
parent | Added hppa to KEYWORDS. (diff) | |
download | gentoo-2-cdf5d7d71832b8117620d1bdc0a37c44660c5422.tar.gz gentoo-2-cdf5d7d71832b8117620d1bdc0a37c44660c5422.tar.bz2 gentoo-2-cdf5d7d71832b8117620d1bdc0a37c44660c5422.zip |
add new ebuild; see bug 16808
-rw-r--r-- | dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Getopt-Mixed/files/digest-Getopt-Mixed-1.008 | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild new file mode 100644 index 000000000000..08a899e75c71 --- /dev/null +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header $ + +IUSE="" + +inherit perl-module + +S="${WORKDIR}/${P}" +CATEGORY="dev-perl" + +DESCRIPTION="Getopt::Mixed is used for parsing mixed options" +SRC_URI="http://www.cpan.org/modules/by-module/Getopt/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Getopt/${P}.readme" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ppc ~sparc ~sparc64 ~alpha" + +DEPEND="${DEPEND}" diff --git a/dev-perl/Getopt-Mixed/files/digest-Getopt-Mixed-1.008 b/dev-perl/Getopt-Mixed/files/digest-Getopt-Mixed-1.008 new file mode 100644 index 000000000000..fa9a2bc21763 --- /dev/null +++ b/dev-perl/Getopt-Mixed/files/digest-Getopt-Mixed-1.008 @@ -0,0 +1 @@ +MD5 7d492669944f93809b7963f2c88865e7 Getopt-Mixed-1.008.tar.gz 9856 |