summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-15 17:28:36 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-15 17:28:36 +0000
commit30988d2dbd9b36c428a0d9951ce0477a7768c78d (patch)
tree68d6a968b2c55091a9f305361f306a1c3fdd695f /dev-perl/digest-md2
parentEbuild maintenance (diff)
downloadgentoo-2-30988d2dbd9b36c428a0d9951ce0477a7768c78d.tar.gz
gentoo-2-30988d2dbd9b36c428a0d9951ce0477a7768c78d.tar.bz2
gentoo-2-30988d2dbd9b36c428a0d9951ce0477a7768c78d.zip
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/digest-md2')
-rw-r--r--dev-perl/digest-md2/ChangeLog8
-rw-r--r--dev-perl/digest-md2/digest-md2-2.03.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/digest-md2/ChangeLog b/dev-perl/digest-md2/ChangeLog
index 56dd88b342a7..8f61df369b9b 100644
--- a/dev-perl/digest-md2/ChangeLog
+++ b/dev-perl/digest-md2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/digest-md2
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/ChangeLog,v 1.13 2006/08/06 02:18:39 mcummings Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/ChangeLog,v 1.14 2007/01/15 17:28:36 mcummings Exp $
+
+ 15 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ digest-md2-2.03.ebuild:
+ Ebuild maintenance
06 Aug 2006; Michael Cummings <mcummings@gentoo.org>
digest-md2-2.03.ebuild:
diff --git a/dev-perl/digest-md2/digest-md2-2.03.ebuild b/dev-perl/digest-md2/digest-md2-2.03.ebuild
index 83b3b127c392..a218923a6684 100644
--- a/dev-perl/digest-md2/digest-md2-2.03.ebuild
+++ b/dev-perl/digest-md2/digest-md2-2.03.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/digest-md2-2.03.ebuild,v 1.12 2006/08/06 02:18:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-md2/digest-md2-2.03.ebuild,v 1.13 2007/01/15 17:28:36 mcummings Exp $
inherit perl-module
MY_P=Digest-MD2-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Perl interface to the MD2 Algorithm"
-HOMEPAGE="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${MY_P}.readme"
+HOMEPAGE="http://search.cpan.org/~gaas/"
SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
@@ -17,4 +17,3 @@ IUSE=""
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"