Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186869 Details for
Bug 246802
sys-power/acpid-1.0.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff 1.0.6-r1 -> 1.0.8
acpid.ebuild.patch (text/plain), 2.44 KB, created by
Davide Pesavento (RETIRED)
on 2009-03-31 15:05:58 UTC
(
hide
)
Description:
diff 1.0.6-r1 -> 1.0.8
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-03-31 15:05:58 UTC
Size:
2.44 KB
patch
obsolete
>--- /usr/portage/sys-power/acpid/acpid-1.0.6-r1.ebuild 2008-06-14 11:07:39.000000000 +0200 >+++ acpid-1.0.8.ebuild 2009-03-31 16:49:28.000000000 +0200 >@@ -1,16 +1,19 @@ >-# Copyright 1999-2008 Gentoo Foundation >+# Copyright 1999-2009 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.6-r1.ebuild,v 1.5 2008/06/14 09:00:57 flameeyes Exp $ > >-inherit eutils toolchain-funcs flag-o-matic >+inherit toolchain-funcs >+ >+MY_P="${P}ted1" >+S="${WORKDIR}/${MY_P}" > > DESCRIPTION="Daemon for Advanced Configuration and Power Interface" > HOMEPAGE="http://acpid.sourceforge.net" >-SRC_URI="mirror://sourceforge/acpid/${P}.tar.gz" >+SRC_URI="http://tedfelix.com/linux/${MY_P}.tar.bz2" > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="~alpha amd64 ia64 -ppc x86" >+KEYWORDS="~amd64 ~x86" > IUSE="" > > DEPEND="sys-apps/sed" >@@ -18,18 +21,10 @@ > > src_unpack() { > unpack ${A} >- cd "${S}" >- sed -i \ >- -e '/^CFLAGS /{s:=:+=:;s:-Werror -g::}' \ >- Makefile >+ sed -i -e '/^CFLAGS /{s:=:+=:;s:-Werror::;s:-O2 -g::}' "${S}"/Makefile || die > } > > src_compile() { >- append-flags -D_GNU_SOURCE >- >- # 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. > emake CC="$(tc-getCC)" INSTPREFIX="${D}" || die "emake failed" > } > >@@ -37,14 +32,14 @@ > emake INSTPREFIX="${D}" install || die "emake install failed" > > exeinto /etc/acpi >- newexe "${FILESDIR}"/${P}-default.sh default.sh || die >+ newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh || die > insinto /etc/acpi/events >- newins "${FILESDIR}"/acpid-1.0.4-default default || die >+ newins "${FILESDIR}"/${PN}-1.0.4-default default || die > >- dodoc README Changelog TODO >+ dodoc README Changelog TODO || die > >- newinitd "${FILESDIR}"/${P}-init.d acpid >- newconfd "${FILESDIR}"/${P}-conf.d acpid >+ newinitd "${FILESDIR}"/${PN}-1.0.6-init.d acpid || die >+ newconfd "${FILESDIR}"/${PN}-1.0.6-conf.d acpid || die > > docinto examples > dodoc samples/{acpi_handler.sh,sample.conf} >@@ -62,8 +57,4 @@ > einfo "which can be found online at:" > einfo " http://www.gentoo.org/doc/en/power-management-guide.xml" > echo >- elog "As of version 1.0.6, acpid uses system log facility instead of custom log" >- elog "file. This means acpid messages will be usually located in " >- elog "/var/log/messages (and not in /var/log/acpid) for common setups." >- echo > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246802
:
186868
| 186869