commit:     cd21fa9e52f231767cf8a59d7dd330529552117e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 13:12:12 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 13:20:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd21fa9e

sys-power/acpid: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-power/acpid/Manifest            |  2 --
 sys-power/acpid/acpid-2.0.23.ebuild | 67 ------------------------------------
 sys-power/acpid/acpid-2.0.27.ebuild | 68 -------------------------------------
 3 files changed, 137 deletions(-)

diff --git a/sys-power/acpid/Manifest b/sys-power/acpid/Manifest
index 755ba3ff1c2..22bd5850fcb 100644
--- a/sys-power/acpid/Manifest
+++ b/sys-power/acpid/Manifest
@@ -1,3 +1 @@
-DIST acpid-2.0.23.tar.xz 154504 BLAKE2B 
59e82843ec6960b2d05470dd0785d199623e3a2b2ed4bc81fac94d5eb3c2eb63c6929b9aea734389cbe839cf8683f919cf96dca9c35e0bfb247b056fecfb2a23
 SHA512 
b2f01f04a9c5370608016c16ecfbc5b503170c2686e6557ab1463e25d56a3ef1d2093d4701205ec1261564b1073653b404d0ae278c0bd8c8496606be1785963f
-DIST acpid-2.0.27.tar.xz 155012 BLAKE2B 
d3c19e17784ea46499ff2d25e37145d6ba66c6f709ebe2b4696a2140ee6efb9c9b686268442208511f64c5f30cec00e9310b25b2b2feae34fdbee42635920867
 SHA512 
0633f494b7f8cfd362f8baad9c69508acb650ea6545a59e6ec572aef610244341ea851084c737ede4bfcf8822431ac01e4b90f5e505cb838683296749307c22f
 DIST acpid-2.0.28.tar.xz 156036 BLAKE2B 
a6a78f82f7f4ecbd0d883d175c921195970e157a919fefc9cf48a94db534b496a8570c031fda5b08df3fb1775e26a50b5942bac7717aa582d590605930e3af78
 SHA512 
effe9c3b30b4a6ea20eca4b36a06d4b3da9b262d100685958faec4b38f89377a87dcaecee7a69b87aaddfa47688bcc46fc47a38391ac4bd2019cb3b48ab18fcb

diff --git a/sys-power/acpid/acpid-2.0.23.ebuild 
b/sys-power/acpid/acpid-2.0.23.ebuild
deleted file mode 100644
index e81b4346445..00000000000
--- a/sys-power/acpid/acpid-2.0.23.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit linux-info systemd
-
-DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
-HOMEPAGE="https://sourceforge.net/projects/acpid2";
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-apm )"
-DEPEND=">=sys-kernel/linux-headers-3"
-
-pkg_pretend() {
-       local CONFIG_CHECK="~INPUT_EVDEV"
-       local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
-       [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
-}
-
-pkg_setup() { :; }
-
-src_configure() {
-       econf --docdir=/usr/share/doc/${PF}
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       newdoc kacpimon/README README.kacpimon
-       dodoc -r samples
-       rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
-
-       exeinto /etc/acpi
-       newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh
-       exeinto /etc/acpi/actions
-       newexe samples/powerbtn/powerbtn.sh powerbtn.sh
-       insinto /etc/acpi/events
-       newins "${FILESDIR}"/${PN}-1.0.4-default default
-
-       newinitd "${FILESDIR}"/${PN}-2.0.16-init.d ${PN}
-       newconfd "${FILESDIR}"/${PN}-2.0.16-conf.d ${PN}
-
-       systemd_dounit "${FILESDIR}"/systemd/${PN}.{service,socket}
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog
-               elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
-               elog "which can be found online at:"
-               elog "https://wiki.gentoo.org/wiki/Power_management/Guide";
-               elog
-       fi
-
-       # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
-       mkdir -p "${ROOT%/}"/run
-
-       if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
-               echo
-               ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
-       fi
-}

diff --git a/sys-power/acpid/acpid-2.0.27.ebuild 
b/sys-power/acpid/acpid-2.0.27.ebuild
deleted file mode 100644
index fe7a205ccae..00000000000
--- a/sys-power/acpid/acpid-2.0.27.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit linux-info systemd
-
-DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
-HOMEPAGE="https://sourceforge.net/projects/acpid2";
-SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 x86"
-IUSE="selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-apm )"
-DEPEND=">=sys-kernel/linux-headers-3"
-
-pkg_pretend() {
-       local CONFIG_CHECK="~INPUT_EVDEV"
-       local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI 
button event support."
-       [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config
-}
-
-pkg_setup() { :; }
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.0.25-kde4.patch #515088
-       "${FILESDIR}"/${PN}-2.0.25-add_mate-power-manager.patch #538590
-)
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       newdoc kacpimon/README README.kacpimon
-       dodoc -r samples
-       rm -f "${D}"/usr/share/doc/${PF}/COPYING || die
-
-       exeinto /etc/acpi
-       newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh
-       exeinto /etc/acpi/actions
-       newexe samples/powerbtn/powerbtn.sh powerbtn.sh
-       insinto /etc/acpi/events
-       newins "${FILESDIR}"/${PN}-1.0.4-default default
-
-       newinitd "${FILESDIR}"/${PN}-2.0.26-init.d ${PN}
-       newconfd "${FILESDIR}"/${PN}-2.0.16-conf.d ${PN}
-
-       systemd_dounit "${FILESDIR}"/systemd/${PN}.{service,socket}
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog
-               elog "You may wish to read the Gentoo Linux Power Management 
Guide,"
-               elog "which can be found online at:"
-               elog "https://wiki.gentoo.org/wiki/Power_management/Guide";
-               elog
-       fi
-
-       # files/systemd/acpid.socket -> ListenStream=/run/acpid.socket
-       mkdir -p "${ROOT%/}"/run
-
-       if ! grep -qs "^tmpfs.*/run " "${ROOT%/}"/proc/mounts ; then
-               echo
-               ewarn "You should reboot the system now to get /run mounted 
with tmpfs!"
-       fi
-}

Reply via email to