Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377543 - app-i18n/enca Please provide to add static-libs USE
Summary: app-i18n/enca Please provide to add static-libs USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Maxim Koltsov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-03 11:05 UTC by Agostino Sarubbo
Modified: 2011-10-04 15:56 UTC (History)
2 users (show)

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


Attachments
fix *.a (enca-1.13-r1.ebuild,1.03 KB, text/plain)
2011-10-03 16:21 UTC, Stas
Details
ebuild.patch (diff,844 bytes, patch)
2011-10-03 16:34 UTC, Agostino Sarubbo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-08-03 11:05:37 UTC
This package installs also static libs ".a" please provide do add relative
USE. TIA

/usr/lib/libenca.a
/usr/lib/libenca.so.0.5.1
/usr/lib/pkgconfig/enca.pc
/usr/lib/libenca.la
/usr/lib/libenca.so
/usr/lib/libenca.so.0

Please remove also .la if is not needed.
Comment 1 Stas 2011-10-03 16:21:21 UTC
Created attachment 288689 [details]
fix *.a

i remove *.a file)))
Comment 2 Agostino Sarubbo gentoo-dev 2011-10-03 16:34:53 UTC
Created attachment 288691 [details, diff]
ebuild.patch

Eapi bump, disable static, drop .la

Works for me.
Comment 3 Agostino Sarubbo gentoo-dev 2011-10-03 16:36:08 UTC
@Proxy-maint

Please review and bump. TIA
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2011-10-03 17:09:02 UTC
We ( proxy-maint ) are not going to apply the package unless a user wants to proxy maintain this package.
Comment 5 Maxim Koltsov (RETIRED) gentoo-dev 2011-10-03 18:11:33 UTC
Markos, there is an user, so CC'ing proxy-maint back.
Stas, several hints:
1) Do not attach patches, attach new ebuild with description of changes
2) Use autotools-utils.eclass, 'remove_libtool_files' function instead of find & rm.
In other ways, patch looks ok, i'll apply it tomorrow.
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2011-10-03 18:16:03 UTC
(In reply to comment #5)
> Markos, there is an user, so CC'ing proxy-maint back.
> Stas, several hints:
> 1) Do not attach patches, attach new ebuild with description of changes
> 2) Use autotools-utils.eclass, 'remove_libtool_files' function instead of find
> & rm.
> In other ways, patch looks ok, i'll apply it tomorrow.

There is a user yes but he did not express any interest in proxy maintain the package. If you want to talk to him and help him maintain it that is fine with me ( as far as the proxy-maint project is concerned ;) )
Comment 7 Maxim Koltsov (RETIRED) gentoo-dev 2011-10-03 18:24:14 UTC
We had a conversation in russian by email, so he will be proxy-maintainer.
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2011-10-03 18:31:29 UTC
Well obviously there was no way for me to know that :) So next time just write a short comment so the rest of the team is well informed ;)
Comment 9 Maxim Koltsov (RETIRED) gentoo-dev 2011-10-03 18:54:28 UTC
Ok, sorry for don't letting you know :)
Comment 10 Peter Volkov (RETIRED) gentoo-dev 2011-10-04 07:09:22 UTC
(In reply to comment #5)
> 1) Do not attach patches, attach new ebuild with description of changes

Just a quick comment, that generally (personally) in Gentoo we prefer patches. But since Maxim is proxy-commiter that's up to you, guys )
Comment 11 Maxim Koltsov (RETIRED) gentoo-dev 2011-10-04 15:56:31 UTC
Fixed in new revision, thanks Agostino & Stas.