* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-10-29 22:01 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-10-29 22:01 UTC (permalink / raw
To: gentoo-commits
commit: fa263532506001da16bab05b775207d76b8d96fa
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 21:24:06 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 21:24:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa263532
sys-power/acpi_call: amd64 stable
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-power/acpi_call/acpi_call-1.2.2.ebuild b/sys-power/acpi_call/acpi_call-1.2.2.ebuild
index 781cbf2fc3a..90e2e0158a0 100644
--- a/sys-power/acpi_call/acpi_call-1.2.2.ebuild
+++ b/sys-power/acpi_call/acpi_call-1.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nix-community/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="examples"
BUILD_TARGETS="default"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2023-06-02 11:16 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2023-06-02 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 7c77ffaa6bea37cd19a4d5f02877a2b64b5759b1
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 2 11:15:11 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jun 2 11:16:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c77ffaa
sys-power/acpi_call: migrate to linux-mod-r1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../{acpi_call-1.2.2.ebuild => acpi_call-1.2.2-r1.ebuild} | 15 +++++++--------
sys-power/acpi_call/acpi_call-9999.ebuild | 15 +++++++--------
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-1.2.2.ebuild b/sys-power/acpi_call/acpi_call-1.2.2-r1.ebuild
similarity index 68%
rename from sys-power/acpi_call/acpi_call-1.2.2.ebuild
rename to sys-power/acpi_call/acpi_call-1.2.2-r1.ebuild
index 90e2e0158a01..b7fd9601068a 100644
--- a/sys-power/acpi_call/acpi_call-1.2.2.ebuild
+++ b/sys-power/acpi_call/acpi_call-1.2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit linux-info linux-mod
+inherit linux-mod-r1
DESCRIPTION="A linux kernel module that enables calls to ACPI"
HOMEPAGE="https://github.com/nix-community/acpi_call"
@@ -14,18 +14,17 @@ SLOT="0"
KEYWORDS="amd64"
IUSE="examples"
-BUILD_TARGETS="default"
CONFIG_CHECK="ACPI"
-MODULE_NAMES="acpi_call(misc:${S})"
src_compile() {
- BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+ local modargs=( KDIR=${KV_OUT_DIR} )
+ local modlist=( acpi_call=misc )
- linux-mod_src_compile
+ linux-mod-r1_src_compile
}
src_install() {
- linux-mod_src_install
+ linux-mod-r1_src_install
if use examples; then
insinto /usr/share/acpi_call
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild
index ba449334ffc0..c8b96da325e2 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit git-r3 linux-info linux-mod
+inherit git-r3 linux-mod-r1
DESCRIPTION="A linux kernel module that enables calls to ACPI"
HOMEPAGE="https://github.com/nix-community/acpi_call"
@@ -14,18 +14,17 @@ SLOT="0"
KEYWORDS=""
IUSE="examples"
-BUILD_TARGETS="default"
CONFIG_CHECK="ACPI"
-MODULE_NAMES="acpi_call(misc:${S})"
src_compile() {
- BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+ local modargs=( KDIR=${KV_OUT_DIR} )
+ local modlist=( acpi_call=misc )
- linux-mod_src_compile
+ linux-mod-r1_src_compile
}
src_install() {
- linux-mod_src_install
+ linux-mod-r1_src_install
if use examples; then
insinto /usr/share/acpi_call
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-09-27 20:01 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-09-27 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 4f3b58d0f2e1626a641b1c56b6fced84ba3289fb
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 20:01:07 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 20:01:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3b58d0
sys-power/acpi_call: bump to version 1.2.2
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/Manifest | 1 +
sys-power/acpi_call/acpi_call-1.2.2.ebuild | 34 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-power/acpi_call/Manifest b/sys-power/acpi_call/Manifest
index caf7217e1c0..44950a06146 100644
--- a/sys-power/acpi_call/Manifest
+++ b/sys-power/acpi_call/Manifest
@@ -1 +1,2 @@
DIST acpi_call-1.2.1.tar.gz 12340 BLAKE2B e113f8c150c8e2f4f75ca1dd81cc4399f24bedcd716c9158561e8cb9f5e63e77cade18e6543ade4ec383690bf7041a583e297948789773db8ad9b63a957e61e8 SHA512 91553cf70a6b0173a6bfec38fcfb62ecd17614c91a888933704bb57d788592ce6981b01fb7c5e4bb8efdbe7fe229860c9f2be4b549dd71b232704c8bf0b3cfee
+DIST acpi_call-1.2.2.tar.gz 12403 BLAKE2B 3195ec7e4d6189abdbb1409914d97d481f63ec79ec89a2ab630120ea99aabf8ca5890c500149a386a4a661d17e58387a6b252b625b6abadef1d977691156745e SHA512 3916a211bcc4a2435c6ba9664b1c86d8ab587c052a03e6edccd00fd7d01c6a756003dcc146e22e2cf688795600589c8cac1d83774c989794dcadc91f5caa2b5e
diff --git a/sys-power/acpi_call/acpi_call-1.2.2.ebuild b/sys-power/acpi_call/acpi_call-1.2.2.ebuild
new file mode 100644
index 00000000000..781cbf2fc3a
--- /dev/null
+++ b/sys-power/acpi_call/acpi_call-1.2.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info linux-mod
+
+DESCRIPTION="A linux kernel module that enables calls to ACPI"
+HOMEPAGE="https://github.com/nix-community/acpi_call"
+SRC_URI="https://github.com/nix-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+BUILD_TARGETS="default"
+CONFIG_CHECK="ACPI"
+MODULE_NAMES="acpi_call(misc:${S})"
+
+src_compile() {
+ BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+
+ linux-mod_src_compile
+}
+
+src_install() {
+ linux-mod_src_install
+
+ if use examples; then
+ insinto /usr/share/acpi_call
+ doins examples/*.sh
+ fi
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-07-01 21:45 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-07-01 21:45 UTC (permalink / raw
To: gentoo-commits
commit: 005fdba85fd97073132ec247dd14afec62072c46
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 21:42:13 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 21:44:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005fdba8
sys-power/acpi_call: amd64 stable
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-power/acpi_call/acpi_call-1.2.1.ebuild b/sys-power/acpi_call/acpi_call-1.2.1.ebuild
index 781cbf2fc3a..90e2e0158a0 100644
--- a/sys-power/acpi_call/acpi_call-1.2.1.ebuild
+++ b/sys-power/acpi_call/acpi_call-1.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/nix-community/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="examples"
BUILD_TARGETS="default"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-01-17 13:07 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-01-17 13:07 UTC (permalink / raw
To: gentoo-commits
commit: b766634896d5a6d49c6c068ff54117bf1de4cfa7
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 13:02:54 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 13:07:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7666348
sys-power/acpi_call: update live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-9999.ebuild | 32 +++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild
index ba87b06a3dc..ba449334ffc 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -1,24 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit linux-info linux-mod
+inherit git-r3 linux-info linux-mod
-HOMEPAGE="https://github.com/teleshoes/acpi_call"
-if [ "${PV}" = "9999" ]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
+DESCRIPTION="A linux kernel module that enables calls to ACPI"
+HOMEPAGE="https://github.com/nix-community/acpi_call"
+EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
-DESCRIPTION="A kernel module that enables you to call ACPI methods"
-
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
SLOT="0"
+KEYWORDS=""
+IUSE="examples"
BUILD_TARGETS="default"
CONFIG_CHECK="ACPI"
@@ -26,5 +20,15 @@ MODULE_NAMES="acpi_call(misc:${S})"
src_compile() {
BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+
linux-mod_src_compile
}
+
+src_install() {
+ linux-mod_src_install
+
+ if use examples; then
+ insinto /usr/share/acpi_call
+ doins examples/*.sh
+ fi
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-01-17 13:07 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-01-17 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 1754da7c7b0df5bf0bf2447aba7e9e65148ff259
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 12:56:14 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 13:07:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1754da7c
sys-power/acpi_call: add myself as maintainer
Also updated upstream repo, since we are already using the newer
maintained fork.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/metadata.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml
index 1a253022f5f..56373b80bb1 100644
--- a/sys-power/acpi_call/metadata.xml
+++ b/sys-power/acpi_call/metadata.xml
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>conikost@gentoo.org</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
<upstream>
- <remote-id type="github">teleshoes/acpi_call</remote-id>
+ <bugs-to>https://github.com/nix-community/acpi_call/issues</bugs-to>
+ <remote-id type="github">nix-community/acpi_call</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2021-01-17 13:07 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2021-01-17 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 71df18adbd3a43f0573bed44a76e2bb4792474c3
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 13:01:50 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 13:07:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71df18ad
sys-power/acpi_call: bump to version 1.2.1
Changes:
* Correct license
* Drop all patches, as merged by upstream.
* Added examples
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/Manifest | 1 +
sys-power/acpi_call/acpi_call-1.2.1.ebuild | 34 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-power/acpi_call/Manifest b/sys-power/acpi_call/Manifest
index 35e63fbb6c7..8a567880890 100644
--- a/sys-power/acpi_call/Manifest
+++ b/sys-power/acpi_call/Manifest
@@ -1,2 +1,3 @@
DIST acpi_call-1.1.0.tar.gz 10470 BLAKE2B 000c5e6f1eb968bdea3d8dfb6d6bf7b18daffe8baa75ff32e8c6c4b98cafe0a72a67a65a17994a1c8efa16f528bdfbf2b27686a146730c319a5195dfa9ec0d51 SHA512 d5cf13c15f9057e3a27aaacfee6dcdb17b6a79194bdc8fd57b8140c07a532e2e58151bea881aa158c1183ac3bbe89f83fcfc2279ffd9e945a72331b6ddbf2c70
+DIST acpi_call-1.2.1.tar.gz 12340 BLAKE2B e113f8c150c8e2f4f75ca1dd81cc4399f24bedcd716c9158561e8cb9f5e63e77cade18e6543ade4ec383690bf7041a583e297948789773db8ad9b63a957e61e8 SHA512 91553cf70a6b0173a6bfec38fcfb62ecd17614c91a888933704bb57d788592ce6981b01fb7c5e4bb8efdbe7fe229860c9f2be4b549dd71b232704c8bf0b3cfee
DIST acpi_call-3.17.tar.gz 10470 BLAKE2B e1a4912f4b92532aa8496e668541975b7e563dfd7613d41f33503d5eecad786b84ba98b205f27c4a4fbd3b37b034a467cf7c9a73f2995539d2117f50751df682 SHA512 39f8f924995ba4e5490e93f03c33db083ced224699b1028102294b2cc99edebd1eea04d33b50beed9dea86939c124682ef8d013c990d5611471b104be3200cb1
diff --git a/sys-power/acpi_call/acpi_call-1.2.1.ebuild b/sys-power/acpi_call/acpi_call-1.2.1.ebuild
new file mode 100644
index 00000000000..781cbf2fc3a
--- /dev/null
+++ b/sys-power/acpi_call/acpi_call-1.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info linux-mod
+
+DESCRIPTION="A linux kernel module that enables calls to ACPI"
+HOMEPAGE="https://github.com/nix-community/acpi_call"
+SRC_URI="https://github.com/nix-community/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+BUILD_TARGETS="default"
+CONFIG_CHECK="ACPI"
+MODULE_NAMES="acpi_call(misc:${S})"
+
+src_compile() {
+ BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+
+ linux-mod_src_compile
+}
+
+src_install() {
+ linux-mod_src_install
+
+ if use examples; then
+ insinto /usr/share/acpi_call
+ doins examples/*.sh
+ fi
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2020-05-10 16:22 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2020-05-10 16:22 UTC (permalink / raw
To: gentoo-commits
commit: d0634f35c8d299aefb1075bd06455f4a02012aa3
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:53:08 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:22:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0634f35
sys-power/acpi_call: drop old version
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-3.17.ebuild | 38 -------------------------------
1 file changed, 38 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-3.17.ebuild b/sys-power/acpi_call/acpi_call-3.17.ebuild
deleted file mode 100644
index 62437ef1097..00000000000
--- a/sys-power/acpi_call/acpi_call-3.17.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info linux-mod
-
-HOMEPAGE="https://github.com/teleshoes/acpi_call"
-if [ "${PV}" = "9999" ]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
- KEYWORDS=""
-else
- inherit vcs-snapshot
- SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="A kernel module that enables you to call ACPI methods"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-CONFIG_CHECK="ACPI"
-MODULE_NAMES="acpi_call(misc:${S})"
-BUILD_TARGETS="default"
-
-PATCHES=(
- "${FILESDIR}/${P}-linux-4.12.patch"
- "${FILESDIR}/${P}-linux-4.14.patch"
- "${FILESDIR}/${P}-linux-5.6.patch"
-)
-
-src_compile() {
- BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
- linux-mod_src_compile
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2020-05-10 16:22 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2020-05-10 16:22 UTC (permalink / raw
To: gentoo-commits
commit: c2e7b6c1ec4de8839d6069dba8bde28f03a4b8f0
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:51:47 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:22:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e7b6c1
sys-power/acpi_call: fix qa warning on live
Also bumpe to EAPI=7.
Bug: https://bugs.gentoo.org/694400
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-9999.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild
index 8eddd39e154..ba87b06a3dc 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit linux-info linux-mod
@@ -11,7 +11,6 @@ if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
KEYWORDS=""
else
- inherit vcs-snapshot
SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
@@ -20,11 +19,10 @@ DESCRIPTION="A kernel module that enables you to call ACPI methods"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+BUILD_TARGETS="default"
CONFIG_CHECK="ACPI"
MODULE_NAMES="acpi_call(misc:${S})"
-BUILD_TARGETS="default"
src_compile() {
BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2020-05-10 16:22 Conrad Kostecki
0 siblings, 0 replies; 13+ messages in thread
From: Conrad Kostecki @ 2020-05-10 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 94833a31987a268ce07ecc792f6cc54866d2daea
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 15:51:08 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:22:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94833a31
sys-power/acpi_call: fix qa warning
Also bumped to EAPI=7.
Closes: https://bugs.gentoo.org/694400
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-power/acpi_call/acpi_call-3.17-r1.ebuild | 36 ++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/sys-power/acpi_call/acpi_call-3.17-r1.ebuild b/sys-power/acpi_call/acpi_call-3.17-r1.ebuild
new file mode 100644
index 00000000000..87ae13124e9
--- /dev/null
+++ b/sys-power/acpi_call/acpi_call-3.17-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info linux-mod
+
+HOMEPAGE="https://github.com/teleshoes/acpi_call"
+if [ "${PV}" = "9999" ]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
+ KEYWORDS=""
+else
+ SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="A kernel module that enables you to call ACPI methods"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+BUILD_TARGETS="default"
+CONFIG_CHECK="ACPI"
+MODULE_NAMES="acpi_call(misc:${S})"
+
+PATCHES=(
+ "${FILESDIR}/${P}-linux-4.12.patch"
+ "${FILESDIR}/${P}-linux-4.14.patch"
+ "${FILESDIR}/${P}-linux-5.6.patch"
+)
+
+src_compile() {
+ BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}"
+ linux-mod_src_compile
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2020-01-13 10:07 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2020-01-13 10:07 UTC (permalink / raw
To: gentoo-commits
commit: b24cff7cfcb9149b0ab93034428e4a89024650d5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:06:15 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:06:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24cff7c
sys-power/acpi_call: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-power/acpi_call/acpi_call-3.17.ebuild | 4 ++--
sys-power/acpi_call/acpi_call-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-3.17.ebuild b/sys-power/acpi_call/acpi_call-3.17.ebuild
index b0d6197ccff..630c83d6962 100644
--- a/sys-power/acpi_call/acpi_call-3.17.ebuild
+++ b/sys-power/acpi_call/acpi_call-3.17.ebuild
@@ -8,11 +8,11 @@ inherit linux-info linux-mod
HOMEPAGE="https://github.com/teleshoes/acpi_call"
if [ "${PV}" = "9999" ]; then
inherit git-r3
- EGIT_REPO_URI="${HOMEPAGE}.git"
+ EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
KEYWORDS=""
else
inherit vcs-snapshot
- SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild
index 5fe21ce3e3b..1ce97d776a8 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -8,11 +8,11 @@ inherit linux-info linux-mod
HOMEPAGE="https://github.com/teleshoes/acpi_call"
if [ "${PV}" = "9999" ]; then
inherit git-r3
- EGIT_REPO_URI="${HOMEPAGE}.git"
+ EGIT_REPO_URI="https://github.com/teleshoes/acpi_call.git"
KEYWORDS=""
else
inherit vcs-snapshot
- SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/teleshoes/acpi_call/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2018-08-07 22:27 Patrice Clement
0 siblings, 0 replies; 13+ messages in thread
From: Patrice Clement @ 2018-08-07 22:27 UTC (permalink / raw
To: gentoo-commits
commit: 7442eebdd2b98366d406e4a4f287af31fe247814
Author: Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Apr 4 06:42:22 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 21:41:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7442eebd
sys-power/acpi_call: move to another upstream git repo.
Move to the repo we also use for app-laptop/tpacpi-bat
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/9036
sys-power/acpi_call/acpi_call-9999.ebuild | 12 ++++++------
sys-power/acpi_call/metadata.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild
index a2501dc4df2..5fe21ce3e3b 100644
--- a/sys-power/acpi_call/acpi_call-9999.ebuild
+++ b/sys-power/acpi_call/acpi_call-9999.ebuild
@@ -1,22 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit linux-info linux-mod
+HOMEPAGE="https://github.com/teleshoes/acpi_call"
if [ "${PV}" = "9999" ]; then
- inherit git-2
- EGIT_REPO_URI="https://github.com/mkottman/acpi_call.git"
+ inherit git-r3
+ EGIT_REPO_URI="${HOMEPAGE}.git"
KEYWORDS=""
else
inherit vcs-snapshot
- SRC_URI="https://github.com/mkottman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A kernel module that enables you to call ACPI methods"
-HOMEPAGE="https://github.com/mkottman/acpi_call"
LICENSE="GPL-2"
SLOT="0"
diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml
index 3e6c789e783..64e830cdff9 100644
--- a/sys-power/acpi_call/metadata.xml
+++ b/sys-power/acpi_call/metadata.xml
@@ -5,6 +5,6 @@
<email>maksbotan@gentoo.org</email>
</maintainer>
<upstream>
- <remote-id type="github">mkottman/acpi_call</remote-id>
+ <remote-id type="github">teleshoes/acpi_call</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/
@ 2016-11-14 2:01 Christoph Junghans
0 siblings, 0 replies; 13+ messages in thread
From: Christoph Junghans @ 2016-11-14 2:01 UTC (permalink / raw
To: gentoo-commits
commit: 02d68d14c05e136fec1ae325bad6cb477ac4860c
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 01:58:24 2016 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 01:58:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d68d14
sys-power/acpi_call: update metadata
Package-Manager: portage-2.3.0
sys-power/acpi_call/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml
index 87e7888..4b39ce4 100644
--- a/sys-power/acpi_call/metadata.xml
+++ b/sys-power/acpi_call/metadata.xml
@@ -5,7 +5,7 @@
<email>maksbotan@gentoo.org</email>
</maintainer>
<maintainer type="person">
- <email>ottxor@gentoo.org</email>
+ <email>junghans@gentoo.org</email>
<name>Christoph Junghans</name>
</maintainer>
<upstream>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2023-06-02 11:16 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-29 22:01 [gentoo-commits] repo/gentoo:master commit in: sys-power/acpi_call/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2023-06-02 11:16 Conrad Kostecki
2021-09-27 20:01 Conrad Kostecki
2021-07-01 21:45 Conrad Kostecki
2021-01-17 13:07 Conrad Kostecki
2021-01-17 13:07 Conrad Kostecki
2021-01-17 13:07 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2020-01-13 10:07 David Seifert
2018-08-07 22:27 Patrice Clement
2016-11-14 2:01 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox