Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402503 - net-nds/tac_plus-4.0.4.19-r2 ebuild improvements
Summary: net-nds/tac_plus-4.0.4.19-r2 ebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 13:00 UTC by Agostino Sarubbo
Modified: 2012-02-07 14:24 UTC (History)
0 users

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


Attachments

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