diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-30 06:58:35 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-30 06:58:35 +0000 |
commit | d0a5d43b81f1bdd09c31466ced2ebd2fc6cbfac1 (patch) | |
tree | e8a310246eb33b84f821c893ee2846de29d7a8f8 /dev-perl | |
parent | Added Postinst msg, Umlaut patch #311997, Added missing perl-core/DB_File to ... (diff) | |
download | gentoo-2-d0a5d43b81f1bdd09c31466ced2ebd2fc6cbfac1.tar.gz gentoo-2-d0a5d43b81f1bdd09c31466ced2ebd2fc6cbfac1.tar.bz2 gentoo-2-d0a5d43b81f1bdd09c31466ced2ebd2fc6cbfac1.zip |
perl-core/DB_File > virtual/perl-DB_File and EAPI downgrade, thanks tove for teaching me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/ChangeLog | 4 | ||||
-rw-r--r-- | dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/WWW-Dict-Leo-Org/ChangeLog b/dev-perl/WWW-Dict-Leo-Org/ChangeLog index 265e5f5f760e..61a3ecae6cde 100644 --- a/dev-perl/WWW-Dict-Leo-Org/ChangeLog +++ b/dev-perl/WWW-Dict-Leo-Org/ChangeLog @@ -1,12 +1,12 @@ # ChangeLog for dev-perl/WWW-Dict-Leo-Org # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.3 2010/03/30 06:35:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/ChangeLog,v 1.4 2010/03/30 06:58:35 jlec Exp $ *WWW-Dict-Leo-Org-1.34-r2 (30 Mar 2010) 30 Mar 2010; Justin Lecher <jlec@gentoo.org> +files/1.34-umlaut.patch, +WWW-Dict-Leo-Org-1.34-r2.ebuild: - Added Postinst msg, Umlaut patch #311997, Added missing perl-core/DB_File + Added Postinst msg, Umlaut patch #311997, Added missing virtual/perl-DB_File to RDEPEND #311997 *WWW-Dict-Leo-Org-1.34-r1 (12 Feb 2010) diff --git a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild index 85fa841ccdc8..47bd7924a64b 100644 --- a/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild +++ b/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild,v 1.1 2010/03/30 06:35:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Dict-Leo-Org/WWW-Dict-Leo-Org-1.34-r2.ebuild,v 1.2 2010/03/30 06:58:35 jlec Exp $ -EAPI="3" +EAPI="2" MODULE_AUTHOR="TLINDEN" inherit perl-app @@ -17,7 +17,7 @@ IUSE="" RDEPEND=" dev-lang/perl dev-perl/HTML-TableParser - perl-core/DB_File" + virtual/perl-DB_File" DEPEND="${RDEPEND}" src_prepare() { |