diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-04 19:53:22 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-04 19:53:22 +0000 |
commit | 6b0a56cddf3dfaff59c8c939f5a01055e6e9f001 (patch) | |
tree | 3ad91aab6d3e2fe13f260b54f2e64650c47026ee /dev-perl/SOAP | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | historical-6b0a56cddf3dfaff59c8c939f5a01055e6e9f001.tar.gz historical-6b0a56cddf3dfaff59c8c939f5a01055e6e9f001.tar.bz2 historical-6b0a56cddf3dfaff59c8c939f5a01055e6e9f001.zip |
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/SOAP')
-rw-r--r-- | dev-perl/SOAP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/SOAP/SOAP-0.28-r2.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/dev-perl/SOAP/ChangeLog b/dev-perl/SOAP/ChangeLog index c433497bf890..155d1d3105e9 100644 --- a/dev-perl/SOAP/ChangeLog +++ b/dev-perl/SOAP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/ChangeLog,v 1.15 2005/09/17 00:44:42 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/ChangeLog,v 1.16 2006/07/04 19:52:22 ian Exp $ + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> SOAP-0.28-r1.ebuild, + SOAP-0.28-r2.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> SOAP-0.28-r2.ebuild: Mark 0.28-r2 stable on ia64 diff --git a/dev-perl/SOAP/SOAP-0.28-r1.ebuild b/dev-perl/SOAP/SOAP-0.28-r1.ebuild index a914b6c5ccb7..a7622e954dc1 100644 --- a/dev-perl/SOAP/SOAP-0.28-r1.ebuild +++ b/dev-perl/SOAP/SOAP-0.28-r1.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/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.17 2005/05/09 10:28:57 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.18 2006/07/04 19:52:22 ian Exp $ inherit perl-module @@ -13,6 +13,6 @@ LICENSE="Artistic" KEYWORDS="x86 amd64 ppc sparc alpha" IUSE="" -DEPEND="${DEPEND} - >=dev-perl/XML-Parser-2.29 +DEPEND=">=dev-perl/XML-Parser-2.29 >=www-apache/mod_perl-1.24" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/dev-perl/SOAP/SOAP-0.28-r2.ebuild b/dev-perl/SOAP/SOAP-0.28-r2.ebuild index dce5e9bf188c..49772549b066 100644 --- a/dev-perl/SOAP/SOAP-0.28-r2.ebuild +++ b/dev-perl/SOAP/SOAP-0.28-r2.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/dev-perl/SOAP/SOAP-0.28-r2.ebuild,v 1.12 2005/09/17 00:44:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r2.ebuild,v 1.13 2006/07/04 19:52:22 ian Exp $ inherit perl-module @@ -13,7 +13,7 @@ LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="" -DEPEND="${DEPEND} - dev-perl/libwww-perl +DEPEND="dev-perl/libwww-perl >=dev-perl/XML-Parser-2.29 >=www-apache/mod_perl-1.24" +RDEPEND="${DEPEND}"
\ No newline at end of file |