Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91877 - hal 0.5.1 ebuilds
Summary: hal 0.5.1 ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Project Gentopia
URL: http://dev.gentoo.org/~cardoe/files/o...
Whiteboard:
Keywords: InVCS
Depends on: 91876 91938
Blocks: 91928 91942 93080
  Show dependency tree
 
Reported: 2005-05-08 04:10 UTC by Doug Goldstein (RETIRED)
Modified: 2005-08-18 00:21 UTC (History)
3 users (show)

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


Attachments
hal-0.5.1.ebuild (hal-0.5.1.ebuild,2.83 KB, text/plain)
2005-05-08 04:10 UTC, Doug Goldstein (RETIRED)
Details
files/hal-0.5.1-old_storage_policy.patch (hal-0.5.1-old_storage_policy.patch,856 bytes, patch)
2005-05-08 04:11 UTC, Doug Goldstein (RETIRED)
Details | Diff
new hal ebuild that adds haldaemon to the disk and cdrom groups (hal-0.5.1.ebuild,3.99 KB, text/plain)
2005-05-08 10:04 UTC, Nathaniel McCallum (RETIRED)
Details
hal-0.5.1.ebuild (hal-0.5.1.ebuild,4.18 KB, text/plain)
2005-05-08 14:42 UTC, Doug Goldstein (RETIRED)
Details
hal-0.5.1.ebuild (hal-0.5.1.ebuild,3.18 KB, text/plain)
2005-05-09 14:50 UTC, Doug Goldstein (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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. :)