Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/
Date: Sun, 30 Aug 2020 00:17:34
Message-Id: 1598746646.f42949c42569f29c9bdceaced577f7507fa8bdc0.zmedico@gentoo
1 commit: f42949c42569f29c9bdceaced577f7507fa8bdc0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 00:17:01 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 00:17:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42949c4
7
8 app-emulation/slirp4netns: Remove old versions
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/slirp4netns/Manifest | 3 --
14 app-emulation/slirp4netns/slirp4netns-1.0.1.ebuild | 40 ----------------------
15 app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild | 40 ----------------------
16 app-emulation/slirp4netns/slirp4netns-1.1.3.ebuild | 40 ----------------------
17 4 files changed, 123 deletions(-)
18
19 diff --git a/app-emulation/slirp4netns/Manifest b/app-emulation/slirp4netns/Manifest
20 index b1308824f84..03bceefba8a 100644
21 --- a/app-emulation/slirp4netns/Manifest
22 +++ b/app-emulation/slirp4netns/Manifest
23 @@ -1,4 +1 @@
24 -DIST slirp4netns-1.0.1.tar.gz 51911 BLAKE2B d125dd2c24fd7a817d2b8f16c6bac66399a4a0f37c49d43541f336e7ff09673bca2d6ed2c62cc856034b8e2f6e11ac1ff3753d3546148e68ddf085e8b9aca354 SHA512 4947e32d88c3c8f1b7b2e94a1e73041a48cc8ddf75ffaf691d44cb6ebeaef5cf0b0abb7a8df8919682dfc854a76d73fc5bdebcf01b3ace97be187068d704bf63
25 -DIST slirp4netns-1.1.1.tar.gz 55391 BLAKE2B 346fd9a0e52247488573182bf747d3ba249ba5cb8d991ede8d0dedb7a5b9c8c64ee56fe4a94ae6deffc98f85866aa100300b42c75f1fc4de3af2564a00082ac5 SHA512 365293c82f58c89b82515428f157c7e4709b8b04b6736e75cc549bddb3ec2a85b33b198ae55ee173b93472cb33dec64949e50e8473b052ce33c61ff777f1393f
26 -DIST slirp4netns-1.1.3.tar.gz 55231 BLAKE2B bbe0803ae2ad453519963865e53a3e020bebb9ee9658ae552745247be4b08397e8649bd52ed46a00062aa3ca804529daa5454fb591e2b128d3f1f31f9d4229c2 SHA512 6259099eb8896aef086961d1a6dbbdaffe24af255a7ed55f2243a87e9af54956041a28de3f8af9c8a17e59925822109545c53757af2feeeefa7ce603a3b99930
27 DIST slirp4netns-1.1.4.tar.gz 55346 BLAKE2B 86716ec9f42ae0087e9e7d142683f53b986275bce20b5ab0a33d0cdd63778adfeeadc86e5abb52d4a7e3e89baa0440c1a99bde920eeb2ed5293046e451d8ad01 SHA512 a6a26c55bdd4f50e668f7feeee3cd1d077e1ca9bd5bad5bbb8c47b15d366af4b1f2900241bedcd5a974a7597f43b17f970662271ec1987fbb6291c50470fa0a8
28
29 diff --git a/app-emulation/slirp4netns/slirp4netns-1.0.1.ebuild b/app-emulation/slirp4netns/slirp4netns-1.0.1.ebuild
30 deleted file mode 100644
31 index 2d9af4a06ab..00000000000
32 --- a/app-emulation/slirp4netns/slirp4netns-1.0.1.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools
41 -
42 -DESCRIPTION="User-mode networking for unprivileged network namespaces"
43 -HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
44 -SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -KEYWORDS="~amd64"
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -
50 -RDEPEND="
51 - dev-libs/glib:2=
52 - dev-libs/libpcre:=
53 - net-libs/libslirp:=
54 - sys-libs/libseccomp:=
55 - sys-libs/libcap:="
56 -
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig"
59 -RESTRICT="test"
60 -
61 -src_prepare() {
62 - # Respect AR variable for bug 722162.
63 - sed -e 's|^AC_PROG_CC$|AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])\nAC_PROG_AR\n\0|' \
64 - -i configure.ac || die
65 - eautoreconf
66 - default
67 -}
68 -
69 -pkg_postinst() {
70 - if [[ -z ${REPLACING_VERSIONS} ]]; then
71 - elog "You need to have the tun kernel module loaded in order to have"
72 - elog "slirp4netns working"
73 - fi
74 -}
75
76 diff --git a/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild b/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild
77 deleted file mode 100644
78 index 2d9af4a06ab..00000000000
79 --- a/app-emulation/slirp4netns/slirp4netns-1.1.1.ebuild
80 +++ /dev/null
81 @@ -1,40 +0,0 @@
82 -# Copyright 1999-2020 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -inherit autotools
88 -
89 -DESCRIPTION="User-mode networking for unprivileged network namespaces"
90 -HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
91 -SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz"
92 -
93 -KEYWORDS="~amd64"
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -
97 -RDEPEND="
98 - dev-libs/glib:2=
99 - dev-libs/libpcre:=
100 - net-libs/libslirp:=
101 - sys-libs/libseccomp:=
102 - sys-libs/libcap:="
103 -
104 -DEPEND="${RDEPEND}
105 - virtual/pkgconfig"
106 -RESTRICT="test"
107 -
108 -src_prepare() {
109 - # Respect AR variable for bug 722162.
110 - sed -e 's|^AC_PROG_CC$|AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])\nAC_PROG_AR\n\0|' \
111 - -i configure.ac || die
112 - eautoreconf
113 - default
114 -}
115 -
116 -pkg_postinst() {
117 - if [[ -z ${REPLACING_VERSIONS} ]]; then
118 - elog "You need to have the tun kernel module loaded in order to have"
119 - elog "slirp4netns working"
120 - fi
121 -}
122
123 diff --git a/app-emulation/slirp4netns/slirp4netns-1.1.3.ebuild b/app-emulation/slirp4netns/slirp4netns-1.1.3.ebuild
124 deleted file mode 100644
125 index 2d9af4a06ab..00000000000
126 --- a/app-emulation/slirp4netns/slirp4netns-1.1.3.ebuild
127 +++ /dev/null
128 @@ -1,40 +0,0 @@
129 -# Copyright 1999-2020 Gentoo Authors
130 -# Distributed under the terms of the GNU General Public License v2
131 -
132 -EAPI=7
133 -
134 -inherit autotools
135 -
136 -DESCRIPTION="User-mode networking for unprivileged network namespaces"
137 -HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
138 -SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz"
139 -
140 -KEYWORDS="~amd64"
141 -LICENSE="GPL-2"
142 -SLOT="0"
143 -
144 -RDEPEND="
145 - dev-libs/glib:2=
146 - dev-libs/libpcre:=
147 - net-libs/libslirp:=
148 - sys-libs/libseccomp:=
149 - sys-libs/libcap:="
150 -
151 -DEPEND="${RDEPEND}
152 - virtual/pkgconfig"
153 -RESTRICT="test"
154 -
155 -src_prepare() {
156 - # Respect AR variable for bug 722162.
157 - sed -e 's|^AC_PROG_CC$|AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])\nAC_PROG_AR\n\0|' \
158 - -i configure.ac || die
159 - eautoreconf
160 - default
161 -}
162 -
163 -pkg_postinst() {
164 - if [[ -z ${REPLACING_VERSIONS} ]]; then
165 - elog "You need to have the tun kernel module loaded in order to have"
166 - elog "slirp4netns working"
167 - fi
168 -}