summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-07 20:01:12 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-07 20:01:12 +0000
commit41d4babefb2419247060074f391540024a5a1477 (patch)
treeb50fba404cc6cb36adfb533b5e659ef05bb1f542
parentVersion bump (diff)
downloadgentoo-2-41d4babefb2419247060074f391540024a5a1477.tar.gz
gentoo-2-41d4babefb2419247060074f391540024a5a1477.tar.bz2
gentoo-2-41d4babefb2419247060074f391540024a5a1477.zip
Version bump
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-tuxonice i686)
-rw-r--r--dev-perl/NetPacket/ChangeLog9
-rw-r--r--dev-perl/NetPacket/NetPacket-0.41.1.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/NetPacket/ChangeLog b/dev-perl/NetPacket/ChangeLog
index 7aa016d6611c..f0c0ac7d48f1 100644
--- a/dev-perl/NetPacket/ChangeLog
+++ b/dev-perl/NetPacket/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/NetPacket
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.15 2007/03/05 12:18:44 ticho Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/ChangeLog,v 1.16 2009/01/07 20:01:12 tove Exp $
+
+*NetPacket-0.41.1 (07 Jan 2009)
+
+ 07 Jan 2009; Torsten Veller <tove@gentoo.org> +NetPacket-0.41.1.ebuild:
+ Version bump
05 Mar 2007; Andrej Kacian <ticho@gentoo.org> NetPacket-0.04.ebuild:
Stable on x86, bug #169152.
diff --git a/dev-perl/NetPacket/NetPacket-0.41.1.ebuild b/dev-perl/NetPacket/NetPacket-0.41.1.ebuild
new file mode 100644
index 000000000000..9e88de155ec7
--- /dev/null
+++ b/dev-perl/NetPacket/NetPacket-0.41.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/NetPacket/NetPacket-0.41.1.ebuild,v 1.1 2009/01/07 20:01:12 tove Exp $
+
+MODULE_AUTHOR=YANICK
+inherit perl-module
+
+DESCRIPTION="Perl NetPacket - network packets assembly/disassembly"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+
+SRC_TEST="do"