Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
Date: Sun, 10 May 2020 16:22:50
Message-Id: 1589127733.d0634f35c8d299aefb1075bd06455f4a02012aa3.conikost@gentoo
1 commit: d0634f35c8d299aefb1075bd06455f4a02012aa3
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 15:53:08 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:22:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0634f35
7
8 sys-power/acpi_call: drop old version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-power/acpi_call/acpi_call-3.17.ebuild | 38 -------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/sys-power/acpi_call/acpi_call-3.17.ebuild b/sys-power/acpi_call/acpi_call-3.17.ebuild
17 deleted file mode 100644
18 index 62437ef1097..00000000000
19 --- a/sys-power/acpi_call/acpi_call-3.17.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit linux-info linux-mod
28 -
29 -HOMEPAGE="https://github.com/teleshoes/acpi_call"
30 -if [ "${PV}" = "9999" ]; then
31 - inherit git-r3
32 - EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
33 - KEYWORDS=""
34 -else
35 - inherit vcs-snapshot
36 - SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
37 - KEYWORDS="~amd64"
38 -fi
39 -
40 -DESCRIPTION="A kernel module that enables you to call ACPI methods"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -CONFIG_CHECK="ACPI"
47 -MODULE_NAMES="acpi_call(misc:${S})"
48 -BUILD_TARGETS="default"
49 -
50 -PATCHES=(
51 - "${FILESDIR}/${P}-linux-4.12.patch"
52 - "${FILESDIR}/${P}-linux-4.14.patch"
53 - "${FILESDIR}/${P}-linux-5.6.patch"
54 -)
55 -
56 -src_compile() {
57 - BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
58 - linux-mod_src_compile
59 -}