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
-# 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+"