diff options
-rw-r--r-- | app-laptop/tpacpi-bat/Manifest | 2 | ||||
-rw-r--r-- | app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild | 33 | ||||
-rw-r--r-- | app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild | 33 | ||||
-rw-r--r-- | app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild | 33 |
4 files changed, 0 insertions, 101 deletions
diff --git a/app-laptop/tpacpi-bat/Manifest b/app-laptop/tpacpi-bat/Manifest index 90b6bd0984e4..b09c16dcc642 100644 --- a/app-laptop/tpacpi-bat/Manifest +++ b/app-laptop/tpacpi-bat/Manifest @@ -1,4 +1,2 @@ -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-1.1-r1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild deleted file mode 100644 index e23197335543..000000000000 --- a/app-laptop/tpacpi-bat/tpacpi-bat-1.1-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils systemd - -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="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, 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 -} diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild deleted file mode 100644 index e23197335543..000000000000 --- a/app-laptop/tpacpi-bat/tpacpi-bat-2.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils systemd - -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="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, 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 -} diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild deleted file mode 100644 index e23197335543..000000000000 --- a/app-laptop/tpacpi-bat/tpacpi-bat-3.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils systemd - -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="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, 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 -} |