summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-25 07:47:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-25 07:47:22 +0000
commitc0062599e8c790e734f68d67fdc3a33ad8d201dd (patch)
treec38c33bea340de722582fa8e1a7a64bf5913424a /sys-power
parentVersion bump. (diff)
downloadgentoo-2-c0062599e8c790e734f68d67fdc3a33ad8d201dd.tar.gz
gentoo-2-c0062599e8c790e734f68d67fdc3a33ad8d201dd.tar.bz2
gentoo-2-c0062599e8c790e734f68d67fdc3a33ad8d201dd.zip
Version bump.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/acpid/ChangeLog7
-rw-r--r--sys-power/acpid/acpid-2.0.7.ebuild50
-rw-r--r--sys-power/acpid/acpid-2.0.9.ebuild (renamed from sys-power/acpid/acpid-2.0.8.ebuild)2
3 files changed, 7 insertions, 52 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog
index 959691f67986..d1f1dc4d588b 100644
--- a/sys-power/acpid/ChangeLog
+++ b/sys-power/acpid/ChangeLog
@@ -1,6 +1,11 @@
# 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.59 2011/03/28 07:54:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.60 2011/04/25 07:47:22 ssuominen Exp $
+
+*acpid-2.0.9 (25 Apr 2011)
+
+ 25 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> +acpid-2.0.9.ebuild:
+ Version bump.
*acpid-2.0.8 (28 Mar 2011)
diff --git a/sys-power/acpid/acpid-2.0.7.ebuild b/sys-power/acpid/acpid-2.0.7.ebuild
deleted file mode 100644
index 2a2b5ef94790..000000000000
--- a/sys-power/acpid/acpid-2.0.7.ebuild
+++ /dev/null
@@ -1,50 +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.7.ebuild,v 1.1 2011/01/23 20:02:22 ssuominen Exp $
-
-EAPI=2
-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 || die
- emake -C kacpimon || die
-}
-
-src_install() {
- emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install || die
-
- dobin kacpimon/kacpimon || die
- newdoc kacpimon/README README.kacpimon
-
- exeinto /etc/acpi
- newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh || die
- insinto /etc/acpi/events
- newins "${FILESDIR}"/${PN}-1.0.4-default default || die
-
- newinitd "${FILESDIR}"/${PN}-2.0.3-init.d acpid || die
- newconfd "${FILESDIR}"/${PN}-1.0.6-conf.d acpid || die
-
- prepalldocs
-}
-
-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.8.ebuild b/sys-power/acpid/acpid-2.0.9.ebuild
index fd6600a30b6e..c0a29c2321a5 100644
--- a/sys-power/acpid/acpid-2.0.8.ebuild
+++ b/sys-power/acpid/acpid-2.0.9.ebuild
@@ -1,6 +1,6 @@
# 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.8.ebuild,v 1.1 2011/03/28 07:54:00 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.9.ebuild,v 1.1 2011/04/25 07:47:22 ssuominen Exp $
EAPI=4
inherit eutils toolchain-funcs