diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-15 14:41:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-15 14:41:59 +0000 |
commit | dbc7bf03892622ad1d527ff619ee1096d80d13f9 (patch) | |
tree | 409a85ca5485cc74e2d16c2c78df24b5aa8ba86c /perl-core | |
parent | Marked ppc/ppc64 stable for bug #250950. (diff) | |
download | gentoo-2-dbc7bf03892622ad1d527ff619ee1096d80d13f9.tar.gz gentoo-2-dbc7bf03892622ad1d527ff619ee1096d80d13f9.tar.bz2 gentoo-2-dbc7bf03892622ad1d527ff619ee1096d80d13f9.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Archive-Tar/Archive-Tar-1.42.ebuild | 24 | ||||
-rw-r--r-- | perl-core/Archive-Tar/ChangeLog | 7 |
2 files changed, 30 insertions, 1 deletions
diff --git a/perl-core/Archive-Tar/Archive-Tar-1.42.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.42.ebuild new file mode 100644 index 000000000000..6cd69d583235 --- /dev/null +++ b/perl-core/Archive-Tar/Archive-Tar-1.42.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.42.ebuild,v 1.1 2008/12/15 14:41:59 tove Exp $ + +MODULE_AUTHOR=KANE +inherit perl-module + +DESCRIPTION="A Perl module for creation and manipulation of tar files" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="bzip2" + +DEPEND=">=virtual/perl-IO-Zlib-1.01 + >=virtual/perl-Compress-Zlib-2.012 + bzip2? ( >=dev-perl/IO-Compress-Bzip2-2.012 ) + dev-perl/IO-String + perl-core/Package-Constants + dev-lang/perl" + +SRC_TEST="do" + +use bzip2 || myconf="-n" diff --git a/perl-core/Archive-Tar/ChangeLog b/perl-core/Archive-Tar/ChangeLog index 7dd776f7e6bf..600300ec4a5f 100644 --- a/perl-core/Archive-Tar/ChangeLog +++ b/perl-core/Archive-Tar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Archive-Tar # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.3 2008/12/10 17:15:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.4 2008/12/15 14:41:59 tove Exp $ + +*Archive-Tar-1.42 (15 Dec 2008) + + 15 Dec 2008; Torsten Veller <tove@gentoo.org> +Archive-Tar-1.42.ebuild: + Version bump 10 Dec 2008; Alexis Ballier <aballier@gentoo.org> Archive-Tar-1.40.ebuild: keyword ~sparc-fbsd |