diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/HTTP-Server-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.40.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/IMAP-Admin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/IO-Socket-SSL/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.30.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/IP-Country/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IP-Country/IP-Country-2.27.ebuild | 19 |
8 files changed, 107 insertions, 5 deletions
diff --git a/dev-perl/HTTP-Server-Simple/ChangeLog b/dev-perl/HTTP-Server-Simple/ChangeLog index 39c502b55dc8..08cae535ff97 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.38 2009/08/16 09:27:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 1.39 2009/08/25 17:29:09 robbat2 Exp $ + +*HTTP-Server-Simple-0.40 (25 Aug 2009) + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + +HTTP-Server-Simple-0.40.ebuild: + Version bump via perl-bump experimental tool. 16 Aug 2009; Torsten Veller <tove@gentoo.org> -files/0.36-debian.patch, -files/0.37-debian.patch: diff --git a/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.40.ebuild b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.40.ebuild new file mode 100644 index 000000000000..75b1209a99e6 --- /dev/null +++ b/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.40.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.40.ebuild,v 1.1 2009/08/25 17:29:09 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/IMAP-Admin/ChangeLog b/dev-perl/IMAP-Admin/ChangeLog index a2e2384af1bc..51465cc15016 100644 --- a/dev-perl/IMAP-Admin/ChangeLog +++ b/dev-perl/IMAP-Admin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IMAP-Admin -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/ChangeLog,v 1.5 2008/09/08 06:33:02 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/ChangeLog,v 1.6 2009/08/25 17:30:46 robbat2 Exp $ + +*IMAP-Admin-1.6.7 (25 Aug 2009) + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + +IMAP-Admin-1.6.7.ebuild: + Version bump via perl-bump experimental tool. *IMAP-Admin-1.6.6 (08 Sep 2008) diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild new file mode 100644 index 000000000000..0ca3d5b78610 --- /dev/null +++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild,v 1.1 2009/08/25 17:30:46 robbat2 Exp $ + +MODULE_AUTHOR=EESTABROO +inherit perl-module + +DESCRIPTION="Perl module for basic IMAP server administration" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/IO-Socket-SSL/ChangeLog b/dev-perl/IO-Socket-SSL/ChangeLog index 51dac430b933..fd7addf81306 100644 --- a/dev-perl/IO-Socket-SSL/ChangeLog +++ b/dev-perl/IO-Socket-SSL/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IO-Socket-SSL # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.119 2009/07/25 08:57:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/ChangeLog,v 1.120 2009/08/25 17:31:48 robbat2 Exp $ + +*IO-Socket-SSL-1.30 (25 Aug 2009) + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + +IO-Socket-SSL-1.30.ebuild: + Version bump via perl-bump experimental tool. *IO-Socket-SSL-1.27 (25 Jul 2009) diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.30.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.30.ebuild new file mode 100644 index 000000000000..820f3e2a2e35 --- /dev/null +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.30.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-1.30.ebuild,v 1.1 2009/08/25 17:31:48 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=SULLR +inherit perl-module + +DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="idn" + +DEPEND=">=dev-perl/Net-SSLeay-1.33 + virtual/perl-Scalar-List-Utils + idn? ( dev-perl/Net-LibIDN )" +RDEPEND="${DEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/IP-Country/ChangeLog b/dev-perl/IP-Country/ChangeLog index 7bc4ea285c8e..9672636ed509 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.37 2009/06/03 16:06:11 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IP-Country/ChangeLog,v 1.38 2009/08/25 17:31:24 robbat2 Exp $ + +*IP-Country-2.27 (25 Aug 2009) + + 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> + +IP-Country-2.27.ebuild: + Version bump via perl-bump experimental tool. 03 Jun 2009; Torsten Veller <tove@gentoo.org> -IP-Country-2.25.ebuild: Cleanup diff --git a/dev-perl/IP-Country/IP-Country-2.27.ebuild b/dev-perl/IP-Country/IP-Country-2.27.ebuild new file mode 100644 index 000000000000..76d1a5858c75 --- /dev/null +++ b/dev-perl/IP-Country/IP-Country-2.27.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.27.ebuild,v 1.1 2009/08/25 17:31:24 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" |