diff options
author | 2013-08-16 07:03:50 +0000 | |
---|---|---|
committer | 2013-08-16 07:03:50 +0000 | |
commit | 2d93858d1b9294d5b2f492fb3c1d1862b2f24077 (patch) | |
tree | eddee21403f721216449cbc400e98a0318d296a4 /virtual | |
parent | Bump (diff) | |
download | gentoo-2-2d93858d1b9294d5b2f492fb3c1d1862b2f24077.tar.gz gentoo-2-2d93858d1b9294d5b2f492fb3c1d1862b2f24077.tar.bz2 gentoo-2-2d93858d1b9294d5b2f492fb3c1d1862b2f24077.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-DB_File/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-DB_File/perl-DB_File-1.829.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-DB_File/ChangeLog b/virtual/perl-DB_File/ChangeLog index e2a74d4f16e7..94ee8a8a1580 100644 --- a/virtual/perl-DB_File/ChangeLog +++ b/virtual/perl-DB_File/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-DB_File # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.61 2013/03/02 16:28:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/ChangeLog,v 1.62 2013/08/16 07:03:50 patrick Exp $ + +*perl-DB_File-1.829.0 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer <patrick@gentoo.org> +perl-DB_File-1.829.0.ebuild: + Bump 02 Mar 2013; Agostino Sarubbo <ago@gentoo.org> perl-DB_File-1.827.0.ebuild: Stable for sh, wrt bug #458122 diff --git a/virtual/perl-DB_File/perl-DB_File-1.829.0.ebuild b/virtual/perl-DB_File/perl-DB_File-1.829.0.ebuild new file mode 100644 index 000000000000..c52f033373a9 --- /dev/null +++ b/virtual/perl-DB_File/perl-DB_File-1.829.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-DB_File/perl-DB_File-1.829.0.ebuild,v 1.1 2013/08/16 07:03:50 patrick Exp $ + +EAPI=4 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |