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

Bug 84730

Summary: net-dns/ldapdns ebuild cleanup
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Aaron Walker (RETIRED) <ka0ttic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch over current ebuild

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.