sys-power/powerstat: drop old ebuilds
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
Sat, 5 Oct 2019 15:59:19 +0000 (18:59 +0300)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 6 Oct 2019 17:41:48 +0000 (19:41 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/13165
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-power/powerstat/Manifest
sys-power/powerstat/powerstat-0.02.15.ebuild [deleted file]
sys-power/powerstat/powerstat-0.02.17.ebuild [deleted file]

index 55cb8213cedae8bc299e7c57ddf8803dc016e044..bb7b366314ddc53449963f0baecef27d26a86ed9 100644 (file)
@@ -1,3 +1 @@
-DIST powerstat-0.02.15.tar.gz 58529 BLAKE2B f5429392fbb6f3b42b2bef5ff3218adb8b421bae055a302b00ee26aaaf219eca561a39238150786de94f6b74110ce7df1318e784a80c1caa903a2d7758dc5625 SHA512 15fdcee2ffecf7ceb6895a9fcd74ce30708c40cdb35e5e15de2b3c0d39b63b3500862a7117b08ce0f388372aace849aa5f8343d97c2315ec19e499cb5d76e204
-DIST powerstat-0.02.17.tar.gz 58854 BLAKE2B c8459c410de2311fa409e80b2395958c9080e7b9991a9c39818fa60ad420039415b70dc891fdd293f0952f3228a9766cb237d6c98b85b7feb78c717958e83b82 SHA512 fa6ee1da5f75b0415f3e495dfd8db0ea416493c1ddb7d0a079c8136220c609207001c66dfedf624c8675b9ba12a25698e59154ae62b2647403a2447522f68f11
 DIST powerstat-0.02.18.tar.gz 59205 BLAKE2B 80230b0571b0920d68ed0148220d0b50c84dece6a24c11d866a885c63da336d5a632119a667a3348dcc8b6f62ed98a5785ad91120a3ee9d98ddd0dbb5952aaea SHA512 2634ae760d2cd68f71d315033d53bcda843b977bfe34190f792a5937a29dc4b6d220b91bd3b538be75394c8ba9b5a8d883e3d99ea8b840abf4106880da7a1404
diff --git a/sys-power/powerstat/powerstat-0.02.15.ebuild b/sys-power/powerstat/powerstat-0.02.15.ebuild
deleted file mode 100644 (file)
index 2d3546f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Laptop power measuring tool"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/${PN} https://github.com/ColinIanKing/${PN}"
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
-       emake CC=$(tc-getCC)
-}
diff --git a/sys-power/powerstat/powerstat-0.02.17.ebuild b/sys-power/powerstat/powerstat-0.02.17.ebuild
deleted file mode 100644 (file)
index 4d2dc7a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Laptop power measuring tool"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat https://github.com/ColinIanKing/powerstat"
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Don't compress manpages
-PATCHES=( "${FILESDIR}"/"${P}"-makefile.patch )
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}