From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/
Date: Sat, 25 Jul 2020 22:13:42 +0000 (UTC) [thread overview]
Message-ID: <1595715203.c2d61ec5d9fe6adb139e49c50d31ea287b2f6d51.bman@gentoo> (raw)
commit: c2d61ec5d9fe6adb139e49c50d31ea287b2f6d51
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jul 25 19:13:14 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 22:13:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d61ec5
net-misc/ubridge: remove old
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-misc/ubridge/Manifest | 2 --
net-misc/ubridge/ubridge-0.9.14.ebuild | 51 ----------------------------------
net-misc/ubridge/ubridge-0.9.16.ebuild | 50 ---------------------------------
3 files changed, 103 deletions(-)
diff --git a/net-misc/ubridge/Manifest b/net-misc/ubridge/Manifest
index 4c9a34db559..4d01d8d2c2e 100644
--- a/net-misc/ubridge/Manifest
+++ b/net-misc/ubridge/Manifest
@@ -1,3 +1 @@
-DIST ubridge-0.9.14.tar.gz 63492 BLAKE2B 4c19bb79c264c9bec2ca39fea8b386817f6eb41d23b35f9fbd0a1407b45398ad5362bd76cbb81597438367a2af8d80308f13d3e8faa4e75c6173bbeb23da177d SHA512 7e92ca6ee8dd5815991c5d157278487cfad69710f0a63fc217d5d0e61678d272bf5a0d31b6afe25b1060df1ad13e229f1d573c03fecb1453167a9ff364283a5f
-DIST ubridge-0.9.16.tar.gz 64106 BLAKE2B ea5292bb7895034f18fde2c78e6ec22a043d3f712af0f699240073778bf72ade4ba9fc9be56d5ff13ce4119c6d90265daf86e84405597483c07c900e80b4e579 SHA512 409b5705e178d0edda17f5a321bc28a4a03d417c59893228e022a88025a51e4d4f9a18e548ec71f1b36df24b204cfdf73bc2efb8fe9e39893d29c16b3695380c
DIST ubridge-0.9.18.tar.gz 64340 BLAKE2B 7ac540ccf180adc8bf0bb0d440d6a0335626181ba680f7f94cea43d6b6b70745cd64f8ee8048aa1621b7407fea83cf03039147ffe38236e70970c014771ab09b SHA512 f2c9e9d0242f61363a3f4ce6f1acf4013245ff0854a7f64c96d6b8737bd3cc505a38aaf43a0928e2a5a88bcd39f786e00fab68748ad56770d18d713005750c60
diff --git a/net-misc/ubridge/ubridge-0.9.14.ebuild b/net-misc/ubridge/ubridge-0.9.14.ebuild
deleted file mode 100644
index 4ae6e8746b1..00000000000
--- a/net-misc/ubridge/ubridge-0.9.14.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fcaps toolchain-funcs user
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- net-libs/libpcap
- dev-libs/iniparser:=
-"
-DEPEND="
- ${RDEPEND}
-"
-
-PATCHES=( "${FILESDIR}"/${P}-respect-flags.patch )
-
-pkg_setup() {
- enewgroup ubridge
-}
-
-src_configure() {
- export SYSTEM_INIPARSER=1
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- exeinto /usr/bin
- exeopts -m 710 -g ubridge
- doexe ubridge
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT}"/usr/bin/ubridge
-
- ewarn "NOTE: To read packets from the network interfaces with ubridge as"
- ewarn "normal user you have to add trusted users to the ubridge group."
-}
diff --git a/net-misc/ubridge/ubridge-0.9.16.ebuild b/net-misc/ubridge/ubridge-0.9.16.ebuild
deleted file mode 100644
index b09d2fdadaa..00000000000
--- a/net-misc/ubridge/ubridge-0.9.16.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fcaps toolchain-funcs user
-
-DESCRIPTION="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces"
-HOMEPAGE="https://github.com/GNS3/ubridge"
-SRC_URI="https://github.com/GNS3/ubridge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-
-RDEPEND="
- net-libs/libpcap
- dev-libs/iniparser:4="
-
-DEPEND="${RDEPEND}"
-
-# Bugs: https://bugs.gentoo.org/647588
-# https://github.com/GNS3/ubridge/issues/60
-PATCHES=( "${FILESDIR}/${P}_add_slotted_iniparser-4.1+_support.patch" )
-
-pkg_setup() {
- enewgroup ubridge
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- SYSTEM_INIPARSER=1
-}
-
-src_install() {
- exeinto /usr/bin
- exeopts -m 710 -g ubridge
- doexe ubridge
-
- dodoc README.rst
-}
-
-pkg_postinst() {
- fcaps -g ubridge -m 4710 -M 0710 cap_net_raw,cap_net_admin \
- "${EROOT}"/usr/bin/ubridge
-
- einfo "\nNOTE: To read packets from the network interfaces with ubridge as"
- einfo "normal user you have to add trusted users to the \"ubridge\" group.\n"
-}
next reply other threads:[~2020-07-25 22:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-25 22:13 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 5:20 [gentoo-commits] repo/gentoo:master commit in: net-misc/ubridge/ Ionen Wolkens
2024-10-11 5:01 Eli Schwartz
2024-10-10 20:29 Conrad Kostecki
2024-10-10 20:29 Conrad Kostecki
2020-08-16 18:55 Jonas Stein
2020-07-25 22:13 Aaron Bauman
2020-07-25 22:13 Aaron Bauman
2018-11-07 23:44 Thomas Deutschmann
2018-03-14 17:52 Michał Górny
2018-03-05 0:31 Thomas Deutschmann
2018-03-03 2:07 Thomas Deutschmann
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=1595715203.c2d61ec5d9fe6adb139e49c50d31ea287b2f6d51.bman@gentoo \
--to=bman@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