From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEEBD1382C5 for ; Wed, 7 Mar 2018 19:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B59FE096F; Wed, 7 Mar 2018 19:26:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9D51E0960 for ; Wed, 7 Mar 2018 19:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBC76335C07 for ; Wed, 7 Mar 2018 19:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECF01EB for ; Wed, 7 Mar 2018 19:26:47 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1520450792.680faf42b0ae15a0a0c75e4fff87ed7927e1aaa0.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ethertypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ethertypes/Manifest net-misc/ethertypes/ethertypes-0.ebuild net-misc/ethertypes/metadata.xml X-VCS-Directories: net-misc/ethertypes/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 680faf42b0ae15a0a0c75e4fff87ed7927e1aaa0 X-VCS-Branch: master Date: Wed, 7 Mar 2018 19:26:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a22a599-82a0-448b-bb3a-14e5bf85ba0e X-Archives-Hash: d42f24b9f402698cd00916b286ae8a2e commit: 680faf42b0ae15a0a0c75e4fff87ed7927e1aaa0 Author: Mike Gilbert gentoo org> AuthorDate: Wed Mar 7 17:38:52 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Mar 7 19:26:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680faf42 net-misc/ethertypes: new package to resolve file collision Bug: https://bugs.gentoo.org/647458 Package-Manager: Portage-2.3.24_p18, Repoman-2.3.6_p99 net-misc/ethertypes/Manifest | 1 + net-misc/ethertypes/ethertypes-0.ebuild | 25 +++++++++++++++++++++++++ net-misc/ethertypes/metadata.xml | 7 +++++++ 3 files changed, 33 insertions(+) diff --git a/net-misc/ethertypes/Manifest b/net-misc/ethertypes/Manifest new file mode 100644 index 00000000000..59c4597a62d --- /dev/null +++ b/net-misc/ethertypes/Manifest @@ -0,0 +1 @@ +DIST ethertypes-0.gz 770 BLAKE2B d3d14fd99da30d5c4b366edc003653089468358323a58afd71770de1432588413d38ddf3c3f77b0b79a90d761e1e9c677efe594b64a995f6acdcda2b92da61f0 SHA512 62a88a76b3c3ce54b7c4b457cfdd7ea0d13e9deeebd485d37cfcbfa1cc1adba4bd82944e8d0a093c07594b88726376ff53bf70f61ca91a90af5550a455fe6643 diff --git a/net-misc/ethertypes/ethertypes-0.ebuild b/net-misc/ethertypes/ethertypes-0.ebuild new file mode 100644 index 00000000000..f292f7e125b --- /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=" + ! + + + + base-system@gentoo.org + +