diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 19:43:54 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 19:43:54 +0000 |
commit | b607d10243ddf015073fba861e2e5cd1daacd69c (patch) | |
tree | 2d80f0b64525b3eec3cd05a6b803b1d8bd0f68f6 /perl-core | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | historical-b607d10243ddf015073fba861e2e5cd1daacd69c.tar.gz historical-b607d10243ddf015073fba861e2e5cd1daacd69c.tar.bz2 historical-b607d10243ddf015073fba861e2e5cd1daacd69c.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.33.ebuild | 5 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.36.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index c7fc5595fb85..9346dd32fd38 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Digest-MD5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.6 2006/06/18 20:27:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.7 2006/07/05 19:43:54 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Digest-MD5-2.33.ebuild, + Digest-MD5-2.36.ebuild: + Fixed RDEPEND wrt bug #134781 18 Jun 2006; Bryan Ăstergaard <kloeri@gentoo.org> Digest-MD5-2.36.ebuild: Stable on ia64. diff --git a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild index ebbb16fd4c0d..c5063a9a8bfd 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild,v 1.2 2006/02/13 15:03:46 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild,v 1.3 2006/07/05 19:43:54 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="" DEPEND="virtual/perl-digest-base" +RDEPEND="${DEPEND}" -mydoc="rfc*.txt" +mydoc="rfc*.txt"
\ No newline at end of file diff --git a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild index c14f63617829..bed740241101 100644 --- a/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild +++ b/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.4 2006/06/18 20:27:08 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.36.ebuild,v 1.5 2006/07/05 19:43:54 ian Exp $ inherit perl-module @@ -14,5 +14,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" IUSE="" DEPEND="virtual/perl-digest-base" +RDEPEND="${DEPEND}" -mydoc="rfc*.txt" +mydoc="rfc*.txt"
\ No newline at end of file |