Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
Date: Wed, 28 Jul 2021 09:50:33
Message-Id: 1627465815.e3fa41de4d1d43408af1ab1a2b2fb85aec8f204a.soap@gentoo
1 commit: e3fa41de4d1d43408af1ab1a2b2fb85aec8f204a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 09:50:15 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 09:50:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fa41de
7
8 sys-power/acpid: drop 2.0.31, 2.0.32, 2.0.32-r1
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-power/acpid/Manifest | 3 --
13 sys-power/acpid/acpid-2.0.31.ebuild | 70 ---------------------------------
14 sys-power/acpid/acpid-2.0.32-r1.ebuild | 71 ----------------------------------
15 sys-power/acpid/acpid-2.0.32.ebuild | 70 ---------------------------------
16 4 files changed, 214 deletions(-)
17
18 diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
19 index 763f601f337..9b2b11111ae 100644
20 --- a/sys-power/acpid/Manifest
21 +++ b/sys-power/acpid/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST acpid-2.0.31.tar.xz 155620 BLAKE2B 11338d72156dfd90f680367e23e373f8c4ee5e553ad4a8a9c9688163e9a97ee99a9b866940320ee5af5a9e9fe956dd3e675d0b879ea984c2cca56162c0d163fd SHA512 05eb96cdae698731b14caa89aa01239a0f16ce732f897d295447753aab7c8d49227c9b9ce901c6fd3bfdb117688e6ed80ec61aea0f64d75c9c0afe2aea2aa91a
24 DIST acpid-2.0.32.tar.xz 155768 BLAKE2B 829b2f78f497d9c0bbd90d952cadad96beece3070240bee69f2a5cf28903e9e5f969a3bf9000552c63a52c17f8b94285a181f4301449a9b64c573032d9a4d255 SHA512 c7afffdf9818504e1ac03b0ad693a05f772bfd07af9808262b3b6bb82ca4dabe6253c94e6dc59e5be6f0da9e815e8bcf2d3e16f02b23d0248b6bad4509e78be7
25 -DIST sys-power_acpid_2.0.29-r1_extras.tar.xz 2548 BLAKE2B 4568f0e44d33382fd294248d48c8852f689f0a6082d9b74b33b77918d3ce21d7f1bf8a3aafeaa252e8fe170b3829155344a256f01fe80414369f02d50a17ff55 SHA512 f2c366c50c75790df32a1f6573b7de640fd09a97c4598155ebd0aad2eba118961ddc82fe0fbb4dc935aa5b6d7fcfe3ade73fff555b4588b0e4579a1028bef12f
26 -DIST sys-power_acpid_2.0.32-r1_extras.tar.xz 2204 BLAKE2B 7f3b6c7c93c0989071c4e1046a0e07311c617673621aef13ca71e407be7d67b97ace3251daa5b91be23f84d882a8f17bc02f180d3d1946bd880c0f071e7cdbf1 SHA512 5012687d1afec41f5cb617f767c6a97dcfaa118b3261dfe7588ce8be1732edd183abbe405f33ae2441cdb3a11606d52defcf0554f455d04941cdde8d0f4bf822
27 DIST sys-power_acpid_2.0.32-r2_extras.tar.xz 2196 BLAKE2B 0975289f7cff6ce24523246f1daac22149d69c410e07a19a5952457e269fc1f736bd3636c93038f660c411f3085d375250c31dc3de3ac1bc6335a97e1fa3dea3 SHA512 f49cf3f75f5db4ca454d29330ae40461deb1109f076e140188a7560fedd78970572a6c023146c4d33c0778ff65056abcbc66725c000ece8e6861419d02d0c6ca
28
29 diff --git a/sys-power/acpid/acpid-2.0.31.ebuild b/sys-power/acpid/acpid-2.0.31.ebuild
30 deleted file mode 100644
31 index e03295fad8d..00000000000
32 --- a/sys-power/acpid/acpid-2.0.31.ebuild
33 +++ /dev/null
34 @@ -1,70 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -inherit linux-info systemd
40 -
41 -DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
42 -HOMEPAGE="https://sourceforge.net/projects/acpid2"
43 -EXTRAS_VER="2.0.29-r1"
44 -EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
45 -SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
46 - https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
47 - "
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm arm64 ~ia64 x86"
52 -IUSE="selinux"
53 -
54 -RDEPEND="selinux? ( sec-policy/selinux-apm )"
55 -DEPEND=">=sys-kernel/linux-headers-3"
56 -
57 -pkg_pretend() {
58 - local CONFIG_CHECK="~INPUT_EVDEV"
59 - local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI button event support."
60 - [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
61 -}
62 -
63 -pkg_setup() { :; }
64 -
65 -PATCHES=(
66 -)
67 -
68 -src_install() {
69 - emake DESTDIR="${D}" install
70 -
71 - newdoc kacpimon/README README.kacpimon
72 - dodoc -r samples
73 - rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
74 -
75 - exeinto /etc/acpi
76 - newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
77 - exeinto /etc/acpi/actions
78 - newexe samples/powerbtn/powerbtn.sh powerbtn.sh
79 - insinto /etc/acpi/events
80 - newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
81 -
82 - newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
83 - newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
84 -
85 - systemd_dounit "${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket}
86 -}
87 -
88 -pkg_postinst() {
89 - if [[ -z ${REPLACING_VERSIONS} ]]; then
90 - elog
91 - elog "You may wish to read the Gentoo Linux Power Management Guide,"
92 - elog "which can be found online at:"
93 - elog "https://wiki.gentoo.org/wiki/Power_management/Guide"
94 - elog
95 - fi
96 -
97 - # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
98 - mkdir -p "${ROOT%/}"/run
99 -
100 - if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
101 - echo
102 - ewarn "You should reboot the system now to get /run mounted with tmpfs!"
103 - fi
104 -}
105
106 diff --git a/sys-power/acpid/acpid-2.0.32-r1.ebuild b/sys-power/acpid/acpid-2.0.32-r1.ebuild
107 deleted file mode 100644
108 index 89f652d187b..00000000000
109 --- a/sys-power/acpid/acpid-2.0.32-r1.ebuild
110 +++ /dev/null
111 @@ -1,71 +0,0 @@
112 -# Copyright 1999-2020 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=6
116 -inherit linux-info systemd
117 -
118 -DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
119 -HOMEPAGE="https://sourceforge.net/projects/acpid2"
120 -EXTRAS_VER="2.0.32-r1"
121 -EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
122 -SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
123 - https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
124 - "
125 -
126 -LICENSE="GPL-2"
127 -SLOT="0"
128 -KEYWORDS="amd64 ~arm arm64 ~ia64 x86"
129 -IUSE="selinux"
130 -
131 -RDEPEND="selinux? ( sec-policy/selinux-apm )"
132 -DEPEND=">=sys-kernel/linux-headers-3"
133 -
134 -pkg_pretend() {
135 - local CONFIG_CHECK="~INPUT_EVDEV"
136 - local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI button event support."
137 - [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
138 -}
139 -
140 -pkg_setup() { :; }
141 -
142 -PATCHES=(
143 - "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.32-powerbtn-gsd-power.patch" #702700
144 -)
145 -
146 -src_install() {
147 - emake DESTDIR="${D}" install
148 -
149 - newdoc kacpimon/README README.kacpimon
150 - dodoc -r samples
151 - rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
152 -
153 - exeinto /etc/acpi
154 - newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
155 - exeinto /etc/acpi/actions
156 - newexe samples/powerbtn/powerbtn.sh powerbtn.sh
157 - insinto /etc/acpi/events
158 - newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
159 -
160 - newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
161 - newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
162 -
163 - systemd_dounit "${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket}
164 -}
165 -
166 -pkg_postinst() {
167 - if [[ -z ${REPLACING_VERSIONS} ]]; then
168 - elog
169 - elog "You may wish to read the Gentoo Linux Power Management Guide,"
170 - elog "which can be found online at:"
171 - elog "https://wiki.gentoo.org/wiki/Power_management/Guide"
172 - elog
173 - fi
174 -
175 - # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
176 - mkdir -p "${ROOT%/}"/run
177 -
178 - if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
179 - echo
180 - ewarn "You should reboot the system now to get /run mounted with tmpfs!"
181 - fi
182 -}
183
184 diff --git a/sys-power/acpid/acpid-2.0.32.ebuild b/sys-power/acpid/acpid-2.0.32.ebuild
185 deleted file mode 100644
186 index 229b3a21d7e..00000000000
187 --- a/sys-power/acpid/acpid-2.0.32.ebuild
188 +++ /dev/null
189 @@ -1,70 +0,0 @@
190 -# Copyright 1999-2019 Gentoo Authors
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI=6
194 -inherit linux-info systemd
195 -
196 -DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
197 -HOMEPAGE="https://sourceforge.net/projects/acpid2"
198 -EXTRAS_VER="2.0.29-r1"
199 -EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
200 -SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
201 - https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz
202 - "
203 -
204 -LICENSE="GPL-2"
205 -SLOT="0"
206 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86"
207 -IUSE="selinux"
208 -
209 -RDEPEND="selinux? ( sec-policy/selinux-apm )"
210 -DEPEND=">=sys-kernel/linux-headers-3"
211 -
212 -pkg_pretend() {
213 - local CONFIG_CHECK="~INPUT_EVDEV"
214 - local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI button event support."
215 - [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
216 -}
217 -
218 -pkg_setup() { :; }
219 -
220 -PATCHES=(
221 -)
222 -
223 -src_install() {
224 - emake DESTDIR="${D}" install
225 -
226 - newdoc kacpimon/README README.kacpimon
227 - dodoc -r samples
228 - rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
229 -
230 - exeinto /etc/acpi
231 - newexe "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.6-default.sh" default.sh
232 - exeinto /etc/acpi/actions
233 - newexe samples/powerbtn/powerbtn.sh powerbtn.sh
234 - insinto /etc/acpi/events
235 - newins "${WORKDIR}/${EXTRAS_NAME}/${PN}-1.0.4-default" default
236 -
237 - newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN}
238 - newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN}
239 -
240 - systemd_dounit "${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket}
241 -}
242 -
243 -pkg_postinst() {
244 - if [[ -z ${REPLACING_VERSIONS} ]]; then
245 - elog
246 - elog "You may wish to read the Gentoo Linux Power Management Guide,"
247 - elog "which can be found online at:"
248 - elog "https://wiki.gentoo.org/wiki/Power_management/Guide"
249 - elog
250 - fi
251 -
252 - # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
253 - mkdir -p "${ROOT%/}"/run
254 -
255 - if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
256 - echo
257 - ewarn "You should reboot the system now to get /run mounted with tmpfs!"
258 - fi
259 -}