summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-19 09:55:42 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-19 09:55:42 +0000
commit2f8737fa98a8e25d7fa5e9bb111030d5213de410 (patch)
tree12a3498c474a317afd110f76ca27adfd88411254 /sys-power
parentNew socket activation based systemd files as per user request. Ensure /run is... (diff)
downloadgentoo-2-2f8737fa98a8e25d7fa5e9bb111030d5213de410.tar.gz
gentoo-2-2f8737fa98a8e25d7fa5e9bb111030d5213de410.tar.bz2
gentoo-2-2f8737fa98a8e25d7fa5e9bb111030d5213de410.zip
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/acpid/ChangeLog6
-rw-r--r--sys-power/acpid/acpid-2.0.12.ebuild53
-rw-r--r--sys-power/acpid/acpid-2.0.13.ebuild53
-rw-r--r--sys-power/acpid/acpid-2.0.16.ebuild45
4 files changed, 5 insertions, 152 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog
index afedf54fff35..10fcccea44b9 100644
--- a/sys-power/acpid/ChangeLog
+++ b/sys-power/acpid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/acpid
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.85 2012/05/19 09:53:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.86 2012/05/19 09:55:42 ssuominen Exp $
+
+ 19 May 2012; Samuli Suominen <ssuominen@gentoo.org> -acpid-2.0.12.ebuild,
+ -acpid-2.0.13.ebuild, -acpid-2.0.16.ebuild:
+ old
*acpid-2.0.16-r1 (19 May 2012)
diff --git a/sys-power/acpid/acpid-2.0.12.ebuild b/sys-power/acpid/acpid-2.0.12.ebuild
deleted file mode 100644
index a729bff287a1..000000000000
--- a/sys-power/acpid/acpid-2.0.12.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.12.ebuild,v 1.4 2011/10/23 12:52:53 armin76 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.13.ebuild b/sys-power/acpid/acpid-2.0.13.ebuild
deleted file mode 100644
index d158d96c4581..000000000000
--- a/sys-power/acpid/acpid-2.0.13.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.13.ebuild,v 1.1 2011/11/24 19:33:59 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.16.ebuild b/sys-power/acpid/acpid-2.0.16.ebuild
deleted file mode 100644
index 62aed1a70e05..000000000000
--- a/sys-power/acpid/acpid-2.0.16.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.16.ebuild,v 1.1 2012/04/16 05:39:30 ssuominen Exp $
-
-EAPI=4
-inherit systemd
-
-DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
-HOMEPAGE="http://tedfelix.com/linux/acpid-netlink.html"
-SRC_URI="http://tedfelix.com/linux/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 -ppc ~x86"
-IUSE=""
-
-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
-
- 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
-}