diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:24:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-15 19:24:13 +0000 |
commit | 5b4f58b5d28c0d05661dea206d0ed97c85c3aea5 (patch) | |
tree | 0d0628d916feefc59d8e13d28a9ad3cfbf0aa316 /dev-perl/SOAP-Lite | |
parent | Bump to swfdec-mozilla-0.8.0 (diff) | |
download | gentoo-2-5b4f58b5d28c0d05661dea206d0ed97c85c3aea5.tar.gz gentoo-2-5b4f58b5d28c0d05661dea206d0ed97c85c3aea5.tar.bz2 gentoo-2-5b4f58b5d28c0d05661dea206d0ed97c85c3aea5.zip |
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild | 50 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild | 50 | ||||
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild | 50 |
5 files changed, 6 insertions, 178 deletions
diff --git a/dev-perl/SOAP-Lite/ChangeLog b/dev-perl/SOAP-Lite/ChangeLog index b2035d6d0524..51a0dd301716 100644 --- a/dev-perl/SOAP-Lite/ChangeLog +++ b/dev-perl/SOAP-Lite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/SOAP-Lite # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.44 2008/01/13 21:44:39 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/ChangeLog,v 1.45 2008/09/15 19:24:13 tove Exp $ + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -SOAP-Lite-0.55.ebuild, + -SOAP-Lite-0.60a-r1.ebuild, -SOAP-Lite-0.66.ebuild, + -SOAP-Lite-0.67.ebuild: + Cleanup 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> SOAP-Lite-0.69.ebuild: diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild deleted file mode 100644 index 321cbe16d9b2..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.55.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 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.55.ebuild,v 1.15 2007/07/10 23:33:33 mr_bones_ Exp $ - -IUSE="" - -inherit perl-module - -MY_P=SOAP-Lite-${PV} -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." - -SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~byrne/${P}/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ppc ~sparc x86" - -DEPEND="dev-perl/XML-Parser - dev-perl/MIME-Lite - dev-perl/MIME-tools - dev-lang/perl" - -src_compile() { - (echo yes) | perl-module_src_compile || perl-module_src_compile || die "compile failed" - perl-module_src_test || die "test failed" -} diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild deleted file mode 100644 index fa75553bc595..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.60a-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 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.60a-r1.ebuild,v 1.17 2007/07/10 23:33:33 mr_bones_ Exp $ - -IUSE="jabber ssl" - -inherit perl-module eutils - -MY_PV=${PV/a//} -MY_P=SOAP-Lite-${MY_PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." - -SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/SOAP/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~byrne/${P}" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" - -myconf="${myconf} --noprompt" - -# TESTS ARE DISABLED ON PURPOSE -# This module attempts to access an external website for validation -# of the MIME::Parser - not only is that bad practice in general, -# but in this particular case the external site isn't even valid anymore# -mpc -# 24/10/04 -#SRC_TEST="do" - -DEPEND="dev-perl/XML-Parser - dev-perl/libwww-perl - virtual/perl-libnet - dev-perl/MIME-Lite - virtual/perl-MIME-Base64 - ssl? ( dev-perl/Crypt-SSLeay ) - jabber? ( dev-perl/Net-Jabber ) - ssl? ( dev-perl/IO-Socket-SSL ) - dev-perl/Compress-Zlib - >=dev-perl/MIME-tools-5.413 - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} - # The author of this module put a dep for MIME::Parser 6.X - but the6.X - # release of MIME::Parser was a mistake during a change in maintainers on - # cpan. This patch alters the dependancy to the "real" stable version of - # MIME::Parser. - epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch -} diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild deleted file mode 100644 index 955f6cbe5bd3..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.66.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2006 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.66.ebuild,v 1.11 2007/07/10 23:33:33 mr_bones_ Exp $ - -IUSE="jabber ssl" - -inherit perl-module eutils - -MY_PV=${PV/a//} -MY_P=SOAP-Lite-${MY_PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." - -SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/SOAP/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~byrne/${P}" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc ~x86" - -myconf="${myconf} --noprompt" - -# TESTS ARE DISABLED ON PURPOSE -# This module attempts to access an external website for validation -# of the MIME::Parser - not only is that bad practice in general, -# but in this particular case the external site isn't even valid anymore# -mpc -# 24/10/04 -#SRC_TEST="do" - -DEPEND="dev-perl/XML-Parser - dev-perl/libwww-perl - virtual/perl-libnet - dev-perl/MIME-Lite - virtual/perl-MIME-Base64 - ssl? ( dev-perl/Crypt-SSLeay ) - jabber? ( dev-perl/Net-Jabber ) - ssl? ( dev-perl/IO-Socket-SSL ) - dev-perl/Compress-Zlib - >=dev-perl/MIME-tools-5.413 - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} - # The author of this module put a dep for MIME::Parser 6.X - but the6.X - # release of MIME::Parser was a mistake during a change in maintainers on - # cpan. This patch alters the dependancy to the "real" stable version of - # MIME::Parser. - epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch -} diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild deleted file mode 100644 index eae9fff49210..000000000000 --- a/dev-perl/SOAP-Lite/SOAP-Lite-0.67.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.67.ebuild,v 1.9 2007/07/10 23:33:33 mr_bones_ Exp $ - -IUSE="jabber ssl" - -inherit perl-module eutils - -MY_PV=${PV/a//} -MY_P=SOAP-Lite-${MY_PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Provides a simple and lightweight interface to the SOAP protocol (sic) both on client and server side." - -SRC_URI="mirror://cpan/authors/id/B/BY/BYRNE/SOAP/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~byrne/${P}" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" - -myconf="${myconf} --noprompt" - -# TESTS ARE DISABLED ON PURPOSE -# This module attempts to access an external website for validation -# of the MIME::Parser - not only is that bad practice in general, -# but in this particular case the external site isn't even valid anymore# -mpc -# 24/10/04 -SRC_TEST="do" - -DEPEND="dev-perl/XML-Parser - dev-perl/libwww-perl - virtual/perl-libnet - dev-perl/MIME-Lite - virtual/perl-MIME-Base64 - ssl? ( dev-perl/Crypt-SSLeay ) - jabber? ( dev-perl/Net-Jabber ) - ssl? ( dev-perl/IO-Socket-SSL ) - dev-perl/Compress-Zlib - >=dev-perl/MIME-tools-5.413 - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} - # The author of this module put a dep for MIME::Parser 6.X - but the6.X - # release of MIME::Parser was a mistake during a change in maintainers on - # cpan. This patch alters the dependancy to the "real" stable version of - # MIME::Parser. - epatch ${FILESDIR}/SOAP-Lite-0.60.a.patch -} |