summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/perl-libnet')
-rw-r--r--virtual/perl-libnet/ChangeLog8
-rw-r--r--virtual/perl-libnet/perl-libnet-1.220.0-r3.ebuild23
-rw-r--r--virtual/perl-libnet/perl-libnet-3.50.0.ebuild20
3 files changed, 27 insertions, 24 deletions
diff --git a/virtual/perl-libnet/ChangeLog b/virtual/perl-libnet/ChangeLog
index bf88eb647b3c..1fce58aed5d0 100644
--- a/virtual/perl-libnet/ChangeLog
+++ b/virtual/perl-libnet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-libnet
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.62 2015/04/05 00:03:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/ChangeLog,v 1.63 2015/06/13 10:15:28 dilfridge Exp $
+
+*perl-libnet-3.50.0 (13 Jun 2015)
+
+ 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ -perl-libnet-1.220.0-r3.ebuild, +perl-libnet-3.50.0.ebuild:
+ Add Perl 5.22 version, remove old
05 Apr 2015; Mike Frysinger <vapier@gentoo.org> perl-libnet-1.220.0-r3.ebuild,
perl-libnet-1.270.0.ebuild:
diff --git a/virtual/perl-libnet/perl-libnet-1.220.0-r3.ebuild b/virtual/perl-libnet/perl-libnet-1.220.0-r3.ebuild
deleted file mode 100644
index fd58caf53343..000000000000
--- a/virtual/perl-libnet/perl-libnet-1.220.0-r3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/perl-libnet-1.220.0-r3.ebuild,v 1.3 2015/04/05 00:03:24 vapier Exp $
-
-# Some important notes about detecting libnet version
-# http://dev.gentoo.org/~zlogene/perl-libnet-mantainer-notes
-
-EAPI=5
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- || ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
- !<perl-core/${PN#perl-}-${PV}
- !>perl-core/${PN#perl-}-${PV}-r999
-"
diff --git a/virtual/perl-libnet/perl-libnet-3.50.0.ebuild b/virtual/perl-libnet/perl-libnet-3.50.0.ebuild
new file mode 100644
index 000000000000..e68e8a2034cf
--- /dev/null
+++ b/virtual/perl-libnet/perl-libnet-3.50.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-libnet/perl-libnet-3.50.0.ebuild,v 1.1 2015/06/13 10:15:28 dilfridge Exp $
+
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ || ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"