public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2015-09-13 18:13 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2015-09-13 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     66556e011379356d5760f615bfcf767e35be3a9c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Sep 12 12:42:06 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 18:12:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66556e01

app-laptop/tpacpi-bat: Version bump (close #86 gh)

Package-Manager: portage-2.2.20.1

 app-laptop/tpacpi-bat/Manifest              |  1 +
 app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild | 34 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
index 2f013be..ac2c290 100644
--- a/app-laptop/tpacpi-bat/Manifest
+++ b/app-laptop/tpacpi-bat/Manifest
@@ -1,2 +1,3 @@
 DIST tpacpi-bat-1.1.tar.gz 17781 SHA256 99bfeae60c672d981ea70a98470b8c2a1a9da52da0fce7f669270f216d2230a3 SHA512 7b8838e6db7f98cd5bb674a99dbb880ba6574529de68d97ce704bf225ba416183971aae3c2dd623bc8750767c54a2a52cd0b525bce70640ecf0b307fdba03821 WHIRLPOOL 3a057e57da77f997ed27f679c2503a139d760949027c02aa5dd5bef71579d525acc866655e0008b59ef6ae8b0c567f7de627838baac5c7ed2969523a7355a879
 DIST tpacpi-bat-2.1.tar.gz 17753 SHA256 0a4b273215ef814a1932b0c8ff1571c6e45eecb3b28d8462deab460f0bcdc337 SHA512 7ed4974d84c3f1ddc9fd5cd6d7f103a11e2f808a223692749e3ae0ec2e888b62083d577214e27634cd76e9b616a6b8d5cb5474ddb64f73972d08641051c5c6f8 WHIRLPOOL 303c28a287b657514e985227b8f4c9c3d044fdf46a7dca0e52ce3ab7b6852a65aa46a8805cf6a945b3936432d3c3e43855d0d88c7549b05e95d271e8c605b1b7
+DIST tpacpi-bat-3.0.tar.gz 18137 SHA256 f9aa8be181df6a7d41eac6224abb6dadf1d147022449e9159c4aa09397b7a485 SHA512 2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128 WHIRLPOOL 9329ea83fdd0913cc47446895e6ab385f09ca42e7a19533b5c7fa44cb62bebd07ba24f89b0deacc89d6b3aff3ff826f2a53f8d2e918f137d0f6215aa6eaa9198

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
new file mode 100644
index 0000000..06144e8
--- /dev/null
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils systemd
+
+if [ "${PV}" = "9999" ]; then
+	inherit git-2
+	EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
+HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND="sys-power/acpi_call
+	dev-lang/perl"
+
+src_install() {
+	dodoc README battery_asl
+	dobin tpacpi-bat
+	newinitd "${FILESDIR}"/${PN}.initd.1 ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd.0 ${PN}
+	systemd_newunit tpacpi.service ${PN}.service
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2016-08-23 23:51 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2016-08-23 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9d2ea54751c1103a77abb571bc38c2d299e15084
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 23:49:23 2016 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 23:49:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ea547

app-laptop/tpacpi-bat: fixed live ebuild

Package-Manager: portage-2.2.28

 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
index 1b30cbd..d08d6ea 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
@@ -7,14 +7,14 @@ EAPI=6
 inherit systemd
 
 if [ "${PV}" = "9999" ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git"
 	KEYWORDS=""
 else
 	SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
 HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2018-06-01 15:58 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2018-06-01 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1641b913b6a760689fdd0726dcd9d99914591465
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Jun  1 15:19:36 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Jun  1 15:57:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1641b913

app-laptop/tpacpi-bat: git-2->git-r3

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild | 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild    | 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild | 4 ++--
 app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild    | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "9999" ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 	KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "9999" ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 	KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
index 4a1fac9d20b..350f9db837c 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit systemd
 
 if [ "${PV}" = "9999" ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 	KEYWORDS=""
 else

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
index 1560013b9e1..e2319733554 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
 inherit eutils systemd
 
 if [ "${PV}" = "9999" ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 	KEYWORDS=""
 else


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2018-06-10 18:17 Christoph Junghans
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Junghans @ 2018-06-10 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     99cc1546b234910e0c1ef671e2449c68815687fe
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Apr  4 07:33:38 2018 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 18:17:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cc1546

app-laptop/tpacpi-bat: bump to version 3.1

Bug: https://github.com/gentoo/gentoo/pull/7803
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Henning Schild <henning <AT> hennsch.de>

 app-laptop/tpacpi-bat/Manifest                                     | 1 +
 .../tpacpi-bat/{tpacpi-bat-9999.ebuild => tpacpi-bat-3.1.ebuild}   | 7 ++++---
 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild                       | 7 ++++---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
index 1b0a4d4049a..90b6bd0984e 100644
--- a/app-laptop/tpacpi-bat/Manifest
+++ b/app-laptop/tpacpi-bat/Manifest
@@ -1,3 +1,4 @@
 DIST tpacpi-bat-1.1.tar.gz 17781 BLAKE2B 73e9cef77f5eb889e653dab05b3f9502795833221d007319abad0017b70dc3c60d1a2e7649f1003e9eb16da94efa185b195e42789b528b5c5b62738abaff9e3a SHA512 7b8838e6db7f98cd5bb674a99dbb880ba6574529de68d97ce704bf225ba416183971aae3c2dd623bc8750767c54a2a52cd0b525bce70640ecf0b307fdba03821
 DIST tpacpi-bat-2.1.tar.gz 17753 BLAKE2B c470cfdb98c2873ca44dad9cb0fc31e6bc97c8832735003b707ee191c65dba3cd9c0422513b4a93aae26692a154675cb94e02d30b721d498610bf21711bcf1e6 SHA512 7ed4974d84c3f1ddc9fd5cd6d7f103a11e2f808a223692749e3ae0ec2e888b62083d577214e27634cd76e9b616a6b8d5cb5474ddb64f73972d08641051c5c6f8
 DIST tpacpi-bat-3.0.tar.gz 18137 BLAKE2B db0db2c06d5bc78eb028cb0db2532e5500cce2370c23ab3bf1e49433b83ed2be7cfffe080e46c3699838ff00025d516dd37e071081f79c7d5d6293f4f49730d4 SHA512 2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128
+DIST tpacpi-bat-3.1.tar.gz 18584 BLAKE2B 5f1e890f33be4e0d176bda486d9e4363d56a7a933677eb69bedca9ec42e8af5a0e5494f8447702d33ffecda3d1d4a447a56f7aeb9480a3b855a24bce45028d38 SHA512 cdc9e0c0ded96281678199783b4c48ff85a497c90b244a7ce2276b54d7ae4bfa7eb430214bcdb6fabd7478796507b0fbe7fed4b1ab4bc4cdd7bd5ae25f943a77

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
similarity index 81%
copy from app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
copy to app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
index c3feb204bff..6364a4ee745 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,9 +25,10 @@ RDEPEND="sys-power/acpi_call
 	dev-lang/perl"
 
 src_install() {
-	dodoc README battery_asl
+	dodoc README.md battery_asl
 	dobin tpacpi-bat
 	newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
-	systemd_newunit tpacpi.service ${PN}.service
+	systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \
+		${PN}.service
 }

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
index c3feb204bff..6364a4ee745 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -25,9 +25,10 @@ RDEPEND="sys-power/acpi_call
 	dev-lang/perl"
 
 src_install() {
-	dodoc README battery_asl
+	dodoc README.md battery_asl
 	dobin tpacpi-bat
 	newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
-	systemd_newunit tpacpi.service ${PN}.service
+	systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \
+		${PN}.service
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2022-07-31 22:52 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2022-07-31 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fb26f1a928bc51e8d7f133cb9c818a9468ac071f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 22:51:48 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 22:51:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb26f1a9

app-laptop/tpacpi-bat: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...tpacpi-bat-3.1.ebuild => tpacpi-bat-3.1-r1.ebuild} | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
similarity index 85%
rename from app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
rename to app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
index 39f5df050623..74b72ce18688 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.1-r1.ebuild
@@ -1,31 +1,32 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit systemd
 
-if [ "${PV}" = "9999" ]; then
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
+HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
+
+if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 else
 	SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="sys-power/acpi_call
+RDEPEND="
+	sys-power/acpi_call
 	dev-lang/perl"
 
 src_install() {
-	dodoc README.md battery_asl
 	dobin tpacpi-bat
+	dodoc README.md battery_asl
+
 	newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
 	systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2022-07-31 22:52 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2022-07-31 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     68061278e8678070eea881648f7ec8309e2dd422
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 22:51:47 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 22:51:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68061278

app-laptop/tpacpi-bat: drop 3.0-r1

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-laptop/tpacpi-bat/Manifest                 |  1 -
 app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild | 32 --------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
index b09c16dcc642..b4fdf61677a6 100644
--- a/app-laptop/tpacpi-bat/Manifest
+++ b/app-laptop/tpacpi-bat/Manifest
@@ -1,2 +1 @@
-DIST tpacpi-bat-3.0.tar.gz 18137 BLAKE2B db0db2c06d5bc78eb028cb0db2532e5500cce2370c23ab3bf1e49433b83ed2be7cfffe080e46c3699838ff00025d516dd37e071081f79c7d5d6293f4f49730d4 SHA512 2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128
 DIST tpacpi-bat-3.1.tar.gz 18584 BLAKE2B 5f1e890f33be4e0d176bda486d9e4363d56a7a933677eb69bedca9ec42e8af5a0e5494f8447702d33ffecda3d1d4a447a56f7aeb9480a3b855a24bce45028d38 SHA512 cdc9e0c0ded96281678199783b4c48ff85a497c90b244a7ce2276b54d7ae4bfa7eb430214bcdb6fabd7478796507b0fbe7fed4b1ab4bc4cdd7bd5ae25f943a77

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
deleted file mode 100644
index 0751d72324c5..000000000000
--- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-if [ "${PV}" = "9999" ]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
-else
-	SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-power/acpi_call
-	dev-lang/perl"
-
-src_install() {
-	dodoc README battery_asl
-	dobin tpacpi-bat
-	newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
-	systemd_newunit tpacpi.service ${PN}.service
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
@ 2022-07-31 22:52 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2022-07-31 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8ae390243dcd029606ee9070b08acd6cb7d3b21d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 22:51:49 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 22:51:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae39024

app-laptop/tpacpi-bat: sync live ebuild

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
index 39f5df050623..74b72ce18688 100644
--- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
+++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
@@ -1,31 +1,32 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit systemd
 
-if [ "${PV}" = "9999" ]; then
+DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
+HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
+
+if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
 else
 	SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64"
 fi
-DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
-HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
-DEPEND=""
-RDEPEND="sys-power/acpi_call
+RDEPEND="
+	sys-power/acpi_call
 	dev-lang/perl"
 
 src_install() {
-	dodoc README.md battery_asl
 	dobin tpacpi-bat
+	dodoc README.md battery_asl
+
 	newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
 	systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-31 22:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 22:52 [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-07-31 22:52 David Seifert
2022-07-31 22:52 David Seifert
2018-06-10 18:17 Christoph Junghans
2018-06-01 15:58 Christoph Junghans
2016-08-23 23:51 Christoph Junghans
2015-09-13 18:13 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox