Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/tpacpi-bat/
Date: Tue, 23 Aug 2016 23:51:32
Message-Id: 1471996163.9d2ea54751c1103a77abb571bc38c2d299e15084.ottxor@gentoo
1 commit: 9d2ea54751c1103a77abb571bc38c2d299e15084
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 23:49:23 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 23:49:23 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2ea547
7
8 app-laptop/tpacpi-bat: fixed live ebuild
9
10 Package-Manager: portage-2.2.28
11
12 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
16 index 1b30cbd..d08d6ea 100644
17 --- a/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
18 +++ b/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
19 @@ -7,14 +7,14 @@ EAPI=6
20 inherit systemd
21
22 if [ "${PV}" = "9999" ]; then
23 - inherit git-2
24 + inherit git-r3
25 EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git https://github.com/teleshoes/tpacpi-bat.git"
26 KEYWORDS=""
27 else
28 SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 KEYWORDS="~amd64"
30 fi
31 -DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
32 +DESCRIPTION="Control battery thresholds of recent ThinkPads, not supported by tp_smapi"
33 HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
34
35 LICENSE="GPL-3"