Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184595 - sys-power/nut version bump to 2.2.0
Summary: sys-power/nut version bump to 2.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Robin Johnson
URL: http://lists.alioth.debian.org/piperm...
Whiteboard:
Keywords:
Depends on:
Blocks: 195165
  Show dependency tree
 
Reported: 2007-07-08 11:12 UTC by Wolfram Schlich (RETIRED)
Modified: 2007-10-09 13:03 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
nut-2.2.0.ebuild (nut-2.2.0.ebuild,4.75 KB, text/plain)
2007-07-21 16:58 UTC, Jimmy.Jazz
Details
same patches as for the older version (nut-patches.tar.bz2,1.31 KB, application/octet-stream)
2007-07-21 17:03 UTC, Jimmy.Jazz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schlich (RETIRED) gentoo-dev 2007-07-08 11:12:23 UTC
Current version in portage is 2.0.5
Comment 1 Jimmy.Jazz 2007-07-21 16:58:05 UTC
Created attachment 125563 [details]
nut-2.2.0.ebuild
Comment 2 Jimmy.Jazz 2007-07-21 17:01:44 UTC
Hello,

you can now use nut with hal. One restriction, use NUT_DRIVERS to declare hald addons otherwise they won't be created.

Example for usbhid-ups driver:

NUT_DRIVERS="usbhid-ups,hald-addon-usbhid-ups"

Enjoy

Jj
Comment 3 Jimmy.Jazz 2007-07-21 17:03:56 UTC
Created attachment 125566 [details]
same patches as for the older version
Comment 4 Kjell Claesson 2007-07-31 07:45:43 UTC
(In reply to comment #2)
> Hello,
> 
> you can now use nut with hal. One restriction, use NUT_DRIVERS to declare hald
> addons otherwise they won't be created.
> 
> Example for usbhid-ups driver:
> 
> NUT_DRIVERS="usbhid-ups,hald-addon-usbhid-ups"
> 
> Enjoy
> 
> Jj
> 

Hi Jimmy,

I would like a small change in the ebuild.

'
		doins drivers/hald-addon-*
	    rm ${D}/lib/nut/hald-addon-usbhid-ups 
	fi
'
changed to:

'
		doins drivers/hald-addon-*
	    rm ${D}/lib/nut/hald-addon-* 
	fi
'
as there are more hald drivers then usbhid.

Then it should be a message about the conflict between the hald system
and the upsmon. As you don't need to start the upsdriver, deamon or upsmon
to use the hal system.

Regards
Kjell
(nut developer(bcmxcp))
Comment 5 Wolfram Schlich (RETIRED) gentoo-dev 2007-10-03 09:11:08 UTC
Robin? Any schedule on this? :-)
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-10-09 00:51:06 UTC
in CVS now.
Comment 7 Wolfram Schlich (RETIRED) gentoo-dev 2007-10-09 13:03:38 UTC
Thanks Robin! :-)