summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-08-04 17:03:04 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-08-04 17:03:04 +0000
commit4ca6140bbe6ec917babeafc3215267b9ef82f93a (patch)
tree23400c5530052d3637c984e5ec237d3916dfe0b6 /sys-power
parentVersion bump. Might need more testing for fortran (diff)
downloadgentoo-2-4ca6140bbe6ec917babeafc3215267b9ef82f93a.tar.gz
gentoo-2-4ca6140bbe6ec917babeafc3215267b9ef82f93a.tar.bz2
gentoo-2-4ca6140bbe6ec917babeafc3215267b9ef82f93a.zip
[This is a placeholder. Please ignore.]
(Portage version: 2.2.0_alpha47/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.10.ebuild48
-rw-r--r--sys-power/acpid/acpid-2.0.6.ebuild50
3 files changed, 5 insertions, 99 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog
index 03e75572c9c2..9d43200e0dad 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.66 2011/08/04 17:01:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.67 2011/08/04 17:03:04 ssuominen Exp $
+
+ 04 Aug 2011; Samuli Suominen <ssuominen@gentoo.org> -acpid-2.0.6.ebuild,
+ -acpid-2.0.10.ebuild:
+ [This is a placeholder. Please ignore.]
*acpid-2.0.11 (04 Aug 2011)
diff --git a/sys-power/acpid/acpid-2.0.10.ebuild b/sys-power/acpid/acpid-2.0.10.ebuild
deleted file mode 100644
index 10b7dce6ba6e..000000000000
--- a/sys-power/acpid/acpid-2.0.10.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.10.ebuild,v 1.1 2011/05/21 08:11:59 ssuominen 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/acpid-2.0.6.ebuild b/sys-power/acpid/acpid-2.0.6.ebuild
deleted file mode 100644
index d2b5d3867d5c..000000000000
--- a/sys-power/acpid/acpid-2.0.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.6.ebuild,v 1.5 2010/10/09 17:16:14 armin76 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
-}