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

Bug 402503

Summary: net-nds/tac_plus-4.0.4.19-r2 ebuild improvements
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Tony Vroon (RETIRED) <chainsaw>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2012-02-07 13:00:36 UTC
Please:

Remove unneeded .la file: usr/lib64/libtacacs.la

Add pam to RDEPEND

Remove -g From cflags
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2012-02-07 14:11:27 UTC
(In reply to comment #0)
> Remove unneeded .la file: usr/lib64/libtacacs.la

Will do, added:
use static-libs || find "${D}" -name '*.la' -delete || die "Unable to remove spurious libtool archive"

> Add pam to RDEPEND
Agreed, that is the easiest solution, have done so.

> Remove -g From cflags
This is a natural consequence of you setting USE=debug. If you do not want -g in CFLAGS, do not set that.
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2012-02-07 14:24:26 UTC
+*tac_plus-4.0.4.19-r3 (07 Feb 2012)
+
+  07 Feb 2012; Tony Vroon <chainsaw@gentoo.org> +tac_plus-4.0.4.19-r3.ebuild,
+  +files/tac_plus.init2:
+  Revision bump. Add sys-libs/pam to RDEPEND and remove spurious libtool
+  archive when static-libs is not enabled. Stop specifying deprecated opts
+  variable in init script. Closes bugs #402503 & #402505 by Agostino "ago"
+  Sarubbo.