From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/
Date: Fri, 5 Jun 2020 18:26:55 +0000 (UTC) [thread overview]
Message-ID: <1591381580.85e32f6e242e75cc16ba23c1da1c46397839528d.zmedico@gentoo> (raw)
commit: 85e32f6e242e75cc16ba23c1da1c46397839528d
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 18:26:20 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 18:26:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e32f6e
app-emulation/slirp4netns: Bump to version 1.1.1
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-emulation/slirp4netns/Manifest | 1 +
app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/app-emulation/slirp4netns/Manifest b/app-emulation/slirp4netns/Manifest
index 397b2049328..cd146ba6597 100644
--- a/app-emulation/slirp4netns/Manifest
+++ b/app-emulation/slirp4netns/Manifest
@@ -1 +1,2 @@
DIST slirp4netns-1.0.1.tar.gz 51911 BLAKE2B d125dd2c24fd7a817d2b8f16c6bac66399a4a0f37c49d43541f336e7ff09673bca2d6ed2c62cc856034b8e2f6e11ac1ff3753d3546148e68ddf085e8b9aca354 SHA512 4947e32d88c3c8f1b7b2e94a1e73041a48cc8ddf75ffaf691d44cb6ebeaef5cf0b0abb7a8df8919682dfc854a76d73fc5bdebcf01b3ace97be187068d704bf63
+DIST slirp4netns-1.1.1.tar.gz 55391 BLAKE2B 346fd9a0e52247488573182bf747d3ba249ba5cb8d991ede8d0dedb7a5b9c8c64ee56fe4a94ae6deffc98f85866aa100300b42c75f1fc4de3af2564a00082ac5 SHA512 365293c82f58c89b82515428f157c7e4709b8b04b6736e75cc549bddb3ec2a85b33b198ae55ee173b93472cb33dec64949e50e8473b052ce33c61ff777f1393f
diff --git a/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild b/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild
new file mode 100644
index 00000000000..2d9af4a06ab
--- /dev/null
+++ b/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="User-mode networking for unprivileged network namespaces"
+HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
+SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/glib:2=
+ dev-libs/libpcre:=
+ net-libs/libslirp:=
+ sys-libs/libseccomp:=
+ sys-libs/libcap:="
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+RESTRICT="test"
+
+src_prepare() {
+ # Respect AR variable for bug 722162.
+ sed -e 's|^AC_PROG_CC$|AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])\nAC_PROG_AR\n\0|' \
+ -i configure.ac || die
+ eautoreconf
+ default
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "You need to have the tun kernel module loaded in order to have"
+ elog "slirp4netns working"
+ fi
+}
next reply other threads:[~2020-06-05 18:27 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 18:26 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-17 2:16 [gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/ Sam James
2021-11-14 8:38 Sam James
2021-10-18 2:12 Zac Medico
2021-07-04 6:06 Georgy Yakovlev
2021-02-25 21:40 Zac Medico
2021-02-25 21:35 Zac Medico
2020-12-28 23:23 Zac Medico
2020-08-30 0:17 Zac Medico
2020-08-29 22:45 Sam James
2020-07-13 18:04 Zac Medico
2020-07-09 4:27 Zac Medico
2020-05-10 19:51 Zac Medico
2020-05-10 17:53 Zac Medico
2020-04-24 2:07 Zac Medico
2020-04-24 2:07 Zac Medico
2020-04-19 22:33 Zac Medico
2020-04-19 22:30 Zac Medico
2020-02-08 3:04 Zac Medico
2019-12-03 17:26 Zac Medico
2019-12-03 17:26 Zac Medico
2019-09-14 20:43 Zac Medico
2019-08-30 16:44 Zac Medico
2019-08-30 15:02 Zac Medico
2019-08-29 17:37 Zac Medico
2019-08-29 17:27 Zac Medico
2019-08-26 18:03 Zac Medico
2019-08-26 18:03 Zac Medico
2019-08-04 18:06 Zac Medico
2019-08-04 18:06 Zac Medico
2019-08-03 17:55 Zac Medico
2019-08-03 17:55 Zac Medico
2019-07-30 22:11 Zac Medico
2019-07-25 17:59 Zac Medico
2019-07-23 15:34 Zac Medico
2019-05-30 18:45 Zac Medico
2019-05-30 18:43 Zac Medico
2019-05-30 18:43 Zac Medico
2019-04-11 21:50 Zac Medico
2019-04-11 21:50 Zac Medico
2019-03-13 17:06 Zac Medico
2019-02-19 7:11 Zac Medico
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=1591381580.85e32f6e242e75cc16ba23c1da1c46397839528d.zmedico@gentoo \
--to=zmedico@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