diff options
author | Aaron Kulbe <superlag@gentoo.org> | 2006-04-17 17:38:19 +0000 |
---|---|---|
committer | Aaron Kulbe <superlag@gentoo.org> | 2006-04-17 17:38:19 +0000 |
commit | 0018f84212c259f7797bf6324acabb8c0611b216 (patch) | |
tree | 8ef8b356484d437e34b6f6e027e84eacee463dbd /dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild | |
parent | Initial import of ebuild written by me. (diff) | |
download | gentoo-2-0018f84212c259f7797bf6324acabb8c0611b216.tar.gz gentoo-2-0018f84212c259f7797bf6324acabb8c0611b216.tar.bz2 gentoo-2-0018f84212c259f7797bf6324acabb8c0611b216.zip |
Version bump.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild')
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild new file mode 100644 index 000000000000..5ead68717e29 --- /dev/null +++ b/dev-perl/Archive-Tar/Archive-Tar-1.29.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 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.29.ebuild,v 1.1 2006/04/17 17:38:19 superlag Exp $ + +inherit perl-module + +DESCRIPTION="A Perl module for creation and manipulation of tar files" +HOMEPAGE="http://search.cpan.org/~kane/Archive-Tar-1.26/" +SRC_URI="mirror://cpan/authors/id/K/KA/KANE/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh +~sparc ~x86" +IUSE="" + +DEPEND="dev-perl/IO-Zlib + dev-perl/IO-String + >=virtual/perl-Test-Harness-2.26" + +SRC_TEST="do" |