diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-22 13:35:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-22 13:35:46 +0000 |
commit | 8618824235ca03875b7f415d364308a786fad79e (patch) | |
tree | bd586cb9085ab92d14633c3270256b0b7342c079 /dev-perl/SOAP-Lite | |
parent | Port changes from jokey's overlay; thanks to x-drum: minor changes to desktop... (diff) | |
download | gentoo-2-8618824235ca03875b7f415d364308a786fad79e.tar.gz gentoo-2-8618824235ca03875b7f415d364308a786fad79e.tar.bz2 gentoo-2-8618824235ca03875b7f415d364308a786fad79e.zip |
Marking amd64 stable
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index 9d56f1bb8745..ff6464274034 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.40 2007/06/09 08:42:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.41 2007/06/22 13:35:46 mcummings Exp $ + + 22 Jun 2007; Michael Cummings <mcummings@gentoo.org> + SOAP-Lite-0.69.ebuild: + Marking amd64 stable 09 Jun 2007; Markus Rothe <corsair@gentoo.org> SOAP-Lite-0.69.ebuild: Added ~ppc64; bug #165190 diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild index bd200091cc70..33167badd04d 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild,v 1.3 2007/06/09 08:42:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-0.69.ebuild,v 1.4 2007/06/22 13:35:46 mcummings Exp $ IUSE="jabber ssl" @@ -13,7 +13,7 @@ HOMEPAGE="http://search.cpan.org/~byrne/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 sparc ~x86" myconf="${myconf} --noprompt" @@ -46,3 +46,8 @@ src_unpack() { epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch } +src_test() { + blah + has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2 + perl-module_src_test +} |