diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-09-21 00:49:05 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-09-21 00:49:05 +0000 |
commit | 8f7b921534be901a57d25b5dc023e5ba911ec5e6 (patch) | |
tree | e144ddb782887a986874a5d5a4268aa9723ac541 /app-laptop/tpacpi-bat | |
parent | Depend on new enough gettext to pass autoreconf. Fixes bug#478826. (diff) | |
download | gentoo-2-8f7b921534be901a57d25b5dc023e5ba911ec5e6.tar.gz gentoo-2-8f7b921534be901a57d25b5dc023e5ba911ec5e6.tar.bz2 gentoo-2-8f7b921534be901a57d25b5dc023e5ba911ec5e6.zip |
fixed TPACPI_BAT_HIGH_THRESH_STOP (bug #485526, thx to Michael)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-laptop/tpacpi-bat')
-rw-r--r-- | app-laptop/tpacpi-bat/ChangeLog | 10 | ||||
-rw-r--r-- | app-laptop/tpacpi-bat/files/tpacpi-bat.confd.0 | 2 | ||||
-rw-r--r-- | app-laptop/tpacpi-bat/tpacpi-bat-1.0-r1.ebuild (renamed from app-laptop/tpacpi-bat/tpacpi-bat-1.0.ebuild) | 2 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-laptop/tpacpi-bat/ChangeLog b/app-laptop/tpacpi-bat/ChangeLog index eae7478fd3a5..b63aa7b75838 100644 --- a/app-laptop/tpacpi-bat/ChangeLog +++ b/app-laptop/tpacpi-bat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-laptop/tpacpi-bat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog,v 1.2 2012/12/20 04:58:41 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/ChangeLog,v 1.3 2013/09/21 00:49:05 ottxor Exp $ + +*tpacpi-bat-1.0-r1 (21 Sep 2013) + + 21 Sep 2013; Christoph Junghans <ottxor@gentoo.org> +tpacpi-bat-1.0-r1.ebuild, + -tpacpi-bat-1.0.ebuild, files/tpacpi-bat.confd.0: + fixed TPACPI_BAT_HIGH_THRESH_STOP (bug #485526, thx to Michael) *tpacpi-bat-1.0 (20 Dec 2012) diff --git a/app-laptop/tpacpi-bat/files/tpacpi-bat.confd.0 b/app-laptop/tpacpi-bat/files/tpacpi-bat.confd.0 index c33ec00794a7..94da0a3eb12a 100644 --- a/app-laptop/tpacpi-bat/files/tpacpi-bat.confd.0 +++ b/app-laptop/tpacpi-bat/files/tpacpi-bat.confd.0 @@ -12,4 +12,4 @@ TPACPI_BAT_LOW_THRESH_STOP="${TPACPI_BAT_THRESH_STOP}" # values to be used for '/etc/init.d/tpacpi-bat high' TPACPI_BAT_HIGH_THRESH_START="95" -TPACPI_BAT_HIGH_THRESH_STOP="100" +TPACPI_BAT_HIGH_THRESH_STOP="99" #see bug #485526 diff --git a/app-laptop/tpacpi-bat/tpacpi-bat-1.0.ebuild b/app-laptop/tpacpi-bat/tpacpi-bat-1.0-r1.ebuild index bfa8a82e727d..3499aaa85f4f 100644 --- a/app-laptop/tpacpi-bat/tpacpi-bat-1.0.ebuild +++ b/app-laptop/tpacpi-bat/tpacpi-bat-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-1.0.ebuild,v 1.2 2013/01/11 22:39:50 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpacpi-bat/tpacpi-bat-1.0-r1.ebuild,v 1.1 2013/09/21 00:49:05 ottxor Exp $ EAPI=5 |