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 997DB138330 for ; Tue, 23 Aug 2016 23:51:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B92721C012; Tue, 23 Aug 2016 23:51:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10AA021C012 for ; Tue, 23 Aug 2016 23:51:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7633033BEE9 for ; Tue, 23 Aug 2016 23:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41FC7D8 for ; Tue, 23 Aug 2016 23:51:26 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1471996163.9d2ea54751c1103a77abb571bc38c2d299e15084.ottxor@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild X-VCS-Directories: app-laptop/tpacpi-bat/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9d2ea54751c1103a77abb571bc38c2d299e15084 X-VCS-Branch: master Date: Tue, 23 Aug 2016 23:51:26 +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: 9aa01b4c-c52a-4a36-8ece-6b0d7b6dbb62 X-Archives-Hash: 03b85297769f6d6dcbef42ae16c89218 commit: 9d2ea54751c1103a77abb571bc38c2d299e15084 Author: Christoph Junghans gentoo org> AuthorDate: Tue Aug 23 23:49:23 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Aug 23 23:49:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ea547 app-laptop/tpacpi-bat: fixed live ebuild Package-Manager: portage-2.2.28 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild index 1b30cbd..d08d6ea 100644 --- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild +++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild @@ -7,14 +7,14 @@ EAPI=6 inherit systemd if [ "${PV}" = "9999" ]; then - inherit git-2 + inherit git-r3 EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git" KEYWORDS="" else SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi -DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi" +DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi" HOMEPAGE="https://github.com/teleshoes/tpacpi-bat" LICENSE="GPL-3"