diff options
author | Torsten Veller <tove@gentoo.org> | 2010-12-07 08:13:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-12-07 08:13:04 +0000 |
commit | 4866bcb0aaa1b5f902fe970a7cd65c1d8cee0817 (patch) | |
tree | 0fb75836555d2c1027b4075648a200ca496d66cf /perl-core/Archive-Tar | |
parent | Cleanup (diff) | |
download | gentoo-2-4866bcb0aaa1b5f902fe970a7cd65c1d8cee0817.tar.gz gentoo-2-4866bcb0aaa1b5f902fe970a7cd65c1d8cee0817.tar.bz2 gentoo-2-4866bcb0aaa1b5f902fe970a7cd65c1d8cee0817.zip |
Cleanup
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Archive-Tar')
-rw-r--r-- | perl-core/Archive-Tar/Archive-Tar-1.38.ebuild | 20 | ||||
-rw-r--r-- | perl-core/Archive-Tar/Archive-Tar-1.66.ebuild | 22 | ||||
-rw-r--r-- | perl-core/Archive-Tar/Archive-Tar-1.68.ebuild | 22 | ||||
-rw-r--r-- | perl-core/Archive-Tar/ChangeLog | 6 |
4 files changed, 5 insertions, 65 deletions
diff --git a/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild deleted file mode 100644 index 3fcc6e95165a..000000000000 --- a/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild,v 1.3 2009/04/18 16:10:45 tove Exp $ - -inherit perl-module - -DESCRIPTION="A Perl module for creation and manipulation of tar files" -HOMEPAGE="http://search.cpan.org/~kane/Archive-Tar/" -SRC_URI="mirror://cpan/authors/id/K/KA/KANE/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~mips" -IUSE="" - -DEPEND="virtual/perl-IO-Zlib - dev-perl/IO-String - dev-lang/perl" - -SRC_TEST="do" diff --git a/perl-core/Archive-Tar/Archive-Tar-1.66.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.66.ebuild deleted file mode 100644 index e4fb861ef57f..000000000000 --- a/perl-core/Archive-Tar/Archive-Tar-1.66.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.66.ebuild,v 1.1 2010/08/05 07:04:44 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="A Perl module for creation and manipulation of tar files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/perl-IO-Zlib-1.01 - virtual/perl-IO-Compress - virtual/perl-Package-Constants" -# dev-perl/IO-String -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Archive-Tar/Archive-Tar-1.68.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.68.ebuild deleted file mode 100644 index 031a8b4f7349..000000000000 --- a/perl-core/Archive-Tar/Archive-Tar-1.68.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.68.ebuild,v 1.1 2010/08/20 21:12:34 robbat2 Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="A Perl module for creation and manipulation of tar files" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND=">=virtual/perl-IO-Zlib-1.01 - virtual/perl-IO-Compress - virtual/perl-Package-Constants" -# dev-perl/IO-String -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Archive-Tar/ChangeLog b/perl-core/Archive-Tar/ChangeLog index 7d7e31849228..62b790750cd0 100644 --- a/perl-core/Archive-Tar/ChangeLog +++ b/perl-core/Archive-Tar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Archive-Tar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.33 2010/12/07 02:10:37 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.34 2010/12/07 08:13:04 tove Exp $ + + 07 Dec 2010; Torsten Veller <tove@gentoo.org> -Archive-Tar-1.38.ebuild, + -Archive-Tar-1.66.ebuild, -Archive-Tar-1.68.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Archive-Tar-1.72.ebuild: Added ~mips, for bug 262363. |