diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2011-06-15 16:05:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2011-06-15 16:05:51 +0000 |
commit | 31de8b283ff74b9c9ad83b88ef8be254319ccab8 (patch) | |
tree | 97a9462b296279bd9ad71b9b7fac65795dbed15a /sys-power | |
parent | Fix HOMEPAGE by David (bug #371701). (diff) | |
download | gentoo-2-31de8b283ff74b9c9ad83b88ef8be254319ccab8.tar.gz gentoo-2-31de8b283ff74b9c9ad83b88ef8be254319ccab8.tar.bz2 gentoo-2-31de8b283ff74b9c9ad83b88ef8be254319ccab8.zip |
Set USB to be the default mode since all APC products in recent times use the USB based connection exclusively. This is to make it easier for users.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog index c302d0bc451e..33256679cb4a 100644 --- a/sys-power/apcupsd/ChangeLog +++ b/sys-power/apcupsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/apcupsd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.69 2011/06/04 18:42:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.70 2011/06/15 16:05:51 cardoe Exp $ + + 15 Jun 2011; Doug Goldstein <cardoe@gentoo.org> apcupsd-3.14.8-r1.ebuild: + Set USB to be the default mode since all APC products in recent times use the + USB based connection exclusively. This is to make it easier for users. 04 Jun 2011; Diego E. Pettenò <flameeyes@gentoo.org> files/apcupsd.init.2: Wait 1.5 seconds to see if apcupsd exits diretly. diff --git a/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild b/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild index a037ef99e952..14c3eb254201 100644 --- a/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild,v 1.4 2011/05/21 08:04:09 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.14.8-r1.ebuild,v 1.5 2011/06/15 16:05:51 cardoe Exp $ EAPI=3 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" -IUSE="snmp usb cgi nls gnome kernel_linux" +IUSE="snmp +usb cgi nls gnome kernel_linux" DEPEND=" cgi? ( >=media-libs/gd-1.8.4 ) |