diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:35:33 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-10 18:35:33 +0000 |
commit | eb62cf40fab050abca07defc6a43cebc6846f9cb (patch) | |
tree | d4dae55e14cf0ccda078c580c99049f2512bd678 /sys-apps | |
parent | Added in a message with a link to the Prelink Guide, bug #77337 (Manifest rec... (diff) | |
download | gentoo-2-eb62cf40fab050abca07defc6a43cebc6846f9cb.tar.gz gentoo-2-eb62cf40fab050abca07defc6a43cebc6846f9cb.tar.bz2 gentoo-2-eb62cf40fab050abca07defc6a43cebc6846f9cb.zip |
Added in a message with a link to the Power Management Guide, bug #77338
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acpid/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/acpid/acpid-1.0.1.ebuild | 13 | ||||
-rw-r--r-- | sys-apps/acpid/acpid-1.0.2-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/acpid/acpid-1.0.2-r2.ebuild | 12 | ||||
-rw-r--r-- | sys-apps/acpid/acpid-1.0.4.ebuild | 12 |
5 files changed, 47 insertions, 10 deletions
diff --git a/sys-apps/acpid/ChangeLog b/sys-apps/acpid/ChangeLog index 9f270432448b..6a4ebd4c4953 100644 --- a/sys-apps/acpid/ChangeLog +++ b/sys-apps/acpid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/acpid -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.17 2004/10/19 08:07:45 brix Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/ChangeLog,v 1.18 2005/01/10 18:35:33 ciaranm Exp $ + + 10 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> acpid-1.0.1.ebuild, + acpid-1.0.2-r1.ebuild, acpid-1.0.2-r2.ebuild, acpid-1.0.4.ebuild: + Added in a message with a link to the Power Management Guide, bug #77338 *acpid-1.0.4 (19 Oct 2004) diff --git a/sys-apps/acpid/acpid-1.0.1.ebuild b/sys-apps/acpid/acpid-1.0.1.ebuild index 2c154f61785e..cbb1359dc1af 100644 --- a/sys-apps/acpid/acpid-1.0.1.ebuild +++ b/sys-apps/acpid/acpid-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.15 2004/06/28 15:57:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.16 2005/01/10 18:35:33 ciaranm Exp $ DESCRIPTION="Daemon for Advanced Configuration and Power Interface" HOMEPAGE="http://acpid.sourceforge.net/" @@ -35,3 +35,12 @@ src_install() { 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-apps/acpid/acpid-1.0.2-r1.ebuild b/sys-apps/acpid/acpid-1.0.2-r1.ebuild index 3a856ced19ed..33f130cc7e32 100644 --- a/sys-apps/acpid/acpid-1.0.2-r1.ebuild +++ b/sys-apps/acpid/acpid-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.2-r1.ebuild,v 1.6 2004/06/28 15:57:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.2-r1.ebuild,v 1.7 2005/01/10 18:35:33 ciaranm Exp $ DESCRIPTION="Daemon for Advanced Configuration and Power Interface" HOMEPAGE="http://acpid.sourceforge.net/" @@ -37,3 +37,11 @@ src_install() { 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-apps/acpid/acpid-1.0.2-r2.ebuild b/sys-apps/acpid/acpid-1.0.2-r2.ebuild index 932e946f4cd5..d176ab2dbdef 100644 --- a/sys-apps/acpid/acpid-1.0.2-r2.ebuild +++ b/sys-apps/acpid/acpid-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.2-r2.ebuild,v 1.7 2004/06/28 15:57:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.2-r2.ebuild,v 1.8 2005/01/10 18:35:33 ciaranm Exp $ inherit eutils @@ -42,3 +42,11 @@ src_install() { 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-apps/acpid/acpid-1.0.4.ebuild b/sys-apps/acpid/acpid-1.0.4.ebuild index 38dc670bb46f..a9538203561e 100644 --- a/sys-apps/acpid/acpid-1.0.4.ebuild +++ b/sys-apps/acpid/acpid-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.4.ebuild,v 1.1 2004/10/19 08:07:45 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.4.ebuild,v 1.2 2005/01/10 18:35:33 ciaranm Exp $ DESCRIPTION="Daemon for Advanced Configuration and Power Interface" HOMEPAGE="http://acpid.sourceforge.net" @@ -49,3 +49,11 @@ src_install() { 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 +} |