summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2003-05-14 18:35:23 +0000
committerHanno Böck <hanno@gentoo.org>2003-05-14 18:35:23 +0000
commit0c1f00e0ad147591dc97b740b4583d62c22dc724 (patch)
treeb00be5a652773de7c353e568c7ea509cef758390 /sys-apps/acpid
parentInitial import. (diff)
downloadgentoo-2-0c1f00e0ad147591dc97b740b4583d62c22dc724.tar.gz
gentoo-2-0c1f00e0ad147591dc97b740b4583d62c22dc724.tar.bz2
gentoo-2-0c1f00e0ad147591dc97b740b4583d62c22dc724.zip
new version of acpid
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r--sys-apps/acpid/ChangeLog7
-rw-r--r--sys-apps/acpid/Manifest8
-rw-r--r--sys-apps/acpid/acpid-1.0.2.ebuild38
-rw-r--r--sys-apps/acpid/files/digest-acpid-1.0.21
4 files changed, 53 insertions, 1 deletions
diff --git a/sys-apps/acpid/ChangeLog b/sys-apps/acpid/ChangeLog
index 74e64663fe40..bce2576061be 100644
--- a/sys-apps/acpid/ChangeLog
+++ b/sys-apps/acpid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/acpid
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.7 2003/02/12 08:54:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.8 2003/05/14 18:35:04 hanno Exp $
+
+*acpid-1.0.2 (14 May 2003)
+
+ 14 May 2003; Hanno Boeck <hanno@gentoo.org> acpid-1.0.2.ebuild:
+ New version. Resolves #20852.
*acpid-1.0.1-r1 (16 Oct 2002)
diff --git a/sys-apps/acpid/Manifest b/sys-apps/acpid/Manifest
new file mode 100644
index 000000000000..e76a7f1af22d
--- /dev/null
+++ b/sys-apps/acpid/Manifest
@@ -0,0 +1,8 @@
+MD5 f2be4666788abb9c39002f0a0bf9a892 ChangeLog 1348
+MD5 6bcf7aec97ffbda89f3b3ab88848309c acpid-1.0.1-r1.ebuild 992
+MD5 db8a2dcb50c513f4147b5286a01ac949 acpid-1.0.1.ebuild 1003
+MD5 83a716b8a0a871aa13f620bc7547d0a4 acpid-1.0.2.ebuild 994
+MD5 4bd2fb8d3844765258c746c05ca35c50 files/acpid.rc6 665
+MD5 1ad4b7deead64fc207ea20bd1c340973 files/digest-acpid-1.0.1 62
+MD5 1ad4b7deead64fc207ea20bd1c340973 files/digest-acpid-1.0.1-r1 62
+MD5 4bf4b207e7f3c9f7a966c62236dd73be files/digest-acpid-1.0.2 62
diff --git a/sys-apps/acpid/acpid-1.0.2.ebuild b/sys-apps/acpid/acpid-1.0.2.ebuild
new file mode 100644
index 000000000000..b46128b9b75e
--- /dev/null
+++ b/sys-apps/acpid/acpid-1.0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.2.ebuild,v 1.1 2003/05/14 18:35:04 hanno Exp $
+
+S="${WORKDIR}/${P}"
+DESCRIPTION="Daemon for Advanced Configuration and Power Interface."
+SRC_URI="mirror://sourceforge/acpid/${P}.tar.gz"
+HOMEPAGE="http://acpid.sourceforge.net/"
+IUSE=""
+KEYWORDS="~x86 -ppc"
+SLOT="0"
+LICENSE="GPL-2"
+
+# 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"
+
+src_compile() {
+ make INSTPREFIX=${D} \
+ CFLAGS="${CFLAGS} -DVERSION=\"\\\"${PV}\\\"\"" || 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.2 b/sys-apps/acpid/files/digest-acpid-1.0.2
new file mode 100644
index 000000000000..ea5c9cf27a55
--- /dev/null
+++ b/sys-apps/acpid/files/digest-acpid-1.0.2
@@ -0,0 +1 @@
+MD5 15884aaf0b82717954f9366b5c00808b acpid-1.0.2.tar.gz 23554