summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-05-21 20:54:03 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-05-21 20:54:03 +0000
commit53f07c97ba09ded7e386d19370563491399e7b56 (patch)
treeb5e68ba9a9ec1a3fdddc4f9d7f85d90940d240a7 /sys-apps
parentNew version. (diff)
downloadgentoo-2-53f07c97ba09ded7e386d19370563491399e7b56.tar.gz
gentoo-2-53f07c97ba09ded7e386d19370563491399e7b56.tar.bz2
gentoo-2-53f07c97ba09ded7e386d19370563491399e7b56.zip
new version
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/acpid/ChangeLog8
-rw-r--r--sys-apps/acpid/acpid-1.0.1.ebuild37
-rw-r--r--sys-apps/acpid/files/digest-acpid-1.0.11
3 files changed, 45 insertions, 1 deletions
diff --git a/sys-apps/acpid/ChangeLog b/sys-apps/acpid/ChangeLog
index b6ebece771f0..082c1a1ea062 100644
--- a/sys-apps/acpid/ChangeLog
+++ b/sys-apps/acpid/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/acpid
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.2 2002/05/21 20:54:03 azarah Exp $
+
+*acpid-1.0.1 (21 May 2002)
+
+ 21 May 2002; Martin Schlemmer <azarah@gentoo.org> :
+
+ Updated version. Resolves bug #2867.
*acpid-1.0.0 (1 Feb 2002)
diff --git a/sys-apps/acpid/acpid-1.0.1.ebuild b/sys-apps/acpid/acpid-1.0.1.ebuild
new file mode 100644
index 000000000000..19a901bf04fd
--- /dev/null
+++ b/sys-apps/acpid/acpid-1.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Martin Schlemmer <azarah@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.1 2002/05/21 20:54:03 azarah Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Daemon for Advanced Configuration and Power Interface."
+SRC_URI="ftp://download.sourceforge.net/pub/sourceforge/acpid/${P}.tar.gz"
+HOMEPAGE="http://acpid.sourceforge.net/"
+
+# 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/glibc
+ >=virtual/linux-sources-2.4.10-r4"
+
+
+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
+}
diff --git a/sys-apps/acpid/files/digest-acpid-1.0.1 b/sys-apps/acpid/files/digest-acpid-1.0.1
new file mode 100644
index 000000000000..57cc4183c33a
--- /dev/null
+++ b/sys-apps/acpid/files/digest-acpid-1.0.1
@@ -0,0 +1 @@
+MD5 0c03d957aec557857ffc7941243083d9 acpid-1.0.1.tar.gz 15762