summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:20:23 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-29 09:20:23 +0000
commit00e2832b2ef5d0cc353290d580d658d6c87f7ae6 (patch)
treecf549436404366f20998cc5975f1a53a2b1ae103 /dev-perl/NetPacket
parentVersion bump wrt bug 406229 by <supercilious.dude@gmail.com> (diff)
downloadhistorical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.gz
historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.tar.bz2
historical-00e2832b2ef5d0cc353290d580d658d6c87f7ae6.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/NetPacket')
-rw-r--r--dev-perl/NetPacket/ChangeLog9
-rw-r--r--dev-perl/NetPacket/NetPacket-1.3.1.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/NetPacket/ChangeLog b/dev-perl/NetPacket/ChangeLog
index fb10b93a0c48..d67221e60c95 100644
--- a/dev-perl/NetPacket/ChangeLog
+++ b/dev-perl/NetPacket/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/NetPacket
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.40 2011/11/18 16:33:30 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.41 2012/02/29 09:13:31 robbat2 Exp $
+
+*NetPacket-1.3.1 (29 Feb 2012)
+
+ 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> +NetPacket-1.3.1.ebuild:
+ Version bump via perl-bump experimental tool.
*NetPacket-1.3.0 (18 Nov 2011)
diff --git a/dev-perl/NetPacket/NetPacket-1.3.1.ebuild b/dev-perl/NetPacket/NetPacket-1.3.1.ebuild
new file mode 100644
index 000000000000..a3079e18051a
--- /dev/null
+++ b/dev-perl/NetPacket/NetPacket-1.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/NetPacket-1.3.1.ebuild,v 1.1 2012/02/29 09:13:31 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=YANICK
+MODULE_VERSION=1.3.1
+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"