diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:55:32 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:55:32 +0000 |
commit | 86cacae2d93395a5fb48806eed0ff15f04542c9b (patch) | |
tree | 8bec57c9f1c103769bb48071d77e1a243cc5f5ae /perl-core | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-86cacae2d93395a5fb48806eed0ff15f04542c9b.tar.gz gentoo-2-86cacae2d93395a5fb48806eed0ff15f04542c9b.tar.bz2 gentoo-2-86cacae2d93395a5fb48806eed0ff15f04542c9b.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/digest-base/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.13.ebuild | 7 | ||||
-rw-r--r-- | perl-core/digest-base/digest-base-1.15.ebuild | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog index 5b3d7a5e8c47..36d34edd9022 100644 --- a/perl-core/digest-base/ChangeLog +++ b/perl-core/digest-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/digest-base -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.28 2006/12/24 00:58:49 dertobi123 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.29 2007/01/19 17:55:32 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + digest-base-1.13.ebuild, digest-base-1.15.ebuild: + Ebuild maintenance 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> digest-base-1.15.ebuild: diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild index 0d0aa8de65ce..9d4e4dbb91bf 100644 --- a/perl-core/digest-base/digest-base-1.13.ebuild +++ b/perl-core/digest-base/digest-base-1.13.ebuild @@ -1,6 +1,6 @@ -# 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/perl-core/digest-base/digest-base-1.13.ebuild,v 1.12 2006/08/04 13:37:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.13.ebuild,v 1.13 2007/01/19 17:55:32 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Digest-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Modules that calculate message digests" -HOMEPAGE="http://search.cpan.org/~gaas/${MY_P}/" +HOMEPAGE="http://search.cpan.org/~gaas/" SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -18,7 +18,6 @@ IUSE="" DEPEND="dev-lang/perl virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" SRC_TEST="do" mydoc="rfc*.txt" diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild index e71a52d97ee9..4523e4a151c5 100644 --- a/perl-core/digest-base/digest-base-1.15.ebuild +++ b/perl-core/digest-base/digest-base-1.15.ebuild @@ -1,6 +1,6 @@ -# 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/perl-core/digest-base/digest-base-1.15.ebuild,v 1.9 2006/12/24 00:58:49 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.10 2007/01/19 17:55:32 mcummings Exp $ inherit perl-module @@ -8,7 +8,7 @@ MY_P=Digest-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Modules that calculate message digests" -HOMEPAGE="http://search.cpan.org/~gaas/${MY_P}/" +HOMEPAGE="http://search.cpan.org/~gaas/" SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -18,7 +18,6 @@ IUSE="" DEPEND="dev-lang/perl virtual/perl-MIME-Base64" -RDEPEND="${DEPEND}" SRC_TEST="do" mydoc="rfc*.txt" |