Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/
Date: Sat, 09 Dec 2017 01:37:00
Message-Id: 1512783378.d9658491b635d0dc5b253536282a9776c9444c2a.xmw@gentoo
1 commit: d9658491b635d0dc5b253536282a9776c9444c2a
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 01:22:38 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 01:36:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9658491
7
8 net-misc/radvd: Remove old versions.
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 net-misc/radvd/Manifest | 2 --
13 net-misc/radvd/radvd-2.15-r1.ebuild | 66 ----------------------------------
14 net-misc/radvd/radvd-2.16.ebuild | 71 -------------------------------------
15 net-misc/radvd/radvd-2.17.ebuild | 71 -------------------------------------
16 4 files changed, 210 deletions(-)
17
18 diff --git a/net-misc/radvd/Manifest b/net-misc/radvd/Manifest
19 index 1a288a6e648..965c0130dae 100644
20 --- a/net-misc/radvd/Manifest
21 +++ b/net-misc/radvd/Manifest
22 @@ -1,4 +1,2 @@
23 DIST radvd-2.14.tar.gz 211461 SHA256 46d31c05daea11c3d1e3dc092997d3631b3bc72b20a4f279b05304b83dbd7aa8 SHA512 8fdfd776f998b82e9dcbb29a13e44b1ba060f2e4b03bae0167549fb58731f16e80e980f9636e0d7614270b8e6457779ac044b433c5c5d26d9fb72ea9e2d3cb02 WHIRLPOOL 6f2974c4e9d689052b36885c2b82425e346bdd7fd3a928a650f2c71debc7cd5e3c13504759fb5cec20641f4e6fdf35ce6a83fe3023f6efa00efff3da84b01954
24 -DIST radvd-2.15.tar.gz 214256 SHA256 83dd770595e6182757fd652cfc46ee462b73d8d34ba0848a1d481c4d51143607 SHA512 51ed457814f32750f915e22556c739d0a574af6318d469ae77c42fb7dfce8752edc2b70e3dd910d46c6198a5a81e4be4611dd4e379920488f4d4427cda0a7ea0 WHIRLPOOL 3b8d9436b6c37088f7af0de06e12ef93a05ab2b71df0617e63d6ee106b336a22dfad3df07e6c0301da5bf4d8a646a2c2ce2a50d9ca991f541c51ce35ebb2b187
25 -DIST radvd-2.16.tar.gz 213901 SHA256 fe2d81b00120215b244749bdbb234579a059e71cc6d54bcdc56c68ae8f0c2e35 SHA512 7e4f882acca7b754cf452a710cef847150bc6da35a8e6c18f35764ec0dceffc5ec7e98008faed5e9e39754894fb72066a1a00da0e4b8b9b55b1d56f024a887f8 WHIRLPOOL ab544ecaca598ccf01c578bf517b465b7445ffa1233778fa5be32ca2db34ce483c6e52fcd5e80deff3e6619f172ae5bb95910eee45b2ba6bb954a586546ea33a
26 DIST radvd-2.17.tar.gz 214937 SHA256 53757e7f2164899e1145482f1ae91829600a6e2f6fec29cfb3b350a3bb45bd5d SHA512 117a42c2c007d730b956cf999ac281f50a1a9b57c9428fe0f860cb211ac234ec62f59fead244a80191aaa15ef4ce96fb7dba9bd1a3cb6c3b29f1b6897d7a6132 WHIRLPOOL fdd0a9fbe306a6f761e3260071c7557bb3c0b164fb139bce8d9403bc97f087069f96077eb5f2dc92594a0b1e91eca1062ac817610f66c1402cb660703ee3fa12
27
28 diff --git a/net-misc/radvd/radvd-2.15-r1.ebuild b/net-misc/radvd/radvd-2.15-r1.ebuild
29 deleted file mode 100644
30 index fee5035e0f3..00000000000
31 --- a/net-misc/radvd/radvd-2.15-r1.ebuild
32 +++ /dev/null
33 @@ -1,66 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit systemd user eutils readme.gentoo-r1
40 -
41 -DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
42 -HOMEPAGE="http://v6web.litech.org/radvd/"
43 -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz"
44 -
45 -LICENSE="BSD"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
48 -IUSE="kernel_FreeBSD selinux test"
49 -
50 -CDEPEND="dev-libs/libdaemon"
51 -DEPEND="${CDEPEND}
52 - sys-devel/bison
53 - sys-devel/flex
54 - virtual/pkgconfig
55 - test? ( dev-libs/check )"
56 -RDEPEND="${CDEPEND}
57 - selinux? ( sec-policy/selinux-radvd )
58 -"
59 -DOCS=( CHANGES README TODO radvd.conf.example )
60 -
61 -pkg_setup() {
62 - enewgroup radvd
63 - enewuser radvd -1 -1 /dev/null radvd
64 -}
65 -
66 -src_configure() {
67 - econf --with-pidfile=/run/radvd/radvd.pid \
68 - --disable-silent-rules \
69 - --with-systemdsystemunitdir=no \
70 - $(use_with test check)
71 -}
72 -
73 -src_install() {
74 - default
75 -
76 - dohtml INTRO.html
77 -
78 - newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
79 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
80 -
81 - systemd_dounit "${FILESDIR}"/${PN}.service
82 - systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfilesd ${PN}.conf
83 -
84 - if use kernel_FreeBSD ; then
85 - sed -i -e \
86 - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
87 - "${D}"/etc/init.d/${PN} || die
88 - fi
89 -
90 - readme.gentoo_create_doc
91 -}
92 -
93 -DISABLE_AUTOFORMATTING=1
94 -DOC_CONTENTS="Please create a configuration file ${ROOT}etc/radvd.conf.
95 -See ${ROOT}usr/share/doc/${PF} for an example.
96 -
97 -grsecurity users should allow a specific group to read /proc
98 -and add the radvd user to that group, otherwise radvd may
99 -segfault on startup."
100
101 diff --git a/net-misc/radvd/radvd-2.16.ebuild b/net-misc/radvd/radvd-2.16.ebuild
102 deleted file mode 100644
103 index 86b02def5e1..00000000000
104 --- a/net-misc/radvd/radvd-2.16.ebuild
105 +++ /dev/null
106 @@ -1,71 +0,0 @@
107 -# Copyright 1999-2017 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -
112 -inherit systemd user eutils readme.gentoo-r1 tmpfiles
113 -
114 -DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
115 -HOMEPAGE="http://v6web.litech.org/radvd/"
116 -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz"
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
121 -IUSE="kernel_FreeBSD selinux test"
122 -
123 -CDEPEND="dev-libs/libdaemon"
124 -DEPEND="${CDEPEND}
125 - sys-devel/bison
126 - sys-devel/flex
127 - virtual/pkgconfig
128 - test? ( dev-libs/check )"
129 -RDEPEND="${CDEPEND}
130 - selinux? ( sec-policy/selinux-radvd )
131 -"
132 -DOCS=( CHANGES README TODO radvd.conf.example )
133 -
134 -pkg_setup() {
135 - enewgroup radvd
136 - enewuser radvd -1 -1 /dev/null radvd
137 -}
138 -
139 -src_configure() {
140 - econf --with-pidfile=/run/radvd/radvd.pid \
141 - --disable-silent-rules \
142 - --with-systemdsystemunitdir=no \
143 - $(use_with test check)
144 -}
145 -
146 -src_install() {
147 - default
148 -
149 - insinto /usr/share/doc/${PF}/html
150 - doins INTRO.html
151 -
152 - newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
153 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
154 -
155 - systemd_dounit "${FILESDIR}"/${PN}.service
156 - systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfilesd ${PN}.conf
157 -
158 - if use kernel_FreeBSD ; then
159 - sed -i -e \
160 - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
161 - "${D}"/etc/init.d/${PN} || die
162 - fi
163 -
164 - readme.gentoo_create_doc
165 -}
166 -
167 -pkg_postinst() {
168 - tmpfiles_process ${PN}.conf
169 -}
170 -
171 -DISABLE_AUTOFORMATTING=1
172 -DOC_CONTENTS="Please create a configuration file ${ROOT}etc/radvd.conf.
173 -See ${ROOT}usr/share/doc/${PF} for an example.
174 -
175 -grsecurity users should allow a specific group to read /proc
176 -and add the radvd user to that group, otherwise radvd may
177 -segfault on startup."
178
179 diff --git a/net-misc/radvd/radvd-2.17.ebuild b/net-misc/radvd/radvd-2.17.ebuild
180 deleted file mode 100644
181 index 86b02def5e1..00000000000
182 --- a/net-misc/radvd/radvd-2.17.ebuild
183 +++ /dev/null
184 @@ -1,71 +0,0 @@
185 -# Copyright 1999-2017 Gentoo Foundation
186 -# Distributed under the terms of the GNU General Public License v2
187 -
188 -EAPI=6
189 -
190 -inherit systemd user eutils readme.gentoo-r1 tmpfiles
191 -
192 -DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
193 -HOMEPAGE="http://v6web.litech.org/radvd/"
194 -SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz"
195 -
196 -LICENSE="BSD"
197 -SLOT="0"
198 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
199 -IUSE="kernel_FreeBSD selinux test"
200 -
201 -CDEPEND="dev-libs/libdaemon"
202 -DEPEND="${CDEPEND}
203 - sys-devel/bison
204 - sys-devel/flex
205 - virtual/pkgconfig
206 - test? ( dev-libs/check )"
207 -RDEPEND="${CDEPEND}
208 - selinux? ( sec-policy/selinux-radvd )
209 -"
210 -DOCS=( CHANGES README TODO radvd.conf.example )
211 -
212 -pkg_setup() {
213 - enewgroup radvd
214 - enewuser radvd -1 -1 /dev/null radvd
215 -}
216 -
217 -src_configure() {
218 - econf --with-pidfile=/run/radvd/radvd.pid \
219 - --disable-silent-rules \
220 - --with-systemdsystemunitdir=no \
221 - $(use_with test check)
222 -}
223 -
224 -src_install() {
225 - default
226 -
227 - insinto /usr/share/doc/${PF}/html
228 - doins INTRO.html
229 -
230 - newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
231 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
232 -
233 - systemd_dounit "${FILESDIR}"/${PN}.service
234 - systemd_newtmpfilesd "${FILESDIR}"/${PN}.tmpfilesd ${PN}.conf
235 -
236 - if use kernel_FreeBSD ; then
237 - sed -i -e \
238 - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
239 - "${D}"/etc/init.d/${PN} || die
240 - fi
241 -
242 - readme.gentoo_create_doc
243 -}
244 -
245 -pkg_postinst() {
246 - tmpfiles_process ${PN}.conf
247 -}
248 -
249 -DISABLE_AUTOFORMATTING=1
250 -DOC_CONTENTS="Please create a configuration file ${ROOT}etc/radvd.conf.
251 -See ${ROOT}usr/share/doc/${PF} for an example.
252 -
253 -grsecurity users should allow a specific group to read /proc
254 -and add the radvd user to that group, otherwise radvd may
255 -segfault on startup."