diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-27 21:49:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-27 21:49:00 +0000 |
commit | ebd5ed285b7f527e6f566d183936e51b892d2890 (patch) | |
tree | 709bb736770c75641ea7c485d2af193e7fd6472e /dev-perl/IO-Socket-INET6 | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-ebd5ed285b7f527e6f566d183936e51b892d2890.tar.gz historical-ebd5ed285b7f527e6f566d183936e51b892d2890.tar.bz2 historical-ebd5ed285b7f527e6f566d183936e51b892d2890.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/IO-Socket-INET6')
-rw-r--r-- | dev-perl/IO-Socket-INET6/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild | 22 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/IO-Socket-INET6/ChangeLog b/dev-perl/IO-Socket-INET6/ChangeLog index c7a161d8bf7d..c3dcfd12180e 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.21 2010/01/21 12:11:58 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.22 2010/03/27 21:44:00 robbat2 Exp $ + +*IO-Socket-INET6-2.61 (27 Mar 2010) + + 27 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> + +IO-Socket-INET6-2.61.ebuild: + Version bump via perl-bump experimental tool. 21 Jan 2010; Torsten Veller <tove@gentoo.org> IO-Socket-INET6-2.51.ebuild: mips -> ~mips diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild new file mode 100644 index 000000000000..ebbcaae02481 --- /dev/null +++ b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.61.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.61.ebuild,v 1.1 2010/03/27 21:44:00 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +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" |