diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-09-02 11:20:54 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-09-02 11:20:54 +0000 |
commit | e09e751bc91d9f4f5f6742de50cd74189b81fdbd (patch) | |
tree | eb9ad8360f3b6e9123a53111516f0c335c75d8ba /www-apps/metadot | |
parent | Add missing dev-perl/DateManip dependency wrt bug #104403. (diff) | |
download | gentoo-2-e09e751bc91d9f4f5f6742de50cd74189b81fdbd.tar.gz gentoo-2-e09e751bc91d9f4f5f6742de50cd74189b81fdbd.tar.bz2 gentoo-2-e09e751bc91d9f4f5f6742de50cd74189b81fdbd.zip |
Fix 6.1.6
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/metadot')
-rw-r--r-- | www-apps/metadot/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/metadot/Manifest | 12 | ||||
-rw-r--r-- | www-apps/metadot/metadot-6.1.6.ebuild | 3 |
3 files changed, 7 insertions, 13 deletions
diff --git a/www-apps/metadot/ChangeLog b/www-apps/metadot/ChangeLog index 4bcc1716bd7b..568ac92759ef 100644 --- a/www-apps/metadot/ChangeLog +++ b/www-apps/metadot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/metadot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/ChangeLog,v 1.13 2005/09/02 11:19:51 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/ChangeLog,v 1.14 2005/09/02 11:20:54 rl03 Exp $ + + 02 Sep 2005; Renat Lumpau <rl03@gentoo.org> metadot-6.1.6.ebuild: + Fix 6.1.6 02 Sep 2005; Renat Lumpau <rl03@gentoo.org> metadot-6.4_p3.ebuild: Add missing dev-perl/DateManip dependency wrt bug #104403. diff --git a/www-apps/metadot/Manifest b/www-apps/metadot/Manifest index 06b146e28894..135448bee68d 100644 --- a/www-apps/metadot/Manifest +++ b/www-apps/metadot/Manifest @@ -1,8 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 5c802b64f9e5b8cb1a9a2e6d96970197 metadot-6.4_p3.ebuild 1828 -MD5 ac855f436614ae41195eaff4f8c0a127 metadot-6.1.6.ebuild 1389 +MD5 231ed4905d8104593121747b852bb3b2 metadot-6.1.6.ebuild 1409 MD5 fdac03152c3ef121c811c20946c0fce5 ChangeLog 2109 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 MD5 d94b7dade124ac6fcecd869a69a59f48 files/reconfig-6.4_p3 370 @@ -12,10 +9,3 @@ MD5 20d7f02a98e7e1bdd83cc868dc128863 files/postinstall-en-6.1.6.txt 1567 MD5 a46f23e9d0e84956e0d476a0a52a1f32 files/digest-metadot-6.4_p3 65 MD5 f06f271783c0db5fcb541f0fc51812a1 files/metadot.conf 445 MD5 c7ad307b2475e81f9e5a15c731185dd4 files/reconfig-6.1.6 337 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDGDVsEzitwsaoONoRAjs+AJ0bk8yQkd3iR+IiFoaiXAaY7PNR3gCgjZHr -OiYf+yPYr/lglxc7SO1iIsg= -=nJJp ------END PGP SIGNATURE----- diff --git a/www-apps/metadot/metadot-6.1.6.ebuild b/www-apps/metadot/metadot-6.1.6.ebuild index d5215a8fa805..404a6183a213 100644 --- a/www-apps/metadot/metadot-6.1.6.ebuild +++ b/www-apps/metadot/metadot-6.1.6.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/www-apps/metadot/metadot-6.1.6.ebuild,v 1.9 2005/07/02 23:58:25 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/metadot/metadot-6.1.6.ebuild,v 1.10 2005/09/02 11:20:54 rl03 Exp $ inherit webapp MY_P=${P/-/} @@ -42,6 +42,7 @@ RDEPEND=" dev-perl/XML-Simple dev-perl/Text-CSV_XS dev-perl/Archive-Zip + dev-perl/DateManip " LICENSE="GPL-2" |