diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:27:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:27:45 +0000 |
commit | 1736f19ee62480a3f16cb1b84c10a8a923232379 (patch) | |
tree | f875420e8a50e0ebdb992b0b5b3312972264b08e /app-office | |
parent | initial commit of the new gsx console ebuild. (diff) | |
download | gentoo-2-1736f19ee62480a3f16cb1b84c10a8a923232379.tar.gz gentoo-2-1736f19ee62480a3f16cb1b84c10a8a923232379.tar.bz2 gentoo-2-1736f19ee62480a3f16cb1b84c10a8a923232379.zip |
Virtuals for some perl-core deps
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/tedia2sql/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/tedia2sql/tedia2sql-1.2.8.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-office/tedia2sql/ChangeLog b/app-office/tedia2sql/ChangeLog index 794ab2020bce..fc97d89c5370 100644 --- a/app-office/tedia2sql/ChangeLog +++ b/app-office/tedia2sql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/tedia2sql -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/ChangeLog,v 1.6 2005/07/22 17:12:14 dholm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/ChangeLog,v 1.7 2006/02/11 21:25:29 mcummings Exp $ + + 11 Feb 2006; Michael Cummings <mcummings@gentoo.org> + tedia2sql-1.2.8.ebuild: + Virtuals for some perl-core deps 22 Jul 2005; David Holm <dholm@gentoo.org> tedia2sql-1.2.8.ebuild: Added to ~ppc. diff --git a/app-office/tedia2sql/tedia2sql-1.2.8.ebuild b/app-office/tedia2sql/tedia2sql-1.2.8.ebuild index 5f0859c8ae76..b0d6253309a3 100644 --- a/app-office/tedia2sql/tedia2sql-1.2.8.ebuild +++ b/app-office/tedia2sql/tedia2sql-1.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/tedia2sql-1.2.8.ebuild,v 1.7 2005/07/22 17:12:14 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/tedia2sql-1.2.8.ebuild,v 1.8 2006/02/11 21:25:29 mcummings Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="doc" DEPEND=">=dev-lang/perl-5.8 >=dev-perl/XML-DOM-1.43 - >=perl-core/Digest-MD5-2.24" + >=virtual/perl-Digest-MD5-2.24" S=${WORKDIR}/${PN} |