diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 07:40:59 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-24 07:40:59 +0000 |
commit | 5f4513ec567078d3182f9655244b8550f2bf11a9 (patch) | |
tree | b7a973366285bd5e8507930446946a33af52d02a /dev-perl/IO-Socket-INET6 | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-5f4513ec567078d3182f9655244b8550f2bf11a9.tar.gz gentoo-2-5f4513ec567078d3182f9655244b8550f2bf11a9.tar.bz2 gentoo-2-5f4513ec567078d3182f9655244b8550f2bf11a9.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-Socket-INET6')
-rw-r--r-- | dev-perl/IO-Socket-INET6/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/IO-Socket-INET6/ChangeLog b/dev-perl/IO-Socket-INET6/ChangeLog index b432b006ae74..1112c112ad1f 100644 --- a/dev-perl/IO-Socket-INET6/ChangeLog +++ b/dev-perl/IO-Socket-INET6/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IO-Socket-INET6 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.17 2008/12/10 07:41:54 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.18 2009/11/24 07:40:59 robbat2 Exp $ + +*IO-Socket-INET6-2.57 (24 Nov 2009) + + 24 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +IO-Socket-INET6-2.57.ebuild: + Version bump via perl-bump experimental tool. 10 Dec 2008; Torsten Veller <tove@gentoo.org> IO-Socket-INET6-2.56.ebuild: Add missing dependency on Module-Build (#250443) diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild new file mode 100644 index 000000000000..ca949f84d436 --- /dev/null +++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.57.ebuild @@ -0,0 +1,22 @@ +# 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-INET6/IO-Socket-INET6-2.57.ebuild,v 1.1 2009/11/24 07:40:59 robbat2 Exp $ + +MODULE_AUTHOR="SHLOMIF" +inherit perl-module + +DESCRIPTION="Work with IO sockets in ipv6" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="dev-perl/Socket6 + dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +# Disabling tests since they seem to be more trouble than worth, esp. in re bug +# 115004 +#SRC_TEST="do" |