Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 91877

Summary: hal 0.5.1 ebuilds
Product: Gentoo Linux Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: New packagesAssignee: Project Gentopia <gentopia>
Status: RESOLVED FIXED    
Severity: normal CC: johnny, lars, rockoo
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: All   
URL: http://dev.gentoo.org/~cardoe/files/overlay/sys-apps/hal/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 91876, 91938    
Bug Blocks: 91928, 91942, 93080    
Attachments: hal-0.5.1.ebuild
files/hal-0.5.1-old_storage_policy.patch
new hal ebuild that adds haldaemon to the disk and cdrom groups
hal-0.5.1.ebuild
hal-0.5.1.ebuild

Description Doug Goldstein (RETIRED) gentoo-dev 2005-05-08 04:10:18 UTC
Here are my hal 0.5.1 ebuilds
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2005-05-08 04:10:49 UTC
Created attachment 58335 [details]
hal-0.5.1.ebuild
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2005-05-08 04:11:13 UTC
Created attachment 58336 [details, diff]
files/hal-0.5.1-old_storage_policy.patch
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-08 09:59:30 UTC
please only post patches to existing ebuilds
Comment 4 Nathaniel McCallum (RETIRED) gentoo-dev 2005-05-08 10:04:38 UTC
Created attachment 58366 [details]
new hal ebuild that adds haldaemon to the disk and cdrom groups
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2005-05-08 14:42:06 UTC
Created attachment 58400 [details]
hal-0.5.1.ebuild

Quick change to get it inline with what's in the overlay.
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2005-05-09 14:50:24 UTC
Created attachment 58519 [details]
hal-0.5.1.ebuild

Really not necessary to read all the groups that the haldaemon user is part of
and then diff them and set the ones that are missing. Just everytime usermod -G
"${HALDAEMON_GROUPS}" haldaemon and usermod does the right thing. We don't need
users adding the haldaemon to groups. If they have to do that, then it's a bug
in the ebuild and it needs to be fixed.

This simplifies the ebuild.
Comment 7 Nathaniel McCallum (RETIRED) gentoo-dev 2005-05-09 14:56:23 UTC
except that your version doesn't preserve if the user adds haldaemon to another group (say a hal developer who is messing around?).  We need to preserve user modifications.
Comment 8 Doug Goldstein (RETIRED) gentoo-dev 2005-08-18 00:21:33 UTC
Here's a happy day. One that needed to come and finally has. :)