ssuominen 14/07/21 19:38:08 Modified: acpid-2.0.22.ebuild ChangeLog Log: Check for CONFIG_INPUT_EVDEV wrt #508460 by Thomas D. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 sys-power/acpid/acpid-2.0.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild?r1=1.1&r2=1.2 Index: acpid-2.0.22.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- acpid-2.0.22.ebuild 21 Mar 2014 08:28:23 -0000 1.1 +++ acpid-2.0.22.ebuild 21 Jul 2014 19:38:08 -0000 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild,v 1.1 2014/03/21 08:28:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.22.ebuild,v 1.2 2014/07/21 19:38:08 ssuominen Exp $ EAPI=5 -inherit systemd +inherit linux-info systemd DESCRIPTION="Daemon for Advanced Configuration and Power Interface" HOMEPAGE="http://sourceforge.net/projects/acpid2" @@ -18,6 +18,14 @@ DEPEND="${RDEPEND} >=sys-kernel/linux-headers-3" +pkg_pretend() { + local CONFIG_CHECK="~INPUT_EVDEV" + local WARNING_INPUT_EVDEV="CONFIG_INPUT_EVDEV is required for ACPI button event support." + [[ ${MERGE_TYPE} != buildonly ]] && check_extra_config +} + +pkg_setup() { :; } + src_configure() { econf --docdir=/usr/share/doc/${PF} } 1.118 sys-power/acpid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpid/ChangeLog?r1=1.117&r2=1.118 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ChangeLog 21 Mar 2014 08:28:23 -0000 1.117 +++ ChangeLog 21 Jul 2014 19:38:08 -0000 1.118 @@ -1,6 +1,9 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.117 2014/03/21 08:28:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.118 2014/07/21 19:38:08 ssuominen Exp $ + + 21 Jul 2014; Samuli Suominen <[email protected]> acpid-2.0.22.ebuild: + Check for CONFIG_INPUT_EVDEV wrt #508460 by Thomas D. *acpid-2.0.22 (21 Mar 2014)
