summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-21 16:53:31 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-21 16:53:31 +0000
commitf4c23cb6c81e39998ba8c6ecf8cc1f7b88cce555 (patch)
treea15e1d879be63923f48d39ac88284f1f3ab63b13 /perl-core/Archive-Tar
parentVersion bump (diff)
downloadgentoo-2-f4c23cb6c81e39998ba8c6ecf8cc1f7b88cce555.tar.gz
gentoo-2-f4c23cb6c81e39998ba8c6ecf8cc1f7b88cce555.tar.bz2
gentoo-2-f4c23cb6c81e39998ba8c6ecf8cc1f7b88cce555.zip
Version bump
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'perl-core/Archive-Tar')
-rw-r--r--perl-core/Archive-Tar/Archive-Tar-1.48.ebuild23
-rw-r--r--perl-core/Archive-Tar/ChangeLog7
2 files changed, 29 insertions, 1 deletions
diff --git a/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild
new file mode 100644
index 000000000000..6fbfb90fe3c9
--- /dev/null
+++ b/perl-core/Archive-Tar/Archive-Tar-1.48.ebuild
@@ -0,0 +1,23 @@
+# 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.48.ebuild,v 1.1 2009/04/21 16:53:31 tove Exp $
+
+MODULE_AUTHOR=KANE
+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 ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE="bzip2"
+
+DEPEND=">=virtual/perl-IO-Zlib-1.01
+ >=virtual/perl-Compress-Zlib-2.015
+ bzip2? ( >=virtual/perl-IO-Compress-Bzip2-2.015 )
+ 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 3c74213d05cd..820635786de8 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.8 2009/04/18 16:10:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.9 2009/04/21 16:53:31 tove Exp $
+
+*Archive-Tar-1.48 (21 Apr 2009)
+
+ 21 Apr 2009; Torsten Veller <tove@gentoo.org> +Archive-Tar-1.48.ebuild:
+ Version bump
18 Apr 2009; Torsten Veller <tove@gentoo.org> -Archive-Tar-1.32.ebuild,
Archive-Tar-1.38.ebuild, Archive-Tar-1.40.ebuild, Archive-Tar-1.46.ebuild: