summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-07-07 01:19:03 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-07-07 01:19:03 +0000
commit593cd35f4d24ccee65c62ea1107a15c6bac1e095 (patch)
treea97ef770536816ba2a40a1394c866734e96995ea /dev-perl
parentfix for bug #91847, fix symlink (diff)
downloadgentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.tar.gz
gentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.tar.bz2
gentoo-2-593cd35f4d24ccee65c62ea1107a15c6bac1e095.zip
oops - had it backwards, sorry
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild6
-rw-r--r--dev-perl/Authen-NTLM/ChangeLog6
-rw-r--r--dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild6
-rw-r--r--dev-perl/Cache-Memcached/ChangeLog6
-rw-r--r--dev-perl/Crypt-OpenPGP/ChangeLog6
-rw-r--r--dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild6
6 files changed, 24 insertions, 12 deletions
diff --git a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
index c9d5296b8492..ef5fee74b915 100644
--- a/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
+++ b/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.10 2005/07/07 01:10:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/Authen-NTLM-1.02.ebuild,v 1.11 2005/07/07 01:16:41 mcummings Exp $
inherit perl-module
@@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 ~ppc sparc ~alpha"
IUSE=""
-DEPEND="${RDEPEND}"
-RDEPEND=">=perl-core/MIME-Base64-3.00"
+DEPEND=">=perl-core/MIME-Base64-3.00"
+RDEPEND="${DEPEND}"
export OPTIMIZE="$CFLAGS"
diff --git a/dev-perl/Authen-NTLM/ChangeLog b/dev-perl/Authen-NTLM/ChangeLog
index 9314182b620a..b4feb6e36579 100644
--- a/dev-perl/Authen-NTLM/ChangeLog
+++ b/dev-perl/Authen-NTLM/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Authen-NTLM
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.7 2005/07/07 01:10:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-NTLM/ChangeLog,v 1.8 2005/07/07 01:16:41 mcummings Exp $
+
+ 07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
+ Authen-NTLM-1.02.ebuild:
+ oops - had it backwards, sorry
07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
Authen-NTLM-1.02.ebuild:
diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
index eba0d85f3f06..7cbd0b5b608c 100644
--- a/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
+++ b/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild,v 1.7 2005/07/07 01:11:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild,v 1.8 2005/07/07 01:17:38 mcummings Exp $
inherit perl-module
@@ -14,5 +14,5 @@ SLOT="0"
KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~hppa amd64 ia64"
IUSE=""
-DEPEND="${RDEPEND}"
-RDEPEND="!ia64? ( dev-perl/string-crc32 )"
+DEPEND="!ia64? ( dev-perl/string-crc32 )"
+RDEPEND="${DEPEND}"
diff --git a/dev-perl/Cache-Memcached/ChangeLog b/dev-perl/Cache-Memcached/ChangeLog
index e84d788b269f..e06f2ba8a86e 100644
--- a/dev-perl/Cache-Memcached/ChangeLog
+++ b/dev-perl/Cache-Memcached/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Cache-Memcached
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.8 2005/07/07 01:11:56 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/ChangeLog,v 1.9 2005/07/07 01:17:38 mcummings Exp $
+
+ 07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
+ Cache-Memcached-1.14.ebuild:
+ oops - had it backwards, sorry
07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
Cache-Memcached-1.14.ebuild:
diff --git a/dev-perl/Crypt-OpenPGP/ChangeLog b/dev-perl/Crypt-OpenPGP/ChangeLog
index d0c4fbdaad2f..1996bd382b5a 100644
--- a/dev-perl/Crypt-OpenPGP/ChangeLog
+++ b/dev-perl/Crypt-OpenPGP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Crypt-OpenPGP
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.6 2005/07/07 01:13:05 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.7 2005/07/07 01:19:03 mcummings Exp $
+
+ 07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
+ Crypt-OpenPGP-1.03.ebuild:
+ oops - had it backwards, sorry
07 Jul 2005; Michael Cummings <mcummings@gentoo.org>
Crypt-OpenPGP-1.03.ebuild:
diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild
index 0d7ff347629d..a19767f655b5 100644
--- a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild
+++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild,v 1.7 2005/07/07 01:13:05 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.03.ebuild,v 1.8 2005/07/07 01:19:03 mcummings Exp $
inherit perl-module
@@ -24,8 +24,7 @@ SRC_TEST="do"
# LWP-UserAgent
# URI-Escape
-DEPEND="${RDEPEND}"
-RDEPEND=">=dev-perl/data-buffer-0.04
+DEPEND=">=dev-perl/data-buffer-0.04
perl-core/MIME-Base64
>=dev-perl/math-pari-2.010603
dev-perl/Compress-Zlib
@@ -43,3 +42,4 @@ RDEPEND=">=dev-perl/data-buffer-0.04
dev-perl/Crypt-Blowfish
>=dev-perl/Crypt-Twofish-2.00
dev-perl/ExtUtils-AutoInstall"
+RDEPEND="${DEPEND}"