diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-13 19:53:45 +0000 |
commit | 561da6585d07e3a4254be7bbb7a538e87ef6454e (patch) | |
tree | f1f1dd6d14c46ddefe2558929e97c88fecebf9e1 | |
parent | Marking sqlite-3.6.6.2 ppc for bug 254864 (diff) | |
download | historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.gz historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.tar.bz2 historical-561da6585d07e3a4254be7bbb7a538e87ef6454e.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64
-rw-r--r-- | dev-perl/HTTP-Server-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.38.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.26.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Net-Amazon-S3/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.49.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/libwww-perl/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/libwww-perl/libwww-perl-5.823.ebuild | 30 |
10 files changed, 155 insertions, 9 deletions
diff --git a/dev-perl/HTTP-Server-Simple/ChangeLog b/dev-perl/HTTP-Server-Simple/ChangeLog index ba178f0247ae..7ff29621aa83 100644 --- a/dev-perl/HTTP-Server-Simple/ChangeLog +++ b/dev-perl/HTTP-Server-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/HTTP-Server-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 1.35 2009/01/04 11:33:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 1.36 2009/01/13 19:53:01 robbat2 Exp $ + +*HTTP-Server-Simple-0.38 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +HTTP-Server-Simple-0.38.ebuild: + Version bump via perl-bump experimental tool. *HTTP-Server-Simple-0.37 (04 Jan 2009) diff --git a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.38.ebuild b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.38.ebuild new file mode 100644 index 000000000000..6067443954b1 --- /dev/null +++ b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.38.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.38.ebuild,v 1.1 2009/01/13 19:53:01 robbat2 Exp $ + +#MODULE_AUTHOR=ALEXMV +MODULE_AUTHOR=JESSE +inherit perl-module eutils + +DESCRIPTION="Lightweight HTTP Server" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-lang/perl + dev-perl/URI" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" +#PATCHES=( "${FILESDIR}/${PV}-debian.patch" ) diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 76c6d6337799..8e68cb738526 100644 --- a/dev-perl/IP-Country/ChangeLog +++ b/dev-perl/IP-Country/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IP-Country -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.35 2008/09/30 14:05:52 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.36 2009/01/13 19:52:56 robbat2 Exp $ + +*IP-Country-2.26 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +IP-Country-2.26.ebuild: + Version bump via perl-bump experimental tool. 30 Sep 2008; Torsten Veller <tove@gentoo.org> -IP-Country-2.20.ebuild, -IP-Country-2.21.ebuild, -IP-Country-2.22.ebuild: diff --git a/dev-perl/IP-Country/IP-Country-2.26.ebuild b/dev-perl/IP-Country/IP-Country-2.26.ebuild new file mode 100644 index 000000000000..d9165eb0e574 --- /dev/null +++ b/dev-perl/IP-Country/IP-Country-2.26.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/IP-Country-2.26.ebuild,v 1.1 2009/01/13 19:52:56 robbat2 Exp $ + +MODULE_AUTHOR="NWETTERS" +inherit perl-module + +DESCRIPTION="fast lookup of country codes from IP addresses" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Geography-Countries + dev-lang/perl" +mydoc="TODO" diff --git a/dev-perl/MogileFS-Utils/ChangeLog b/dev-perl/MogileFS-Utils/ChangeLog index aebd8d4985ac..c4a3c09506fc 100644 --- a/dev-perl/MogileFS-Utils/ChangeLog +++ b/dev-perl/MogileFS-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MogileFS-Utils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.8 2008/12/30 16:15:56 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/ChangeLog,v 1.9 2009/01/13 19:53:32 robbat2 Exp $ + +*MogileFS-Utils-2.14 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +MogileFS-Utils-2.14.ebuild: + Version bump via perl-bump experimental tool. 30 Dec 2008; Torsten Veller <tove@gentoo.org> -MogileFS-Utils-2.07.ebuild, -MogileFS-Utils-2.09.ebuild, -MogileFS-Utils-2.10.ebuild, diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild new file mode 100644 index 000000000000..9c459f5cd12f --- /dev/null +++ b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.14.ebuild,v 1.1 2009/01/13 19:53:32 robbat2 Exp $ + +MODULE_AUTHOR="DORMANDO" +inherit perl-module + +DESCRIPTION="Server for the MogileFS distributed file system" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="virtual/perl-Compress-Zlib + dev-perl/libwww-perl + >=dev-perl/MogileFS-Client-1.07 + dev-lang/perl" diff --git a/dev-perl/Net-Amazon-S3/ChangeLog b/dev-perl/Net-Amazon-S3/ChangeLog index 87070e6a6479..212c1d840d2f 100644 --- a/dev-perl/Net-Amazon-S3/ChangeLog +++ b/dev-perl/Net-Amazon-S3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Net-Amazon-S3 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Amazon-S3/ChangeLog,v 1.2 2008/12/08 02:25:50 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Amazon-S3/ChangeLog,v 1.3 2009/01/13 19:53:45 robbat2 Exp $ + +*Net-Amazon-S3-0.49 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +Net-Amazon-S3-0.49.ebuild: + Version bump via perl-bump experimental tool. *Net-Amazon-S3-0.48 (08 Dec 2008) diff --git a/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.49.ebuild b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.49.ebuild new file mode 100644 index 000000000000..1c92306bf8a8 --- /dev/null +++ b/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.49.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Amazon-S3/Net-Amazon-S3-0.49.ebuild,v 1.1 2009/01/13 19:53:45 robbat2 Exp $ + +MODULE_AUTHOR=LBROCARD +inherit perl-module + +DESCRIPTION="Framework for accessing the Amazon S3 Simple Storage Service" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lang/perl + dev-perl/Class-Accessor + dev-perl/Digest-HMAC + dev-perl/libwww-perl + virtual/perl-IO + dev-perl/LWP-UserAgent-Determined + virtual/perl-MIME-Base64 + dev-perl/XML-LibXML + dev-perl/URI" + +SRC_TEST=no diff --git a/dev-perl/libwww-perl/ChangeLog b/dev-perl/libwww-perl/ChangeLog index be37f2fb1b82..09782461b21c 100644 --- a/dev-perl/libwww-perl/ChangeLog +++ b/dev-perl/libwww-perl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/libwww-perl -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.96 2008/12/30 16:28:10 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/ChangeLog,v 1.97 2009/01/13 19:53:06 robbat2 Exp $ + +*libwww-perl-5.823 (13 Jan 2009) + + 13 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + +libwww-perl-5.823.ebuild: + Version bump via perl-bump experimental tool. 30 Dec 2008; Torsten Veller <tove@gentoo.org> -libwww-perl-5.820.ebuild, -libwww-perl-5.821.ebuild: diff --git a/dev-perl/libwww-perl/libwww-perl-5.823.ebuild b/dev-perl/libwww-perl/libwww-perl-5.823.ebuild new file mode 100644 index 000000000000..e6633d704890 --- /dev/null +++ b/dev-perl/libwww-perl/libwww-perl-5.823.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 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.823.ebuild,v 1.1 2009/01/13 19:53:06 robbat2 Exp $ + +MODULE_AUTHOR=GAAS +inherit perl-module + +DESCRIPTION="A collection of Perl Modules for the WWW" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="ssl" + +DEPEND="virtual/perl-libnet + >=dev-perl/HTML-Parser-3.34 + >=dev-perl/URI-1.10 + >=virtual/perl-Digest-MD5-2.12 + dev-perl/HTML-Tree + >=virtual/perl-MIME-Base64-2.12 + >=virtual/perl-Compress-Zlib-1.10 + ssl? ( dev-perl/Crypt-SSLeay ) + dev-lang/perl" + +src_install() { + perl-module_src_install + dosym /usr/bin/lwp-request /usr/bin/GET + dosym /usr/bin/lwp-request /usr/bin/POST + dosym /usr/bin/lwp-request /usr/bin/HEAD +} |