diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-03 22:23:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-03 22:23:18 +0000 |
commit | 1a8dafecde1702dc216c07c71043c7d12b69d444 (patch) | |
tree | 2ab1074dfa4e5a7f9f157c52bb27e10c65df9fff /virtual | |
parent | Fix incompatibility with sys-apps/module-init-tools-3.8, bug 271286 (diff) | |
download | gentoo-2-1a8dafecde1702dc216c07c71043c7d12b69d444.tar.gz gentoo-2-1a8dafecde1702dc216c07c71043c7d12b69d444.tar.bz2 gentoo-2-1a8dafecde1702dc216c07c71043c7d12b69d444.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Compress-Raw-Zlib/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.020.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/virtual/perl-Compress-Raw-Zlib/ChangeLog b/virtual/perl-Compress-Raw-Zlib/ChangeLog index 668171823ca0..164647a888a6 100644 --- a/virtual/perl-Compress-Raw-Zlib/ChangeLog +++ b/virtual/perl-Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Compress-Raw-Zlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.5 2009/05/04 14:49:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Compress-Raw-Zlib/ChangeLog,v 1.6 2009/06/03 22:23:18 tove Exp $ + +*perl-Compress-Raw-Zlib-2.020 (03 Jun 2009) + + 03 Jun 2009; Torsten Veller <tove@gentoo.org> + +perl-Compress-Raw-Zlib-2.020.ebuild: + Version bump *perl-Compress-Raw-Zlib-2.019 (04 May 2009) diff --git a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.020.ebuild b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.020.ebuild new file mode 100644 index 000000000000..124929ba4883 --- /dev/null +++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.020.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-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.020.ebuild,v 1.1 2009/06/03 22:23:18 tove Exp $ + +DESCRIPTION="Low-Level Interface to zlib compression library" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" + +IUSE="" +DEPEND="" + +RDEPEND="~perl-core/Compress-Raw-Zlib-${PV}" |