summaryrefslogtreecommitdiff
path: root/net-misc/ethertypes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /net-misc/ethertypes
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
Diffstat (limited to 'net-misc/ethertypes')
-rw-r--r--net-misc/ethertypes/Manifest3
-rw-r--r--net-misc/ethertypes/ethertypes-0.ebuild25
-rw-r--r--net-misc/ethertypes/metadata.xml7
3 files changed, 35 insertions, 0 deletions
diff --git a/net-misc/ethertypes/Manifest b/net-misc/ethertypes/Manifest
new file mode 100644
index 000000000000..06c3d55b8bf3
--- /dev/null
+++ b/net-misc/ethertypes/Manifest
@@ -0,0 +1,3 @@
+DIST ethertypes-0.gz 770 BLAKE2B d3d14fd99da30d5c4b366edc003653089468358323a58afd71770de1432588413d38ddf3c3f77b0b79a90d761e1e9c677efe594b64a995f6acdcda2b92da61f0 SHA512 62a88a76b3c3ce54b7c4b457cfdd7ea0d13e9deeebd485d37cfcbfa1cc1adba4bd82944e8d0a093c07594b88726376ff53bf70f61ca91a90af5550a455fe6643
+EBUILD ethertypes-0.ebuild 595 BLAKE2B 93633ce9bdcdd1547c0029d67e28cd5efd3c9cff1051d2eb74deb6359e08854876337e850560054a3c831dc1b0676f6faa0794ea018833ed4ec485425590dc62 SHA512 3ca4c4c8ed2f5a2624c41c9bc4b9c84923f7259a8fc174e8a741d1cacdcbd53644480a865856e63c44ea22886d492440661418fe64107adb9376342cd51421ab
+MISC metadata.xml 223 BLAKE2B ce9aaf73ccbc1745f44acf92e5a32b134fc36a7f40c1c83a4f8296bafe3902d851ca1d1b67829d82573b8e9df4bd2643122a98846ed7824bbf67fd88b0c822e0 SHA512 291302ff827472b8aaaa094bf6ed7b728166f21c9603b98beed59db2071a75193d7c5e462c4d435eea7e1047a1f31076bdf6deb08a1c8ab794ddd965c9be92bb
diff --git a/net-misc/ethertypes/ethertypes-0.ebuild b/net-misc/ethertypes/ethertypes-0.ebuild
new file mode 100644
index 000000000000..f292f7e125b0
--- /dev/null
+++ b/net-misc/ethertypes/ethertypes-0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Maps ethernet frame ids to symbolic names"
+HOMEPAGE="https://netfilter.org/"
+# File extracted from the iptables tarball
+SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+RDEPEND="
+ !<net-firewall/ebtables-2.0.10.4-r2
+ !<net-firewall/iptables-1.6.2-r2[nftables(-)]
+"
+
+S=${WORKDIR}
+
+src_install() {
+ insinto /etc
+ newins "${P}" ethertypes
+}
diff --git a/net-misc/ethertypes/metadata.xml b/net-misc/ethertypes/metadata.xml
new file mode 100644
index 000000000000..f540000d5aab
--- /dev/null
+++ b/net-misc/ethertypes/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>