public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/
Date: Tue,  1 Aug 2017 13:23:45 +0000 (UTC)	[thread overview]
Message-ID: <1501593823.40429f33eea73e4d6386d831cce166b1f76c0f9d.polynomial-c@gentoo> (raw)

commit:     40429f33eea73e4d6386d831cce166b1f76c0f9d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 13:23:33 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 13:23:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40429f33

net-misc/bridge-utils: Bump to version 1.6

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-misc/bridge-utils/Manifest                |  1 +
 net-misc/bridge-utils/bridge-utils-1.6.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/net-misc/bridge-utils/Manifest b/net-misc/bridge-utils/Manifest
index 7ee4c1cb58d..05983202888 100644
--- a/net-misc/bridge-utils/Manifest
+++ b/net-misc/bridge-utils/Manifest
@@ -1 +1,2 @@
 DIST bridge-utils-1.5.tar.gz 33243 SHA256 42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688 SHA512 4e525fbd3defb509664ef3b728d9e5edfb92beaebdb5d7733d8203fb38cb3f4bb54d02dc1e28813889a2ee19c78b9b47da6d99c8032481a7fd7f104658dea7c3 WHIRLPOOL f11eb95ae9b562cb301bb1f657d87878f0a0729a2129b90fa5957747f078f3afe2ebdadd1eb7ea4a59e544acc8194cf1744126db9ba3f3704210bc18ee3480fa
+DIST bridge-utils-1.6.tar.xz 29904 SHA256 cc67efb5d5fb8928a6569b3fade2b4042ec17da04678dab127d96b46489e26c8 SHA512 b2ed39bc67349b7b91f2068cb505c0e3c89a8797d61e3d97ff957796cfe5fcef2c26dd788bd4215f628d69a4c8592377f4e632c3e181e87af3eaa238d8741e02 WHIRLPOOL 29e25c79c4abcf33917333b872fa0d49600a87c7393ee99a9c3f97917698d15e5c44fff781b9013d91d46958273fa9dc5745281bdca3f0177733ade8bf7e4a6c

diff --git a/net-misc/bridge-utils/bridge-utils-1.6.ebuild b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
new file mode 100644
index 00000000000..5cdc85e8f10
--- /dev/null
+++ b/net-misc/bridge-utils/bridge-utils-1.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools linux-info toolchain-funcs
+
+DESCRIPTION="Tools for configuring the Linux kernel 802.1d Ethernet Bridge"
+HOMEPAGE="http://bridge.sourceforge.net/"
+#SRC_URI="mirror://sourceforge/bridge/${P}.tar.gz"
+SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="selinux"
+
+DEPEND="virtual/os-headers"
+RDEPEND="selinux? ( sec-policy/selinux-brctl )"
+
+CONFIG_CHECK="~BRIDGE"
+WARNING_BRIDGE="CONFIG_BRIDGE is required to get bridge devices in the kernel"
+
+get_headers() {
+	CTARGET=${CTARGET:-${CHOST}}
+	dir=/usr/include
+	tc-is-cross-compiler && dir=/usr/${CTARGET}/usr/include
+	echo "${dir}"
+}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	# use santitized headers and not headers from /usr/src
+	local myeconfargs=(
+		--prefix=/
+		--libdir=/usr/$(get_libdir)
+		--includedir=/usr/include
+		--with-linux-headers="$(get_headers)"
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install () {
+	emake install DESTDIR="${D}"
+	dodoc AUTHORS ChangeLog README THANKS TODO \
+		doc/{FAQ,FIREWALL,HOWTO,PROJECTS,RPM-GPG-KEY,SMPNOTES,WISHLIST}
+	[ -f "${ED%/}"/sbin/brctl ] || die "upstream makefile failed to install binary"
+}


             reply	other threads:[~2017-08-01 13:23 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-01 13:23 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-21 17:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/bridge-utils/ Robin H. Johnson
2020-06-28  7:49 Sergei Trofimovich
2020-06-28 20:56 Thomas Deutschmann
2020-06-29  6:19 Agostino Sarubbo
2020-06-29  6:22 Agostino Sarubbo
2020-06-29  6:24 Agostino Sarubbo
2020-06-29  6:25 Agostino Sarubbo
2020-07-02 17:05 Sergei Trofimovich
2021-01-27 21:38 Sam James
2021-10-02 17:02 Andreas K. Hüttel
2021-10-03  7:30 Sam James
2021-10-03  7:30 Sam James
2021-12-05  3:31 Sam James
2021-12-05  5:20 Sam James
2021-12-05 20:12 Arthur Zamarin
2021-12-06  0:10 Sam James
2021-12-06  0:13 Sam James
2021-12-06  1:16 Sam James
2022-05-06  8:37 Yixun Lan
2022-06-02  2:19 Sam James
2022-06-02  2:19 Sam James
2022-06-02  3:05 Sam James
2022-06-02  3:05 Sam James
2022-06-02  3:14 Sam James
2022-06-02  3:14 Sam James
2022-06-02  4:02 Jakov Smolić
2023-11-20 20:37 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501593823.40429f33eea73e4d6386d831cce166b1f76c0f9d.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox