summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-06-03 23:44:33 +0300
committerMichał Górny <mgorny@gentoo.org>2018-06-11 08:24:04 +0200
commit63b32daf282a2d54ff7c089fbd7462f3e0d88d30 (patch)
tree983b4d8b15a088b188c3a3b163611a0bb0e0b52d /sys-power/powerstat
parentdev-libs/libgit2: Bump to 0.27.2 (diff)
downloadgentoo-63b32daf282a2d54ff7c089fbd7462f3e0d88d30.tar.gz
gentoo-63b32daf282a2d54ff7c089fbd7462f3e0d88d30.tar.bz2
gentoo-63b32daf282a2d54ff7c089fbd7462f3e0d88d30.zip
sys-power/powerstat: EAPI 7, fixed EGIT_REPO_URI and HOMEPAGE
1. Ebuild updated to EAPI 7. 2. Removed source mirror at launchpad.net (accessible only over git://). 3. Removed ${PN} from HOMEPAGE. Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-power/powerstat')
-rw-r--r--sys-power/powerstat/powerstat-9999.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/sys-power/powerstat/powerstat-9999.ebuild b/sys-power/powerstat/powerstat-9999.ebuild
index a9c566f33fbd..e2ffd11a5f6a 100644
--- a/sys-power/powerstat/powerstat-9999.ebuild
+++ b/sys-power/powerstat/powerstat-9999.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/ColinIanKing/${PN}.git"
inherit git-r3 toolchain-funcs
DESCRIPTION="Laptop power measuring tool"
-EGIT_REPO_URI=(
- "git://kernel.ubuntu.com/cking/${PN}.git"
- "https://github.com/ColinIanKing/${PN}.git"
- )
-HOMEPAGE="https://launchpad.net/ubuntu/+source/${PN} https://github.com/ColinIanKing/${PN}"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat https://github.com/ColinIanKing/powerstat"
SRC_URI=""
LICENSE="GPL-2+"