summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-18 08:17:49 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-18 08:17:49 +0000
commit759ae65ab349ef78ccda5c6cc1008e4932835973 (patch)
tree9806ac0d2bfb4b399feabb9db320bee51179c164 /dev-perl/NetPacket
parentFix phases for EAPI=2 add quote around $D. (diff)
downloadgentoo-2-759ae65ab349ef78ccda5c6cc1008e4932835973.tar.gz
gentoo-2-759ae65ab349ef78ccda5c6cc1008e4932835973.tar.bz2
gentoo-2-759ae65ab349ef78ccda5c6cc1008e4932835973.zip
Version bump. Drop NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog because of license clashes
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/NetPacket')
-rw-r--r--dev-perl/NetPacket/ChangeLog8
-rw-r--r--dev-perl/NetPacket/NetPacket-1.0.0.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/NetPacket/ChangeLog b/dev-perl/NetPacket/ChangeLog
index 07c9ccd26ea0..90b8aa6704ad 100644
--- a/dev-perl/NetPacket/ChangeLog
+++ b/dev-perl/NetPacket/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/NetPacket
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.31 2010/10/14 08:12:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.32 2010/10/18 08:17:49 tove Exp $
+
+*NetPacket-1.0.0 (18 Oct 2010)
+
+ 18 Oct 2010; Torsten Veller <tove@gentoo.org> +NetPacket-1.0.0.ebuild:
+ Version bump. Drop NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
+ because of license clashes
*NetPacket-0.43.2 (14 Oct 2010)
diff --git a/dev-perl/NetPacket/NetPacket-1.0.0.ebuild b/dev-perl/NetPacket/NetPacket-1.0.0.ebuild
new file mode 100644
index 000000000000..d39fda268207
--- /dev/null
+++ b/dev-perl/NetPacket/NetPacket-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/NetPacket-1.0.0.ebuild,v 1.1 2010/10/18 08:17:49 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=YANICK
+#MY_P="${PN}-v${PV}"
+#S=${WORKDIR}/${MY_P}
+inherit perl-module
+
+DESCRIPTION="Perl NetPacket - network packets assembly/disassembly"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( >=virtual/perl-Test-Simple-0.94 )"
+
+SRC_TEST="do"