Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/
Date: Sun, 25 Jun 2017 08:52:40
Message-Id: 1498380749.ddb42ab175ca7c2c41dc332d4db0238ef0036884.kensington@gentoo
1 commit: ddb42ab175ca7c2c41dc332d4db0238ef0036884
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 08:52:14 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 08:52:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb42ab1
7
8 sys-auth/elogind: remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-auth/elogind/Manifest | 3 --
13 sys-auth/elogind/elogind-229.3-r1.ebuild | 84 --------------------------------
14 sys-auth/elogind/elogind-229.4.ebuild | 84 --------------------------------
15 sys-auth/elogind/elogind-229.5.ebuild | 84 --------------------------------
16 4 files changed, 255 deletions(-)
17
18 diff --git a/sys-auth/elogind/Manifest b/sys-auth/elogind/Manifest
19 index 1feee59949c..f5ed53f35ba 100644
20 --- a/sys-auth/elogind/Manifest
21 +++ b/sys-auth/elogind/Manifest
22 @@ -1,4 +1 @@
23 -DIST elogind-229.3.tar.gz 757313 SHA256 8506145e6071a637aec91276e19cd932b3d9cd297c8e833f7b08b8d53fd7a1d7 SHA512 5449f6b8ca1cb14d91681de1273819e193c88f6ec22b790cfe2c9d9d6e0d37bfc3b707a650d14471e0cb3a577289f725e1a47d22a14db2154a2c0552ecde32ca WHIRLPOOL e71fc14453017a570c3c2766b42fb444e41b2a703689e745ea3a01bd915fdab896b4bd3f229f74d438d48b8383a0b590c456b9269a739e9bf7b8d60441fbb33c
24 -DIST elogind-229.4.tar.gz 757388 SHA256 a34012b087d1da4a5c23ab66a3debe34a4dc01cf61fd4ba91a28a9579aafa2ed SHA512 d26a1297755ca262b9ac5b85d8c4e8f706d5eccdc69d9de312297812bafc20eeb5180824fb85d6f6c9cdfe4966ca1acc4ce62902c6b8816e4e8fb244aa4b9518 WHIRLPOOL 6e9a1a97ce317d3ae562663b1cac5115507487694aed3bd16e500f2c4b295a8735705b2e1c24c1ddf10c00a0eb1d2c444a6bdbb154b1e20c6e7210fdbfa95f8f
25 -DIST elogind-229.5.tar.gz 765173 SHA256 82078a0f5eb0c00c81dcaf2866dc5a954bd5e6e2802954ff7ce37e1ae8ec720d SHA512 95c9f92ea01bd7301331d408f6549d02f39ad205849f3b70694c189778ceb8cff3f332ae623fc31ed46a877ec219ebce756f9bbb7d437b8fab8589132f47d19b WHIRLPOOL 85bf02431a88e3520060baf276cee91fade020777ef3611a52135b606400efb5e70166ad2a7277e0969ae4e172bde5676a7d2fa5e9a6b142675b6cd5e7245524
26 DIST elogind-229.6.tar.gz 765900 SHA256 19f08dba36509b3c5baf1f35d9ac1f5b473b550c081f63fa64ffbe8862ede7aa SHA512 a1bf2937ad2f8d351cd5a0ca5c1c73e85746d14e0a252befa3ed0d396e782df0fde34c49101931189cd56404b59709a7e5ae5beceaac6f30151b50fb32d26ae0 WHIRLPOOL 24d6315d4568b18df4eaa42410f2744b31ab935dd6a7fb0281e4fe2b2e953e411d462db829cbde786c338e823823998e13a9af287252440642499dfe8aca1b1c
27
28 diff --git a/sys-auth/elogind/elogind-229.3-r1.ebuild b/sys-auth/elogind/elogind-229.3-r1.ebuild
29 deleted file mode 100644
30 index a5912caf290..00000000000
31 --- a/sys-auth/elogind/elogind-229.3-r1.ebuild
32 +++ /dev/null
33 @@ -1,84 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit autotools linux-info pam udev
40 -
41 -DESCRIPTION="The systemd project's logind, extracted to a standalone package"
42 -HOMEPAGE="https://github.com/elogind/elogind"
43 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~x86"
48 -IUSE="acl debug pam policykit selinux"
49 -
50 -RDEPEND="
51 - sys-apps/util-linux
52 - sys-libs/libcap
53 - virtual/libudev:=
54 - acl? ( sys-apps/acl )
55 - pam? ( virtual/pam )
56 - selinux? ( sys-libs/libselinux )
57 - !sys-apps/systemd
58 -"
59 -DEPEND="${RDEPEND}
60 - app-text/docbook-xml-dtd:4.2
61 - app-text/docbook-xml-dtd:4.5
62 - app-text/docbook-xsl-stylesheets
63 - dev-util/gperf
64 - dev-util/intltool
65 - sys-devel/libtool
66 - virtual/pkgconfig
67 -"
68 -PDEPEND="
69 - sys-apps/dbus
70 - policykit? ( sys-auth/polkit )
71 -"
72 -
73 -PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" )
74 -
75 -pkg_setup() {
76 - local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
77 - ~SIGNALFD ~TIMERFD"
78 -
79 - if use kernel_linux; then
80 - linux-info_pkg_setup
81 - fi
82 -}
83 -
84 -src_prepare() {
85 - default
86 - eautoreconf # Makefile.am patched by "${FILESDIR}/${P}-docs.patch"
87 -}
88 -
89 -src_configure() {
90 - econf \
91 - --with-pamlibdir=$(getpam_mod_dir) \
92 - --with-udevrulesdir="$(get_udevdir)"/rules.d \
93 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
94 - --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
95 - --enable-smack \
96 - --disable-kdbus \
97 - $(use_enable debug debug elogind) \
98 - $(use_enable acl) \
99 - $(use_enable pam) \
100 - $(use_enable selinux)
101 -}
102 -
103 -src_install() {
104 - default
105 - find "${D}" -name '*.la' -delete || die
106 -
107 - newinitd "${FILESDIR}"/${PN}.init ${PN}
108 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
109 -}
110 -
111 -pkg_postinst() {
112 - if [ "$(rc-config list default | grep elogind)" = "" ]; then
113 - ewarn "To enable the elogind daemon, elogind must be"
114 - ewarn "added to the default runlevel:"
115 - ewarn "# rc-update add elogind default"
116 - fi
117 -}
118
119 diff --git a/sys-auth/elogind/elogind-229.4.ebuild b/sys-auth/elogind/elogind-229.4.ebuild
120 deleted file mode 100644
121 index a5912caf290..00000000000
122 --- a/sys-auth/elogind/elogind-229.4.ebuild
123 +++ /dev/null
124 @@ -1,84 +0,0 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 -# Distributed under the terms of the GNU General Public License v2
127 -
128 -EAPI=6
129 -
130 -inherit autotools linux-info pam udev
131 -
132 -DESCRIPTION="The systemd project's logind, extracted to a standalone package"
133 -HOMEPAGE="https://github.com/elogind/elogind"
134 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
135 -
136 -LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
137 -SLOT="0"
138 -KEYWORDS="~amd64 ~arm ~x86"
139 -IUSE="acl debug pam policykit selinux"
140 -
141 -RDEPEND="
142 - sys-apps/util-linux
143 - sys-libs/libcap
144 - virtual/libudev:=
145 - acl? ( sys-apps/acl )
146 - pam? ( virtual/pam )
147 - selinux? ( sys-libs/libselinux )
148 - !sys-apps/systemd
149 -"
150 -DEPEND="${RDEPEND}
151 - app-text/docbook-xml-dtd:4.2
152 - app-text/docbook-xml-dtd:4.5
153 - app-text/docbook-xsl-stylesheets
154 - dev-util/gperf
155 - dev-util/intltool
156 - sys-devel/libtool
157 - virtual/pkgconfig
158 -"
159 -PDEPEND="
160 - sys-apps/dbus
161 - policykit? ( sys-auth/polkit )
162 -"
163 -
164 -PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" )
165 -
166 -pkg_setup() {
167 - local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
168 - ~SIGNALFD ~TIMERFD"
169 -
170 - if use kernel_linux; then
171 - linux-info_pkg_setup
172 - fi
173 -}
174 -
175 -src_prepare() {
176 - default
177 - eautoreconf # Makefile.am patched by "${FILESDIR}/${P}-docs.patch"
178 -}
179 -
180 -src_configure() {
181 - econf \
182 - --with-pamlibdir=$(getpam_mod_dir) \
183 - --with-udevrulesdir="$(get_udevdir)"/rules.d \
184 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
185 - --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
186 - --enable-smack \
187 - --disable-kdbus \
188 - $(use_enable debug debug elogind) \
189 - $(use_enable acl) \
190 - $(use_enable pam) \
191 - $(use_enable selinux)
192 -}
193 -
194 -src_install() {
195 - default
196 - find "${D}" -name '*.la' -delete || die
197 -
198 - newinitd "${FILESDIR}"/${PN}.init ${PN}
199 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
200 -}
201 -
202 -pkg_postinst() {
203 - if [ "$(rc-config list default | grep elogind)" = "" ]; then
204 - ewarn "To enable the elogind daemon, elogind must be"
205 - ewarn "added to the default runlevel:"
206 - ewarn "# rc-update add elogind default"
207 - fi
208 -}
209
210 diff --git a/sys-auth/elogind/elogind-229.5.ebuild b/sys-auth/elogind/elogind-229.5.ebuild
211 deleted file mode 100644
212 index a5912caf290..00000000000
213 --- a/sys-auth/elogind/elogind-229.5.ebuild
214 +++ /dev/null
215 @@ -1,84 +0,0 @@
216 -# Copyright 1999-2017 Gentoo Foundation
217 -# Distributed under the terms of the GNU General Public License v2
218 -
219 -EAPI=6
220 -
221 -inherit autotools linux-info pam udev
222 -
223 -DESCRIPTION="The systemd project's logind, extracted to a standalone package"
224 -HOMEPAGE="https://github.com/elogind/elogind"
225 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
226 -
227 -LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
228 -SLOT="0"
229 -KEYWORDS="~amd64 ~arm ~x86"
230 -IUSE="acl debug pam policykit selinux"
231 -
232 -RDEPEND="
233 - sys-apps/util-linux
234 - sys-libs/libcap
235 - virtual/libudev:=
236 - acl? ( sys-apps/acl )
237 - pam? ( virtual/pam )
238 - selinux? ( sys-libs/libselinux )
239 - !sys-apps/systemd
240 -"
241 -DEPEND="${RDEPEND}
242 - app-text/docbook-xml-dtd:4.2
243 - app-text/docbook-xml-dtd:4.5
244 - app-text/docbook-xsl-stylesheets
245 - dev-util/gperf
246 - dev-util/intltool
247 - sys-devel/libtool
248 - virtual/pkgconfig
249 -"
250 -PDEPEND="
251 - sys-apps/dbus
252 - policykit? ( sys-auth/polkit )
253 -"
254 -
255 -PATCHES=( "${FILESDIR}/${PN}-226.4-docs.patch" )
256 -
257 -pkg_setup() {
258 - local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
259 - ~SIGNALFD ~TIMERFD"
260 -
261 - if use kernel_linux; then
262 - linux-info_pkg_setup
263 - fi
264 -}
265 -
266 -src_prepare() {
267 - default
268 - eautoreconf # Makefile.am patched by "${FILESDIR}/${P}-docs.patch"
269 -}
270 -
271 -src_configure() {
272 - econf \
273 - --with-pamlibdir=$(getpam_mod_dir) \
274 - --with-udevrulesdir="$(get_udevdir)"/rules.d \
275 - --libdir="${EPREFIX}"/usr/$(get_libdir) \
276 - --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
277 - --enable-smack \
278 - --disable-kdbus \
279 - $(use_enable debug debug elogind) \
280 - $(use_enable acl) \
281 - $(use_enable pam) \
282 - $(use_enable selinux)
283 -}
284 -
285 -src_install() {
286 - default
287 - find "${D}" -name '*.la' -delete || die
288 -
289 - newinitd "${FILESDIR}"/${PN}.init ${PN}
290 - newconfd "${FILESDIR}"/${PN}.conf ${PN}
291 -}
292 -
293 -pkg_postinst() {
294 - if [ "$(rc-config list default | grep elogind)" = "" ]; then
295 - ewarn "To enable the elogind daemon, elogind must be"
296 - ewarn "added to the default runlevel:"
297 - ewarn "# rc-update add elogind default"
298 - fi
299 -}