Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84730 - net-dns/ldapdns ebuild cleanup
Summary: net-dns/ldapdns ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Aaron Walker (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 03:40 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-04-13 14:42 UTC (History)
0 users

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


Attachments
Patch over current ebuild (ldapdns-2.05.patch,891 bytes, patch)
2005-03-10 03:41 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-10 03:40:49 UTC
The attached patch applied over current ebuild clean a little bit up ldapdns ebuild:

- it removes groupadd/useradd calls replacing them with enewgroup/enewuser
- it changes ./configure --prefix=/usr with econf

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-10 03:41:22 UTC
Created attachment 53065 [details, diff]
Patch over current ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-10 05:02:34 UTC
oops
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-10 05:03:11 UTC
err...
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-13 06:35:33 UTC
This one too :)
Comment 5 Aaron Walker (RETIRED) gentoo-dev 2005-04-13 10:46:02 UTC
Diego, if I'm going to do this for you again, please make sure you test your stuff.  Looks like this package has a weird homegrown configure; it doesn't like it if anything besides --prefix or --help is specified, so we cannot use econf.

I've applied the enewgroup/enewuser changes. Thanks.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-13 14:42:34 UTC
Sorry I really though of having tested it.. I probably have tested only the enewuser change and forgot to rebuild with the other change.