diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-21 16:54:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-21 16:54:02 +0000 |
commit | c061575f8244bbdb8450818666716cb4ba28a593 (patch) | |
tree | 44d91bc9058f0d264ecec7d5cddccebc2252d1d1 /virtual/perl-Archive-Tar | |
parent | Version bump (diff) | |
download | gentoo-2-c061575f8244bbdb8450818666716cb4ba28a593.tar.gz gentoo-2-c061575f8244bbdb8450818666716cb4ba28a593.tar.bz2 gentoo-2-c061575f8244bbdb8450818666716cb4ba28a593.zip |
Version bump
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'virtual/perl-Archive-Tar')
-rw-r--r-- | virtual/perl-Archive-Tar/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Archive-Tar/perl-Archive-Tar-1.48.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Archive-Tar/ChangeLog b/virtual/perl-Archive-Tar/ChangeLog index 2fd27c8b098a..39a1e2ffb728 100644 --- a/virtual/perl-Archive-Tar/ChangeLog +++ b/virtual/perl-Archive-Tar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Archive-Tar # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.8 2009/04/18 16:11:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.9 2009/04/21 16:54:02 tove Exp $ + +*perl-Archive-Tar-1.48 (21 Apr 2009) + + 21 Apr 2009; Torsten Veller <tove@gentoo.org> + +perl-Archive-Tar-1.48.ebuild: + Version bump 18 Apr 2009; Torsten Veller <tove@gentoo.org> -perl-Archive-Tar-1.32.ebuild, perl-Archive-Tar-1.38.ebuild: diff --git a/virtual/perl-Archive-Tar/perl-Archive-Tar-1.48.ebuild b/virtual/perl-Archive-Tar/perl-Archive-Tar-1.48.ebuild new file mode 100644 index 000000000000..bcddf2376b44 --- /dev/null +++ b/virtual/perl-Archive-Tar/perl-Archive-Tar-1.48.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.48.ebuild,v 1.1 2009/04/21 16:54:02 tove Exp $ + +DESCRIPTION="A Perl module for creation and manipulation of tar files" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" + +IUSE="" +DEPEND="" + +RDEPEND="~perl-core/Archive-Tar-${PV}" |