diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 15:32:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-24 15:32:51 +0000 |
commit | bf54e515721853fe18904201769142c2e62a9b53 (patch) | |
tree | ab6d20321d3d7138121836eb26a227fb726c73be /app-office | |
parent | dev-perl/Digest-MD5 => perl-core/Digest-MD5 (diff) | |
download | historical-bf54e515721853fe18904201769142c2e62a9b53.tar.gz historical-bf54e515721853fe18904201769142c2e62a9b53.tar.bz2 historical-bf54e515721853fe18904201769142c2e62a9b53.zip |
dev-perl/Digest-MD5 => perl-core/Digest-MD5
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/tedia2sql/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/tedia2sql/Manifest | 14 | ||||
-rw-r--r-- | app-office/tedia2sql/tedia2sql-1.2.8.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-office/tedia2sql/ChangeLog b/app-office/tedia2sql/ChangeLog index 279b0456b4ab..b517831e70ca 100644 --- a/app-office/tedia2sql/ChangeLog +++ b/app-office/tedia2sql/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2005/01/01 15:41:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/ChangeLog,v 1.5 2005/05/24 15:32:51 mcummings Exp $ + + 24 May 2005; Michael Cummings <mcummings@gentoo.org> tedia2sql-1.2.8.ebuild: + dev-perl/Digest-MD5 => perl-core/Digest-MD5 *tedia2sql-1.2.8 (14 Jan 2004) diff --git a/app-office/tedia2sql/Manifest b/app-office/tedia2sql/Manifest index dcccd7943c2e..61462de3a471 100644 --- a/app-office/tedia2sql/Manifest +++ b/app-office/tedia2sql/Manifest @@ -1,4 +1,14 @@ -MD5 86896f36dfd2285c1bd325fe11b9a44b ChangeLog 390 -MD5 422b6a823a49813f5f19bf466bcb9dac tedia2sql-1.2.8.ebuild 817 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e3c4a5a77a9d468c7901baa4ec47c87e ChangeLog 515 +MD5 ae05902c161c9bcc3d4c16d70182e53c tedia2sql-1.2.8.ebuild 817 MD5 b7216ba0bec6c1dedf761cd7e98d8bfb files/digest-tedia2sql-1.2.8 64 MD5 b4240fe6e788b7ed6a160bc21f254664 files/tedia2sql-gentoo.patch 664 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCk0k5tG5z4I8BtQoRAjNyAJ96IszmTl5tLF5bVGtWzr609rWzoACdHhTJ +0H+tUotVGY5cGJ6N6nb+GPw= +=TF4L +-----END PGP SIGNATURE----- diff --git a/app-office/tedia2sql/tedia2sql-1.2.8.ebuild b/app-office/tedia2sql/tedia2sql-1.2.8.ebuild index b1b93ef702e3..3398c2aa2ba0 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 # 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.5 2005/01/01 15:41:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/tedia2sql/tedia2sql-1.2.8.ebuild,v 1.6 2005/05/24 15:32:51 mcummings Exp $ inherit eutils @@ -16,7 +16,7 @@ IUSE="doc" DEPEND=">=dev-lang/perl-5.8 >=dev-perl/XML-DOM-1.43 - >=dev-perl/Digest-MD5-2.24" + >=perl-core/Digest-MD5-2.24" S=${WORKDIR}/${PN} |