diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-05-26 12:43:41 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-05-26 12:43:41 +0000 |
commit | ef1e00a4e1b6881b5e949ae45c4470f239114963 (patch) | |
tree | 164cf2ce237e8c5a8633e32ff82d220d9ea2a31b /sys-power | |
parent | Remove smpeg. (diff) | |
download | gentoo-2-ef1e00a4e1b6881b5e949ae45c4470f239114963.tar.gz gentoo-2-ef1e00a4e1b6881b5e949ae45c4470f239114963.tar.bz2 gentoo-2-ef1e00a4e1b6881b5e949ae45c4470f239114963.zip |
Pruned old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.1.ebuild | 46 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.2-r1.ebuild | 47 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.4.ebuild | 59 | ||||
-rw-r--r-- | sys-power/acpid/files/digest-acpid-1.0.1 | 1 | ||||
-rw-r--r-- | sys-power/acpid/files/digest-acpid-1.0.2-r1 | 1 | ||||
-rw-r--r-- | sys-power/acpid/files/digest-acpid-1.0.4 | 1 |
7 files changed, 5 insertions, 156 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index d5b842c7ecc6..6cfda803276c 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.7 2005/05/23 19:19:38 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.8 2005/05/26 12:43:41 brix Exp $ + + 26 May 2005; <brix@gentoo.org> -acpid-1.0.1.ebuild, + -acpid-1.0.2-r1.ebuild, -acpid-1.0.4.ebuild: + Pruned old ebuilds. 23 May 2005; <brix@gentoo.org> acpid-1.0.4-r1.ebuild: Stable on x86. diff --git a/sys-power/acpid/acpid-1.0.1.ebuild b/sys-power/acpid/acpid-1.0.1.ebuild deleted file mode 100644 index 0a3ac20a37e6..000000000000 --- a/sys-power/acpid/acpid-1.0.1.ebuild +++ /dev/null @@ -1,46 +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.1.ebuild,v 1.1 2005/03/15 19:15:53 ciaranm Exp $ - -DESCRIPTION="Daemon for Advanced Configuration and Power Interface" -HOMEPAGE="http://acpid.sourceforge.net/" -SRC_URI="ftp://download.sourceforge.net/pub/sourceforge/acpid/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -# We need the patched kernel with latest ACPI code, or else it will -# be broken. Hopefully it will be merge into release kernel soon. -DEPEND="virtual/libc - virtual/linux-sources" - -src_compile() { - # DO NOT compile with optimizations ! - make INSTPREFIX=${D} ||die -} - -src_install() { - make INSTPREFIX=${D} install || die - - dodir /etc/acpi/events - exeinto /etc/acpi - doexe debian/default.sh - insinto /etc/acpi/events - doins debian/default - - dodoc README Changelog - - exeinto /etc/init.d - newexe ${FILESDIR}/acpid.rc6 acpid -} - -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/acpid-1.0.2-r1.ebuild b/sys-power/acpid/acpid-1.0.2-r1.ebuild deleted file mode 100644 index 77c264579508..000000000000 --- a/sys-power/acpid/acpid-1.0.2-r1.ebuild +++ /dev/null @@ -1,47 +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.2-r1.ebuild,v 1.1 2005/03/15 19:15:53 ciaranm Exp $ - -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 amd64" -IUSE="" - -# We need the patched kernel with latest ACPI code, or else it will -# be broken. Hopefully it will be merge into release kernel soon. -DEPEND="virtual/libc - virtual/linux-sources" - -src_compile() { - # DO NOT COMPILE WITH OPTIMISATIONS. - # 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 INSTPREFIX=${D} || die -} - -src_install() { - make INSTPREFIX=${D} install || die - - dodir /etc/acpi/events - exeinto /etc/acpi - doexe debian/default.sh - insinto /etc/acpi/events - doins debian/default - - dodoc README Changelog - - exeinto /etc/init.d - newexe ${FILESDIR}/acpid.rc6 acpid -} - -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/acpid-1.0.4.ebuild b/sys-power/acpid/acpid-1.0.4.ebuild deleted file mode 100644 index 7d24d89f13d6..000000000000 --- a/sys-power/acpid/acpid-1.0.4.ebuild +++ /dev/null @@ -1,59 +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.ebuild,v 1.1 2005/03/15 19:15:53 ciaranm Exp $ - -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="virtual/libc - virtual/linux-sources" - -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 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.1 b/sys-power/acpid/files/digest-acpid-1.0.1 deleted file mode 100644 index 57cc4183c33a..000000000000 --- a/sys-power/acpid/files/digest-acpid-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0c03d957aec557857ffc7941243083d9 acpid-1.0.1.tar.gz 15762 diff --git a/sys-power/acpid/files/digest-acpid-1.0.2-r1 b/sys-power/acpid/files/digest-acpid-1.0.2-r1 deleted file mode 100644 index ea5c9cf27a55..000000000000 --- a/sys-power/acpid/files/digest-acpid-1.0.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 15884aaf0b82717954f9366b5c00808b acpid-1.0.2.tar.gz 23554 diff --git a/sys-power/acpid/files/digest-acpid-1.0.4 b/sys-power/acpid/files/digest-acpid-1.0.4 deleted file mode 100644 index 37c23c5f0323..000000000000 --- a/sys-power/acpid/files/digest-acpid-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 3aff94e92186e99ed5fd6dcee2db7c74 acpid-1.0.4.tar.gz 23416 |