Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186868 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]
sys-power/acpid-1.0.8.ebuild
acpid-1.0.8.ebuild (text/plain), 1.48 KB, created by
Davide Pesavento (RETIRED)
on 2009-03-31 15:02:05 UTC
(
hide
)
Description:
sys-power/acpid-1.0.8.ebuild
Filename:
MIME Type:
Creator:
Davide Pesavento (RETIRED)
Created:
2009-03-31 15:02:05 UTC
Size:
1.48 KB
patch
obsolete
># 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 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="http://tedfelix.com/linux/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="sys-apps/sed" >RDEPEND="" > >src_unpack() { > unpack ${A} > sed -i -e '/^CFLAGS /{s:=:+=:;s:-Werror::;s:-O2 -g::}' "${S}"/Makefile || die >} > >src_compile() { > emake CC="$(tc-getCC)" INSTPREFIX="${D}" || die "emake failed" >} > >src_install() { > emake INSTPREFIX="${D}" install || die "emake install failed" > > exeinto /etc/acpi > newexe "${FILESDIR}"/${PN}-1.0.6-default.sh default.sh || die > insinto /etc/acpi/events > newins "${FILESDIR}"/${PN}-1.0.4-default default || die > > dodoc README Changelog TODO || die > > 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} > > docinto examples/battery > dodoc samples/battery/* > > docinto examples/panasonic > dodoc samples/panasonic/* >} > >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 >}
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 Raw
Actions:
View
Attachments on
bug 246802
: 186868 |
186869