Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
Date: Sun, 10 Jun 2018 18:17:28
Message-Id: 1528654632.99cc1546b234910e0c1ef671e2449c68815687fe.junghans@gentoo
1 commit: 99cc1546b234910e0c1ef671e2449c68815687fe
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Wed Apr 4 07:33:38 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 18:17:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cc1546
7
8 app-laptop/tpacpi-bat: bump to version 3.1
9
10 Bug: https://github.com/gentoo/gentoo/pull/7803
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 Signed-off-by: Henning Schild <henning <AT> hennsch.de>
13
14 app-laptop/tpacpi-bat/Manifest | 1 +
15 .../tpacpi-bat/{tpacpi-bat-9999.ebuild => tpacpi-bat-3.1.ebuild} | 7 ++++---
16 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 7 ++++---
17 3 files changed, 9 insertions(+), 6 deletions(-)
18
19 diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
20 index 1b0a4d4049a..90b6bd0984e 100644
21 --- a/app-laptop/tpacpi-bat/Manifest
22 +++ b/app-laptop/tpacpi-bat/Manifest
23 @@ -1,3 +1,4 @@
24 DIST tpacpi-bat-1.1.tar.gz 17781 BLAKE2B 73e9cef77f5eb889e653dab05b3f9502795833221d007319abad0017b70dc3c60d1a2e7649f1003e9eb16da94efa185b195e42789b528b5c5b62738abaff9e3a SHA512 7b8838e6db7f98cd5bb674a99dbb880ba6574529de68d97ce704bf225ba416183971aae3c2dd623bc8750767c54a2a52cd0b525bce70640ecf0b307fdba03821
25 DIST tpacpi-bat-2.1.tar.gz 17753 BLAKE2B c470cfdb98c2873ca44dad9cb0fc31e6bc97c8832735003b707ee191c65dba3cd9c0422513b4a93aae26692a154675cb94e02d30b721d498610bf21711bcf1e6 SHA512 7ed4974d84c3f1ddc9fd5cd6d7f103a11e2f808a223692749e3ae0ec2e888b62083d577214e27634cd76e9b616a6b8d5cb5474ddb64f73972d08641051c5c6f8
26 DIST tpacpi-bat-3.0.tar.gz 18137 BLAKE2B db0db2c06d5bc78eb028cb0db2532e5500cce2370c23ab3bf1e49433b83ed2be7cfffe080e46c3699838ff00025d516dd37e071081f79c7d5d6293f4f49730d4 SHA512 2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128
27 +DIST tpacpi-bat-3.1.tar.gz 18584 BLAKE2B 5f1e890f33be4e0d176bda486d9e4363d56a7a933677eb69bedca9ec42e8af5a0e5494f8447702d33ffecda3d1d4a447a56f7aeb9480a3b855a24bce45028d38 SHA512 cdc9e0c0ded96281678199783b4c48ff85a497c90b244a7ce2276b54d7ae4bfa7eb430214bcdb6fabd7478796507b0fbe7fed4b1ab4bc4cdd7bd5ae25f943a77
28
29 diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
30 similarity index 81%
31 copy from app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
32 copy to app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
33 index c3feb204bff..6364a4ee745 100644
34 --- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
35 +++ b/app-laptop/tpacpi-bat/tpacpi-bat-3.1.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=6
42 @@ -25,9 +25,10 @@ RDEPEND="sys-power/acpi_call
43 dev-lang/perl"
44
45 src_install() {
46 - dodoc README battery_asl
47 + dodoc README.md battery_asl
48 dobin tpacpi-bat
49 newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
50 newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
51 - systemd_newunit tpacpi.service ${PN}.service
52 + systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \
53 + ${PN}.service
54 }
55
56 diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
57 index c3feb204bff..6364a4ee745 100644
58 --- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
59 +++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -25,9 +25,10 @@ RDEPEND="sys-power/acpi_call
67 dev-lang/perl"
68
69 src_install() {
70 - dodoc README battery_asl
71 + dodoc README.md battery_asl
72 dobin tpacpi-bat
73 newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
74 newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
75 - systemd_newunit tpacpi.service ${PN}.service
76 + systemd_newunit examples/systemd_fixed_threshold/tpacpi.service \
77 + ${PN}.service
78 }