1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
# ChangeLog for app-laptop/batti
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/ChangeLog,v 1.25 2014/12/27 12:37:28 mgorny Exp $
*batti-0.3.8-r3 (27 Dec 2014)
27 Dec 2014; Michał Górny <mgorny@gentoo.org> +batti-0.3.8-r3.ebuild:
Convert to distutils-r1.
01 Sep 2014; Michał Górny <mgorny@gentoo.org> batti-0.3.8-r2.ebuild:
Remove := subslot operator from || () block since it is meaningless and
broken.
19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> -batti-0.3.8-r1.ebuild:
old
19 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> batti-0.3.8-r2.ebuild:
amd64/x86 stable
*batti-0.3.8-r2 (31 May 2014)
31 May 2014; Pacho Ramos <pacho@gentoo.org> +batti-0.3.8-r2.ebuild,
+files/batti-0.3.8-upower-0.99.patch:
Add it back as I just got another mail from him telling it wasn't really
breaking it ;)
31 May 2014; Pacho Ramos <pacho@gentoo.org> -batti-0.3.8-r2.ebuild,
-files/batti-0.3.8-upower-0.99.patch, batti-0.3.8-r1.ebuild:
Revert as ssuominen reported breakage with upower-pm-utils. This is only
compatible with old upower then
*batti-0.3.8-r2 (31 May 2014)
31 May 2014; Pacho Ramos <pacho@gentoo.org> +batti-0.3.8-r2.ebuild,
+files/batti-0.3.8-upower-0.99.patch:
Use patch from ArchLinux to support upower-0.99 (x11-misc/cbatticon is another
alternative to this package that has dead upstream since 2011)
09 Feb 2013; Christian Ruppert <idl0r@gentoo.org> batti-0.3.8-r1.ebuild:
Fix Icon dependency
02 Mar 2012; Naohiro Aota <naota@gentoo.org> metadata.xml:
Take maintainership
04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> batti-0.3.8-r1.ebuild:
Add missing dependency to hicolor-icon-theme. Use virtual/freedesktop-icon-
theme instead of listing each theme separately. Bug #392429 thanks to
prometheanfire@gentoo.org
17 May 2011; Markos Chandras <hwoarang@gentoo.org> -batti-0.3.7.ebuild:
remove old
13 Apr 2011; Markus Meier <maekke@gentoo.org> batti-0.3.8-r1.ebuild:
x86 stable, bug #358575
13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> batti-0.3.8-r1.ebuild:
Stable on amd64 wrt bug #358575
*batti-0.3.8-r1 (16 Jan 2011)
16 Jan 2011; Markos Chandras <hwoarang@gentoo.org> -batti-0.3.8.ebuild,
+batti-0.3.8-r1.ebuild:
Add dependency to external icons themes (though few might be missing ).
Thanks to Arthur Spitzer
*batti-0.3.8 (15 Jan 2011)
15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> +batti-0.3.8.ebuild:
Version bump
28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> batti-0.3.7.ebuild:
Remove sys-apps/devicekit-power from dependencies. Use sys-power/upower.
02 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -batti-0.3.4.ebuild:
Remove old ebuilds
29 Jun 2010; Christian Faulhammer <fauli@gentoo.org> batti-0.3.7.ebuild:
stable x86, bug 325715
27 Jun 2010; Christoph Mende <angelos@gentoo.org> batti-0.3.7.ebuild:
Stable on amd64 wrt bug #325715
*batti-0.3.7 (22 May 2010)
22 May 2010; Markos Chandras <hwoarang@gentoo.org> +batti-0.3.7.ebuild,
metadata.xml:
Version bump. Taking maintainership, refactor upower dependency thanks to
Samuli
16 Apr 2010; Christian Ruppert <idl0r@gentoo.org> batti-0.3.4.ebuild:
Fix typo with SUPPORT_PYTHON_ABIS. Remove pkg_setup/src_prepare, distutils
converts shebangs internally.
*batti-0.3.4 (16 Apr 2010)
16 Apr 2010; Christian Ruppert <idl0r@gentoo.org> -batti-0.3.1.ebuild,
+batti-0.3.4.ebuild:
Version bump. Remove dev-python/python-distutils-extra dependency, fixes
bug 315551. Add support for multiple python installations.
13 Apr 2010; Christian Ruppert <idl0r@gentoo.org> batti-0.3.1.ebuild:
Remove ewarn to tell the user he has to be in the messagebus group. Depend
on sys-power/upower or sys-apps/devicekit-power.
13 Apr 2010; Christian Ruppert <idl0r@gentoo.org> batti-0.3.1.ebuild:
Add a warning to let the user know he has to be in the messagebus group.
Fix pygtk dependency.
*batti-0.3.1 (12 Apr 2010)
12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +batti-0.3.1.ebuild:
Initial commit wrt #314797 by Arthur Spitzer.
|