Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powerstat/
Date: Mon, 11 Jun 2018 06:24:31
Message-Id: 1528698244.63b32daf282a2d54ff7c089fbd7462f3e0d88d30.mgorny@gentoo
1 commit: 63b32daf282a2d54ff7c089fbd7462f3e0d88d30
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Sun Jun 3 20:44:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 06:24:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b32daf
7
8 sys-power/powerstat: EAPI 7, fixed EGIT_REPO_URI and HOMEPAGE
9
10 1. Ebuild updated to EAPI 7.
11 2. Removed source mirror at launchpad.net (accessible only over git://).
12 3. Removed ${PN} from HOMEPAGE.
13
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 sys-power/powerstat/powerstat-9999.ebuild | 12 +++++-------
17 1 file changed, 5 insertions(+), 7 deletions(-)
18
19 diff --git a/sys-power/powerstat/powerstat-9999.ebuild b/sys-power/powerstat/powerstat-9999.ebuild
20 index a9c566f33fb..e2ffd11a5f6 100644
21 --- a/sys-power/powerstat/powerstat-9999.ebuild
22 +++ b/sys-power/powerstat/powerstat-9999.ebuild
23 @@ -1,16 +1,14 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30 +
31 +EGIT_REPO_URI="https://github.com/ColinIanKing/${PN}.git"
32
33 inherit git-r3 toolchain-funcs
34
35 DESCRIPTION="Laptop power measuring tool"
36 -EGIT_REPO_URI=(
37 - "git://kernel.ubuntu.com/cking/${PN}.git"
38 - "https://github.com/ColinIanKing/${PN}.git"
39 - )
40 -HOMEPAGE="https://launchpad.net/ubuntu/+source/${PN} https://github.com/ColinIanKing/${PN}"
41 +HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat https://github.com/ColinIanKing/powerstat"
42 SRC_URI=""
43
44 LICENSE="GPL-2+"