Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
Date: Sun, 31 Jul 2022 22:52:06
Message-Id: 1659307907.68061278e8678070eea881648f7ec8309e2dd422.soap@gentoo
1 commit: 68061278e8678070eea881648f7ec8309e2dd422
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 22:51:47 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 22:51:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68061278
7
8 app-laptop/tpacpi-bat: drop 3.0-r1
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-laptop/tpacpi-bat/Manifest | 1 -
13 app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild | 32 --------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest
17 index b09c16dcc642..b4fdf61677a6 100644
18 --- a/app-laptop/tpacpi-bat/Manifest
19 +++ b/app-laptop/tpacpi-bat/Manifest
20 @@ -1,2 +1 @@
21 -DIST tpacpi-bat-3.0.tar.gz 18137 BLAKE2B db0db2c06d5bc78eb028cb0db2532e5500cce2370c23ab3bf1e49433b83ed2be7cfffe080e46c3699838ff00025d516dd37e071081f79c7d5d6293f4f49730d4 SHA512 2beab3e5495f028b53d673a4243a2128f4ff85e19e18ac7d53663a1d62e20b271442d6c2c8f19cb41d618ddf7ebb4d9b8390f7f185f77bdca33c69bb19463128
22 DIST tpacpi-bat-3.1.tar.gz 18584 BLAKE2B 5f1e890f33be4e0d176bda486d9e4363d56a7a933677eb69bedca9ec42e8af5a0e5494f8447702d33ffecda3d1d4a447a56f7aeb9480a3b855a24bce45028d38 SHA512 cdc9e0c0ded96281678199783b4c48ff85a497c90b244a7ce2276b54d7ae4bfa7eb430214bcdb6fabd7478796507b0fbe7fed4b1ab4bc4cdd7bd5ae25f943a77
23
24 diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
25 deleted file mode 100644
26 index 0751d72324c5..000000000000
27 --- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit systemd
36 -
37 -if [ "${PV}" = "9999" ]; then
38 - inherit git-r3
39 - EGIT_REPO_URI="https://github.com/teleshoes/tpacpi-bat.git"
40 -else
41 - SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 - KEYWORDS="~amd64"
43 -fi
44 -DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
45 -HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND="sys-power/acpi_call
53 - dev-lang/perl"
54 -
55 -src_install() {
56 - dodoc README battery_asl
57 - dobin tpacpi-bat
58 - newinitd "${FILESDIR}"/${PN}.initd.2 ${PN}
59 - newconfd "${FILESDIR}"/${PN}.confd.1 ${PN}
60 - systemd_newunit tpacpi.service ${PN}.service
61 -}