summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-07-30 09:27:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-07-30 09:27:44 +0000
commitb53fc9960f42482ea7dc48bb71ffce232e533cbf (patch)
treef55c2997222ace6c2e76155222e2d308521050c2 /dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild
parentNew package (diff)
downloadhistorical-b53fc9960f42482ea7dc48bb71ffce232e533cbf.tar.gz
historical-b53fc9960f42482ea7dc48bb71ffce232e533cbf.tar.bz2
historical-b53fc9960f42482ea7dc48bb71ffce232e533cbf.zip
new version on cpan
Diffstat (limited to 'dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild')
-rw-r--r--dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild
new file mode 100644
index 000000000000..79f43b60d179
--- /dev/null
+++ b/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild,v 1.1 2004/07/30 09:27:44 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A Perl module for creation and manipulation of tar files"
+SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/${P}.readme"
+IUSE=""
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips"
+
+DEPEND="dev-perl/IO-Zlib
+ || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )"