Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/tpacpi-bat: tpacpi-bat-9999.ebuild tpacpi-bat-1.1.ebuild ChangeLog
Date: Mon, 04 Nov 2013 18:54:15
Message-Id: 20131104185409.6F9922004B@flycatcher.gentoo.org
1 ottxor 13/11/04 18:54:09
2
3 Modified: tpacpi-bat-9999.ebuild ChangeLog
4 Added: tpacpi-bat-1.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.5 app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild?r1=1.4&r2=1.5
16
17 Index: tpacpi-bat-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- tpacpi-bat-9999.ebuild 4 Nov 2013 04:05:31 -0000 1.4
24 +++ tpacpi-bat-9999.ebuild 4 Nov 2013 18:54:09 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild,v 1.4 2013/11/04 04:05:31 ottxor Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-9999.ebuild,v 1.5 2013/11/04 18:54:09 ottxor Exp $
30
31 EAPI=5
32
33 @@ -8,11 +8,10 @@
34
35 if [ "${PV}" = "9999" ]; then
36 inherit git-2
37 - EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git"
38 + EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git http://github.com/teleshoes/tpacpi-bat.git"
39 KEYWORDS=""
40 else
41 - inherit vcs-snapshot
42 - SRC_URI="mirror://github/teleshoes/tpacpi-bat/tarball/v${PV} -> ${P}.tar.gz"
43 + SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 KEYWORDS="~amd64"
45 fi
46 DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
47 @@ -32,5 +31,4 @@
48 newinitd "${FILESDIR}"/${PN}.initd.1 ${PN}
49 newconfd "${FILESDIR}"/${PN}.confd.0 ${PN}
50 systemd_newunit tpacpi.service ${PN}.service
51 -
52 }
53
54
55
56 1.5 app-laptop/tpacpi-bat/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog?rev=1.5&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog?rev=1.5&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog?r1=1.4&r2=1.5
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog,v
65 retrieving revision 1.4
66 retrieving revision 1.5
67 diff -u -r1.4 -r1.5
68 --- ChangeLog 4 Nov 2013 04:05:31 -0000 1.4
69 +++ ChangeLog 4 Nov 2013 18:54:09 -0000 1.5
70 @@ -1,6 +1,12 @@
71 # ChangeLog for app-laptop/tpacpi-bat
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog,v 1.4 2013/11/04 04:05:31 ottxor Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog,v 1.5 2013/11/04 18:54:09 ottxor Exp $
75 +
76 +*tpacpi-bat-1.1 (04 Nov 2013)
77 +
78 + 04 Nov 2013; Christoph Junghans <ottxor@g.o> +tpacpi-bat-1.1.ebuild,
79 + tpacpi-bat-9999.ebuild:
80 + version bump
81
82 04 Nov 2013; Christoph Junghans <ottxor@g.o> +files/tpacpi-bat.initd.1,
83 tpacpi-bat-9999.ebuild:
84
85
86
87 1.1 app-laptop/tpacpi-bat/tpacpi-bat-1.1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-1.1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-1.1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: tpacpi-bat-1.1.ebuild
93 ===================================================================
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-1.1.ebuild,v 1.1 2013/11/04 18:54:09 ottxor Exp $
97
98 EAPI=5
99
100 inherit eutils systemd
101
102 if [ "${PV}" = "9999" ]; then
103 inherit git-2
104 EGIT_REPO_URI="git://github.com/teleshoes/tpacpi-bat.git http://github.com/teleshoes/tpacpi-bat.git"
105 KEYWORDS=""
106 else
107 SRC_URI="https://github.com/teleshoes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
108 KEYWORDS="~amd64"
109 fi
110 DESCRIPTION="Control battery thresholds of recent ThinkPads, which are not supported by tp_smapi"
111 HOMEPAGE="https://github.com/teleshoes/tpacpi-bat"
112
113 LICENSE="GPL-3"
114 SLOT="0"
115 IUSE=""
116
117 DEPEND=""
118 RDEPEND="sys-power/acpi_call
119 dev-lang/perl"
120
121 src_install() {
122 dodoc README battery_asl
123 dobin tpacpi-bat
124 newinitd "${FILESDIR}"/${PN}.initd.1 ${PN}
125 newconfd "${FILESDIR}"/${PN}.confd.0 ${PN}
126 systemd_newunit tpacpi.service ${PN}.service
127 }