summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-core/Test/ChangeLog8
-rw-r--r--perl-core/Test/Test-1.24.ebuild6
-rw-r--r--perl-core/Test/Test-1.25.ebuild5
-rw-r--r--perl-core/Test/files/digest-Test-1.252
-rw-r--r--perl-core/digest-base/ChangeLog6
-rw-r--r--perl-core/digest-base/digest-base-1.08.ebuild5
-rw-r--r--perl-core/digest-base/digest-base-1.10.ebuild3
-rw-r--r--perl-core/digest-base/digest-base-1.13.ebuild5
-rw-r--r--perl-core/digest-base/digest-base-1.15.ebuild5
-rw-r--r--perl-core/locale-maketext/ChangeLog6
-rw-r--r--perl-core/locale-maketext/locale-maketext-1.09.ebuild5
-rw-r--r--perl-core/locale-maketext/locale-maketext-1.10.ebuild5
12 files changed, 41 insertions, 20 deletions
diff --git a/perl-core/Test/ChangeLog b/perl-core/Test/ChangeLog
index 7baff3f02512..0e876b139fd0 100644
--- a/perl-core/Test/ChangeLog
+++ b/perl-core/Test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Test
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.7 2006/02/09 21:40:37 tove Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.8 2006/07/05 20:01:29 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org> Test-1.24.ebuild,
+ Test-1.25.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed header
03 Dec 2005; Tom Gall <tgall@gentoo.org> Test-1.25.ebuild:
stable on ppc64
diff --git a/perl-core/Test/Test-1.24.ebuild b/perl-core/Test/Test-1.24.ebuild
index a9a51e671c43..bdd3d8b08f29 100644
--- a/perl-core/Test/Test-1.24.ebuild
+++ b/perl-core/Test/Test-1.24.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.24.ebuild,v 1.2 2005/05/25 14:51:29 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.24.ebuild,v 1.3 2006/07/05 20:01:29 ian Exp $
inherit perl-module
@@ -13,4 +13,4 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 alpha hppa mips ppc sparc"
DEPEND="perl-core/Test-Harness"
-
+RDEPEND="${DEPEND}"
diff --git a/perl-core/Test/Test-1.25.ebuild b/perl-core/Test/Test-1.25.ebuild
index 5407662aa50b..a69d4a26aaaa 100644
--- a/perl-core/Test/Test-1.25.ebuild
+++ b/perl-core/Test/Test-1.25.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.4 2005/12/03 17:29:23 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.25.ebuild,v 1.5 2006/07/05 20:01:29 ian Exp $
inherit perl-module
@@ -14,5 +14,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
IUSE=""
DEPEND="perl-core/Test-Harness"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
diff --git a/perl-core/Test/files/digest-Test-1.25 b/perl-core/Test/files/digest-Test-1.25
index 8ed35996442b..ff71dfcad7aa 100644
--- a/perl-core/Test/files/digest-Test-1.25
+++ b/perl-core/Test/files/digest-Test-1.25
@@ -1 +1,3 @@
MD5 352678e9dff5eac544cdfdd378bbfc99 Test-1.25.tar.gz 16580
+RMD160 0b60e90ce0a83f31d1e3b7425593a394fc1635d9 Test-1.25.tar.gz 16580
+SHA256 6de3ef8620736e22bdb2e8843b0815beb1e9f2a23c57eb0a0191ed80ae53975d Test-1.25.tar.gz 16580
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog
index 82dcb752f2a6..981800de5ca6 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.20 2006/05/21 17:39:59 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.21 2006/07/05 20:04:01 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org> digest-base-1.08.ebuild,
+ digest-base-1.10.ebuild, digest-base-1.13.ebuild, digest-base-1.15.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed header
*digest-base-1.15 (21 May 2006)
diff --git a/perl-core/digest-base/digest-base-1.08.ebuild b/perl-core/digest-base/digest-base-1.08.ebuild
index e176fbd271dc..6f72df1d6296 100644
--- a/perl-core/digest-base/digest-base-1.08.ebuild
+++ b/perl-core/digest-base/digest-base-1.08.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.08.ebuild,v 1.2 2005/05/25 14:17:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.08.ebuild,v 1.3 2006/07/05 20:04:01 ian Exp $
inherit perl-module
@@ -20,3 +20,4 @@ IUSE=""
mydoc="rfc*.txt"
DEPEND="perl-core/MIME-Base64"
+RDEPEND="${DEPEND}"
diff --git a/perl-core/digest-base/digest-base-1.10.ebuild b/perl-core/digest-base/digest-base-1.10.ebuild
index 3861c9463230..220fd0a6a219 100644
--- a/perl-core/digest-base/digest-base-1.10.ebuild
+++ b/perl-core/digest-base/digest-base-1.10.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-base/digest-base-1.10.ebuild,v 1.10 2006/02/13 15:07:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.10.ebuild,v 1.11 2006/07/05 20:04:01 ian Exp $
inherit perl-module
@@ -20,3 +20,4 @@ IUSE=""
mydoc="rfc*.txt"
DEPEND="virtual/perl-MIME-Base64"
+RDEPEND="${DEPEND}" \ No newline at end of file
diff --git a/perl-core/digest-base/digest-base-1.13.ebuild b/perl-core/digest-base/digest-base-1.13.ebuild
index d004741bb03f..0bb63c851fd1 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
# 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.10 2006/04/09 17:57:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.13.ebuild,v 1.11 2006/07/05 20:04:01 ian Exp $
inherit perl-module
@@ -17,6 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="virtual/perl-MIME-Base64"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
-mydoc="rfc*.txt"
+mydoc="rfc*.txt" \ No newline at end of file
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild
index 82d86f4a2262..c2c7b3877ec2 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
# 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.1 2006/05/21 17:39:59 ian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.2 2006/07/05 20:04:01 ian Exp $
inherit perl-module
@@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar
IUSE=""
DEPEND="virtual/perl-MIME-Base64"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
-mydoc="rfc*.txt"
+mydoc="rfc*.txt" \ No newline at end of file
diff --git a/perl-core/locale-maketext/ChangeLog b/perl-core/locale-maketext/ChangeLog
index b2c970e09d96..cc37facac894 100644
--- a/perl-core/locale-maketext/ChangeLog
+++ b/perl-core/locale-maketext/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/locale-maketext
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/ChangeLog,v 1.4 2006/06/12 17:05:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/ChangeLog,v 1.5 2006/07/05 20:05:40 ian Exp $
+
+ 05 Jul 2006; Christian Hartmann <ian@gentoo.org>
+ locale-maketext-1.09.ebuild, locale-maketext-1.10.ebuild:
+ Fixed RDEPEND wrt bug #134781; fixed header
12 Jun 2006; Michael Cummings <mcummings@gentoo.org>
locale-maketext-1.10.ebuild:
diff --git a/perl-core/locale-maketext/locale-maketext-1.09.ebuild b/perl-core/locale-maketext/locale-maketext-1.09.ebuild
index 6fe9c78ac98f..1e59007f9ac7 100644
--- a/perl-core/locale-maketext/locale-maketext-1.09.ebuild
+++ b/perl-core/locale-maketext/locale-maketext-1.09.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.09.ebuild,v 1.1 2005/05/25 15:38:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.09.ebuild,v 1.2 2006/07/05 20:05:40 ian Exp $
inherit perl-module
@@ -16,5 +16,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sparc x86"
IUSE=""
DEPEND=">=perl-core/i18n-langtags-0.30"
+RDEPEND="${DEPEND}"
SRC_TEST="do"
diff --git a/perl-core/locale-maketext/locale-maketext-1.10.ebuild b/perl-core/locale-maketext/locale-maketext-1.10.ebuild
index 1aaec9eb17ca..f5a354c6721b 100644
--- a/perl-core/locale-maketext/locale-maketext-1.10.ebuild
+++ b/perl-core/locale-maketext/locale-maketext-1.10.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/locale-maketext/locale-maketext-1.10.ebuild,v 1.2 2006/06/12 17:05:22 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.10.ebuild,v 1.3 2006/07/05 20:05:40 ian Exp $
inherit perl-module
@@ -16,5 +16,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 sparc ~x86"
IUSE=""
DEPEND=">=perl-core/i18n-langtags-0.30"
+RDEPEND="${DEPEND}"
-SRC_TEST="do"
+SRC_TEST="do" \ No newline at end of file