sys-power/powerstat: version bump to 0.02.17 (EAPI 7)
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
Sun, 3 Jun 2018 20:46:04 +0000 (23:46 +0300)
committerMichał Górny <mgorny@gentoo.org>
Mon, 11 Jun 2018 06:24:09 +0000 (08:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-power/powerstat/Manifest
sys-power/powerstat/powerstat-0.02.17.ebuild [new file with mode: 0644]

index 4007d77d8bd1914b331f4fed928079c8a7aed1f7..71af7d4cbf299a91d680e9465a652c71d182ea60 100644 (file)
@@ -1 +1,2 @@
 DIST powerstat-0.02.15.tar.gz 58529 BLAKE2B f5429392fbb6f3b42b2bef5ff3218adb8b421bae055a302b00ee26aaaf219eca561a39238150786de94f6b74110ce7df1318e784a80c1caa903a2d7758dc5625 SHA512 15fdcee2ffecf7ceb6895a9fcd74ce30708c40cdb35e5e15de2b3c0d39b63b3500862a7117b08ce0f388372aace849aa5f8343d97c2315ec19e499cb5d76e204
+DIST powerstat-0.02.17.tar.gz 58854 BLAKE2B c8459c410de2311fa409e80b2395958c9080e7b9991a9c39818fa60ad420039415b70dc891fdd293f0952f3228a9766cb237d6c98b85b7feb78c717958e83b82 SHA512 fa6ee1da5f75b0415f3e495dfd8db0ea416493c1ddb7d0a079c8136220c609207001c66dfedf624c8675b9ba12a25698e59154ae62b2647403a2447522f68f11
diff --git a/sys-power/powerstat/powerstat-0.02.17.ebuild b/sys-power/powerstat/powerstat-0.02.17.ebuild
new file mode 100644 (file)
index 0000000..0c1e4dc
--- /dev/null
@@ -0,0 +1,19 @@
+# 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=""
+
+src_compile() {
+       emake CC="$(tc-getCC)"
+}