ottxor 14/12/19 03:06:53 Modified: ChangeLog Added: acpi_call-1.1.0-r1.ebuild Log: fixed build with linux-3.17 (bug #524614) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.8 sys-power/acpi_call/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 18 Jul 2013 14:14:47 -0000 1.7 +++ ChangeLog 19 Dec 2014 03:06:53 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for sys-power/acpi_call -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.7 2013/07/18 14:14:47 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.8 2014/12/19 03:06:53 ottxor Exp $ + +*acpi_call-1.1.0-r1 (19 Dec 2014) + + 19 Dec 2014; Christoph Junghans <[email protected]> + +acpi_call-1.1.0-r1.ebuild, +files/acpi_call-1.1.0-linux-3.17.patch: + fixed build with linux-3.17 (bug #524614) *acpi_call-1.1.0 (18 Jul 2013) 1.1 sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild?rev=1.1&content-type=text/plain Index: acpi_call-1.1.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/acpi_call-1.1.0-r1.ebuild,v 1.1 2014/12/19 03:06:53 ottxor Exp $ EAPI=5 inherit eutils linux-info linux-mod if [ "${PV}" = "9999" ]; then inherit git-2 EGIT_REPO_URI="git://github.com/mkottman/acpi_call.git" KEYWORDS="" else inherit vcs-snapshot SRC_URI="https://github.com/mkottman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="A kernel module that enables you to call ACPI methods" HOMEPAGE="http://github.com/mkottman/acpi_call" LICENSE="GPL-2" SLOT="0" IUSE="" CONFIG_CHECK="ACPI" MODULE_NAMES="acpi_call(misc:${S})" BUILD_TARGETS="default" src_prepare(){ epatch "${FILESDIR}/${P}-linux-3.17.patch" } src_compile(){ BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}" linux-mod_src_compile }
