diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 16:47:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-23 16:47:16 +0000 |
commit | 6085212c526ae88c361ef8904b02a06a415ac0c0 (patch) | |
tree | 6dda7e77a40f35e84d8afcd0b4cf73a7fc8c98f6 /sys-power | |
parent | old (diff) | |
download | gentoo-2-6085212c526ae88c361ef8904b02a06a415ac0c0.tar.gz gentoo-2-6085212c526ae88c361ef8904b02a06a415ac0c0.tar.bz2 gentoo-2-6085212c526ae88c361ef8904b02a06a415ac0c0.zip |
old
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.11.ebuild | 53 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.9.ebuild | 48 | ||||
-rw-r--r-- | sys-power/acpid/files/acpid-2.0.3-init.d | 30 |
4 files changed, 5 insertions, 132 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 1d7b05ef710f..d09d39a89e14 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.76 2011/10/23 12:52:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.77 2011/10/23 16:47:16 ssuominen Exp $ + + 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + -files/acpid-2.0.3-init.d, -acpid-2.0.9.ebuild, -acpid-2.0.11.ebuild: + old 23 Oct 2011; Raúl Porcel <armin76@gentoo.org> acpid-2.0.12.ebuild: ia64 stable wrt #385235 diff --git a/sys-power/acpid/acpid-2.0.11.ebuild b/sys-power/acpid/acpid-2.0.11.ebuild deleted file mode 100644 index 2f3d5c2f1e6b..000000000000 --- a/sys-power/acpid/acpid-2.0.11.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.11.ebuild,v 1.2 2011/08/05 08:47:40 ssuominen Exp $ - -EAPI=4 -inherit eutils systemd toolchain-funcs - -DESCRIPTION="Daemon for Advanced Configuration and Power Interface" -HOMEPAGE="http://tedfelix.com/linux/acpid-netlink.html" -SRC_URI="http://tedfelix.com/linux/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 -ppc ~x86" -IUSE="" - -RDEPEND="!<sys-apps/openrc-0.6.0" -DEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.3.patch -} - -src_compile() { - tc-export CC CPP - emake - emake -C kacpimon -} - -src_install() { - emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install - - dobin kacpimon/kacpimon - newdoc kacpimon/README README.kacpimon - - exeinto /etc/acpi - newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh - insinto /etc/acpi/events - newins "${FILESDIR}"/${PN}-1.0.4-default default - - newinitd "${FILESDIR}"/${PN}-2.0.11-init.d acpid - newconfd "${FILESDIR}"/${PN}-1.0.6-conf.d acpid - - systemd_dounit "${FILESDIR}"/${PN}.service -} - -pkg_postinst() { - elog - elog "You may wish to read the Gentoo Linux Power Management Guide," - elog "which can be found online at:" - elog "http://www.gentoo.org/doc/en/power-management-guide.xml" - elog -} diff --git a/sys-power/acpid/acpid-2.0.9.ebuild b/sys-power/acpid/acpid-2.0.9.ebuild deleted file mode 100644 index 42dc6be2733a..000000000000 --- a/sys-power/acpid/acpid-2.0.9.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.9.ebuild,v 1.5 2011/06/12 14:31:34 armin76 Exp $ - -EAPI=4 -inherit eutils toolchain-funcs - -DESCRIPTION="Daemon for Advanced Configuration and Power Interface" -HOMEPAGE="http://tedfelix.com/linux/acpid-netlink.html" -SRC_URI="http://tedfelix.com/linux/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ia64 -ppc x86" -IUSE="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.3.patch -} - -src_compile() { - tc-export CC CPP - emake - emake -C kacpimon -} - -src_install() { - emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install - - dobin kacpimon/kacpimon - newdoc kacpimon/README README.kacpimon - - exeinto /etc/acpi - newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh - insinto /etc/acpi/events - newins "${FILESDIR}"/${PN}-1.0.4-default default - - newinitd "${FILESDIR}"/${PN}-2.0.3-init.d acpid - newconfd "${FILESDIR}"/${PN}-1.0.6-conf.d acpid -} - -pkg_postinst() { - elog - elog "You may wish to read the Gentoo Linux Power Management Guide," - elog "which can be found online at:" - elog "http://www.gentoo.org/doc/en/power-management-guide.xml" - elog -} diff --git a/sys-power/acpid/files/acpid-2.0.3-init.d b/sys-power/acpid/files/acpid-2.0.3-init.d deleted file mode 100644 index f6acb60a620c..000000000000 --- a/sys-power/acpid/files/acpid-2.0.3-init.d +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-2.0.3-init.d,v 1.1 2010/04/04 16:39:09 ssuominen Exp $ - -opts="reload" - -depend() { - need localmount - use logger - before hald -} - -start() { - ebegin "Starting acpid" - start-stop-daemon --start --quiet --exec /usr/sbin/acpid -- ${ACPID_OPTIONS} - eend $? -} - -stop() { - ebegin "Stopping acpid" - start-stop-daemon --stop --exec /usr/sbin/acpid - eend $? -} - -reload() { - ebegin "Reloading acpid configuration" - start-stop-daemon --stop --oknodo --exec /usr/sbin/acpid --signal HUP - eend $? -} |