From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E13BA138335 for ; Mon, 11 Jun 2018 06:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03B06E0905; Mon, 11 Jun 2018 06:24:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 979A3E0905 for ; Mon, 11 Jun 2018 06:24:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDD17335C93 for ; Mon, 11 Jun 2018 06:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36322AA for ; Mon, 11 Jun 2018 06:24:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528698244.63b32daf282a2d54ff7c089fbd7462f3e0d88d30.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powerstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powerstat/powerstat-9999.ebuild X-VCS-Directories: sys-power/powerstat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 63b32daf282a2d54ff7c089fbd7462f3e0d88d30 X-VCS-Branch: master Date: Mon, 11 Jun 2018 06:24:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6912d38e-8a8a-4e4a-8ebe-e3811480cbed X-Archives-Hash: b33002f1a3662b8126be67beb3e4d7ee commit: 63b32daf282a2d54ff7c089fbd7462f3e0d88d30 Author: Vladimir Pavljuchenkov (SpiderX) spiderx dp ua> AuthorDate: Sun Jun 3 20:44:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 11 06:24:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b32daf 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 sys-power/powerstat/powerstat-9999.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sys-power/powerstat/powerstat-9999.ebuild b/sys-power/powerstat/powerstat-9999.ebuild index a9c566f33fb..e2ffd11a5f6 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+"