summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-15 20:48:21 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-16 23:53:06 +1300
commit2e9b65230055b26cd1e718a2c19c210c50302159 (patch)
treedd0d3c1b74b4bc34fff19c641c50b09223280d87 /dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild
parentdev-perl/Net-RBLClient: EAPI6 + tests (diff)
downloadgentoo-2e9b65230055b26cd1e718a2c19c210c50302159.tar.gz
gentoo-2e9b65230055b26cd1e718a2c19c210c50302159.tar.bz2
gentoo-2e9b65230055b26cd1e718a2c19c210c50302159.zip
dev-perl/Net-RawIP: EAPI6 + Tests
- EAPI6ify - Enable tests - Disable network tests - Add USE=examples Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild')
-rw-r--r--dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild
new file mode 100644
index 000000000000..7705fe8901e6
--- /dev/null
+++ b/dev-perl/Net-RawIP/Net-RawIP-0.250.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SAPER
+DIST_VERSION=0.25
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Raw IP packets manipulation Module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}"
+PERL_RM_FILES=( "t/90-pod.t" "t/91-pod-coverage.t" "t/99-critic.t" )
+PATCHES=("${FILESDIR}/${PN}-0.25-no-network-tests.patch")