diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 13:25:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-26 13:25:44 +0000 |
commit | 91226d4b2aeaf7aa619889f089b39f63e5c4f2bc (patch) | |
tree | adef8a25090513bb0c9ef55a44b0bf9341afe073 /dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild | |
parent | Finally test for x86 (diff) | |
download | historical-91226d4b2aeaf7aa619889f089b39f63e5c4f2bc.tar.gz historical-91226d4b2aeaf7aa619889f089b39f63e5c4f2bc.tar.bz2 historical-91226d4b2aeaf7aa619889f089b39f63e5c4f2bc.zip |
For bug 6905
Diffstat (limited to 'dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild')
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild b/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild new file mode 100644 index 000000000000..fd68f06a1cf0 --- /dev/null +++ b/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Archive::Rar - Interface with the rar command" +SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Acrhive/${P}.readme" + + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" |