diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-22 11:02:38 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-10-22 11:02:38 +0000 |
commit | 28bd24c13b05f488cb00d46a8c1f40a26b2633c6 (patch) | |
tree | 229cd0e4e0c2bf9e8cb0c3f8ab485e86d0427e7d /sys-power/acpid | |
parent | Pruned old versions. (diff) | |
download | gentoo-2-28bd24c13b05f488cb00d46a8c1f40a26b2633c6.tar.gz gentoo-2-28bd24c13b05f488cb00d46a8c1f40a26b2633c6.tar.bz2 gentoo-2-28bd24c13b05f488cb00d46a8c1f40a26b2633c6.zip |
Pruned old versions.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-power/acpid')
-rw-r--r-- | sys-power/acpid/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.4-r1.ebuild | 72 | ||||
-rw-r--r-- | sys-power/acpid/files/digest-acpid-1.0.4-r1 | 1 |
3 files changed, 5 insertions, 74 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 6e3ef8ff9b82..1db28f869d28 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/acpid # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.13 2005/09/16 11:55:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.14 2005/10/22 10:59:27 brix Exp $ + + 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> + -acpid-1.0.4-r1.ebuild: + Pruned old versions. 16 Sep 2005; Aron Griffis <agriffis@gentoo.org> acpid-1.0.4-r2.ebuild: Mark 1.0.4-r2 stable on alpha diff --git a/sys-power/acpid/acpid-1.0.4-r1.ebuild b/sys-power/acpid/acpid-1.0.4-r1.ebuild deleted file mode 100644 index 9aceff08322c..000000000000 --- a/sys-power/acpid/acpid-1.0.4-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r1.ebuild,v 1.5 2005/09/08 13:01:50 brix Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Daemon for Advanced Configuration and Power Interface" -HOMEPAGE="http://acpid.sourceforge.net" -SRC_URI="mirror://sourceforge/acpid/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc ~alpha ~amd64 ~ia64" -IUSE="doc" - -DEPEND="sys-apps/sed" -RDEPEND="" - -src_unpack() { - unpack ${A} - - cd ${S} - # Fix building with gcc4 - epatch ${FILESDIR}/${P}-gcc4.patch - - # do not treat warnings as errors, bug #90873 - sed -i -e "s:-Werror::" ${S}/Makefile -} - -src_compile() { - # DO NOT COMPILE WITH OPTIMISATIONS (bug #22365) - # That is a note to the devs. IF you are a user, go ahead and optimise - # if you want, but we won't support bugs associated with that. - make CC="$(tc-getCC)" INSTPREFIX="${D}" || die -} - -src_install() { - # needed since the Makefile doesn't do 'mkdir -p $(BINDIR)' - dodir /usr/bin - - make INSTPREFIX="${D}" install || die - - exeinto /etc/acpi - newexe ${FILESDIR}/${P}-default.sh default.sh || die - - insinto /etc/acpi/events - newins ${FILESDIR}/${P}-default default || die - - dodoc README Changelog TODO - - exeinto /etc/init.d - newexe ${FILESDIR}/acpid.rc6 acpid || die - - if use doc; then - docinto examples - dodoc samples/{acpi_handler.sh,sample.conf} - - docinto examples/battery - dodoc samples/battery/* - - docinto examples/panasonic - dodoc samples/panasonic/* - fi -} - -pkg_postinst() { - echo - einfo "You may wish to read the Gentoo Linux Power Management Guide," - einfo "which can be found online at:" - einfo " http://www.gentoo.org/doc/en/power-management-guide.xml" - echo -} diff --git a/sys-power/acpid/files/digest-acpid-1.0.4-r1 b/sys-power/acpid/files/digest-acpid-1.0.4-r1 deleted file mode 100644 index 37c23c5f0323..000000000000 --- a/sys-power/acpid/files/digest-acpid-1.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3aff94e92186e99ed5fd6dcee2db7c74 acpid-1.0.4.tar.gz 23416 |