diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 09:01:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 09:01:19 +0000 |
commit | 34aaae3b4dabab909480f7f3d010c844aa7910c0 (patch) | |
tree | 56ad99526a13b2aa0f90108dc63dd857194583b0 /dev-perl/Archive-Tar | |
parent | Clean up the install phase and try to address linking issues #66449. (Manifes... (diff) | |
download | gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.tar.gz gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.tar.bz2 gentoo-2-34aaae3b4dabab909480f7f3d010c844aa7910c0.zip |
hppa stable for #68570
Diffstat (limited to 'dev-perl/Archive-Tar')
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild | 13 | ||||
-rw-r--r-- | dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild index f6e1c83789eb..dae836bf6e7c 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild @@ -1,16 +1,17 @@ # 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.09.ebuild,v 1.5 2004/06/25 21:35:49 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.09.ebuild,v 1.6 2004/10/31 09:01:19 vapier 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" +SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" + LICENSE="Artistic" -KEYWORDS="x86 amd64 ~ppc sparc alpha ~hppa ~mips" +SLOT="0" +KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86" +IUSE="" DEPEND="dev-perl/IO-Zlib - || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )" + || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )" diff --git a/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild b/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild index 79f43b60d179..8f47a1d1688d 100644 --- a/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild +++ b/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild @@ -1,16 +1,17 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Tar/Archive-Tar-1.10.ebuild,v 1.2 2004/10/31 09:01:19 vapier 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" +SRC_URI="http://www.cpan.org/modules/by-module/Archive/${P}.tar.gz" + LICENSE="Artistic" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" DEPEND="dev-perl/IO-Zlib - || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )" + || ( ( dev-perl/File-Spec dev-perl/Test-Simple ) >=dev-lang/perl-5.8.0-r12 )" |