diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-05-27 20:21:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-05-27 20:21:13 +0000 |
commit | 48bc6c66cd7fd2c22f24d926182d5c7dbc8c1865 (patch) | |
tree | bb11ad1f9c1dbc23402d16782ccf009bd2032834 /dev-perl/libwww-perl | |
parent | Masked sysfsutils-2. (diff) | |
download | gentoo-2-48bc6c66cd7fd2c22f24d926182d5c7dbc8c1865.tar.gz gentoo-2-48bc6c66cd7fd2c22f24d926182d5c7dbc8c1865.tar.bz2 gentoo-2-48bc6c66cd7fd2c22f24d926182d5c7dbc8c1865.zip |
Bug 134025, RDEP's set :)
(Portage version: 2.1_rc2-r2)
Diffstat (limited to 'dev-perl/libwww-perl')
-rw-r--r-- | dev-perl/libwww-perl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.805.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index 2006bed2de29..9d39fcaae7f9 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/libwww-perl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.68 2006/05/01 15:28:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.69 2006/05/27 20:21:13 mcummings Exp $ + + 27 May 2006; <mcummings@gentoo.org> libwww-perl-5.803-r1.ebuild, + libwww-perl-5.805.ebuild: + Bug 134025, RDEP's set :) *libwww-perl-5.805 (01 May 2006) diff --git a/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild b/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild index 45a835a03f33..08bbd2b041ba 100644 --- a/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-5.803-r1.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/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild,v 1.15 2006/04/26 15:20:26 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.803-r1.ebuild,v 1.16 2006/05/27 20:21:13 mcummings Exp $ inherit perl-module @@ -21,6 +21,8 @@ DEPEND="virtual/perl-libnet dev-perl/Compress-Zlib ssl? ( dev-perl/Crypt-SSLeay )" +RDEPEND="${DEPEND}" + src_compile() { echo "y" | perl-module_src_compile } diff --git a/dev-perl/libwww-perl/libwww-perl-5.805.ebuild b/dev-perl/libwww-perl/libwww-perl-5.805.ebuild index 364fe84a5ecb..316b490eaa94 100644 --- a/dev-perl/libwww-perl/libwww-perl-5.805.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-5.805.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/dev-perl/libwww-perl/libwww-perl-5.805.ebuild,v 1.1 2006/05/01 15:28:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.805.ebuild,v 1.2 2006/05/27 20:21:13 mcummings Exp $ inherit perl-module @@ -21,6 +21,8 @@ DEPEND="virtual/perl-libnet >=dev-perl/Compress-Zlib-1.10 ssl? ( dev-perl/Crypt-SSLeay )" +RDEPEND="${DEPEND}" + src_compile() { echo "y" | perl-module_src_compile } |