summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-05 20:04:01 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-05 20:04:01 +0000
commitaddc79cf163244384e0b1974647e9720ab17050d (patch)
tree7e1f5dff9d51bba73490f9e75c10fdff4475b866 /perl-core/digest-base
parentFixed RDEPEND wrt bug #134781; fixed header (diff)
downloadgentoo-2-addc79cf163244384e0b1974647e9720ab17050d.tar.gz
gentoo-2-addc79cf163244384e0b1974647e9720ab17050d.tar.bz2
gentoo-2-addc79cf163244384e0b1974647e9720ab17050d.zip
Fixed RDEPEND wrt bug #134781; fixed header
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'perl-core/digest-base')
-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
5 files changed, 16 insertions, 8 deletions
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