summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-08-01 00:51:47 +0200
committerDavid Seifert <soap@gentoo.org>2022-08-01 00:51:47 +0200
commit68061278e8678070eea881648f7ec8309e2dd422 (patch)
tree72a3589057e6c748be7e96dfc06a14b0d23d0329 /app-laptop
parentapp-laptop/mbpfan: sync live ebuild (diff)
downloadgentoo-68061278e8678070eea881648f7ec8309e2dd422.tar.gz
gentoo-68061278e8678070eea881648f7ec8309e2dd422.tar.bz2
gentoo-68061278e8678070eea881648f7ec8309e2dd422.zip
app-laptop/tpacpi-bat: drop 3.0-r1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/tpacpi-bat/Manifest1
-rw-r--r--app-laptop/tpacpi-bat/tpacpi-bat-3.0-r1.ebuild32
2 files changed, 0 insertions, 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
-}