diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:19:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-03 18:19:31 +0000 |
commit | 61885c5ac5ca22fe756b99b7acb5a28c600b0492 (patch) | |
tree | 841b5f18e071f0a99aea57b7e08e8a0cf85c71cf /dev-perl/IO-Socket-INET6 | |
parent | Cleanup (diff) | |
download | gentoo-2-61885c5ac5ca22fe756b99b7acb5a28c600b0492.tar.gz gentoo-2-61885c5ac5ca22fe756b99b7acb5a28c600b0492.tar.bz2 gentoo-2-61885c5ac5ca22fe756b99b7acb5a28c600b0492.zip |
Cleanup
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IO-Socket-INET6')
-rw-r--r-- | dev-perl/IO-Socket-INET6/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.63.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.670.0.ebuild | 23 |
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/IO-Socket-INET6/ChangeLog b/dev-perl/IO-Socket-INET6/ChangeLog index 2cd3b330901b..ad05516e5667 100644 --- a/dev-perl/IO-Socket-INET6/ChangeLog +++ b/dev-perl/IO-Socket-INET6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IO-Socket-INET6 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.44 2012/05/28 14:10:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-INET6/ChangeLog,v 1.45 2012/06/03 18:19:31 tove Exp $ + + 03 Jun 2012; Torsten Veller <tove@gentoo.org> -IO-Socket-INET6-2.63.ebuild, + -IO-Socket-INET6-2.670.0.ebuild: + Cleanup 28 May 2012; Raúl Porcel <armin76@gentoo.org> IO-Socket-INET6-2.690.0.ebuild: diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.63.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.63.ebuild deleted file mode 100644 index 79825b499b9b..000000000000 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.63.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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.63.ebuild,v 1.7 2010/10/22 19:22:22 ssuominen Exp $ - -EAPI=3 - -MODULE_AUTHOR="SHLOMIF" -inherit perl-module - -DESCRIPTION="Work with IO sockets in ipv6" - -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" -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" diff --git a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.670.0.ebuild b/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.670.0.ebuild deleted file mode 100644 index 3efd89f3cb28..000000000000 --- a/dev-perl/IO-Socket-INET6/IO-Socket-INET6-2.670.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 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.670.0.ebuild,v 1.1 2011/08/30 13:27:43 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=SHLOMIF -MODULE_VERSION=2.67 -inherit perl-module - -DESCRIPTION="Work with IO sockets in ipv6" - -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" -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" |