diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:25:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:25:29 +0000 |
commit | 39fc33c13753b6092efece53058e5847fe3ceb08 (patch) | |
tree | fa626cafe11f6a3c7c1ebe87ee8f038316eb234c /app-office | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-39fc33c13753b6092efece53058e5847fe3ceb08.tar.gz historical-39fc33c13753b6092efece53058e5847fe3ceb08.tar.bz2 historical-39fc33c13753b6092efece53058e5847fe3ceb08.zip |
Virtuals for some perl-core deps
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/tedia2sql/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/tedia2sql/Manifest | 14 | ||||
-rw-r--r-- | app-office/tedia2sql/tedia2sql-1.2.8.ebuild | 6 |
3 files changed, 21 insertions, 7 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/Manifest b/app-office/tedia2sql/Manifest index dad487e3483d..0f12237c7d74 100644 --- a/app-office/tedia2sql/Manifest +++ b/app-office/tedia2sql/Manifest @@ -1,4 +1,14 @@ -MD5 1345e32672a436955f79fd16b6e6f066 ChangeLog 598 -MD5 5e5ea1b731cfe3b4ff2db4581eab0fdf tedia2sql-1.2.8.ebuild 818 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 cc6e302a686753ce09d9d3aafc7f6afa ChangeLog 719 MD5 b7216ba0bec6c1dedf761cd7e98d8bfb files/digest-tedia2sql-1.2.8 64 MD5 b4240fe6e788b7ed6a160bc21f254664 files/tedia2sql-gentoo.patch 664 +MD5 e3c795cb27dc5ff9f677b3d425111bde tedia2sql-1.2.8.ebuild 825 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFD7lZDtG5z4I8BtQoRAkkqAJ4x3cVhRV8Ao+0uctq8SH0HKKCQDQCeK3up +RUgp3cejMiLQNrBUhasmCVs= +=v9Ko +-----END PGP SIGNATURE----- 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} |