Summary: | dev-libs/elfutils-0.140 (version bump) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Conrad Kostecki <conikost> |
Component: | New packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | arfrever, gabriel, luckyluke, pva |
Priority: | High | ||
Version: | 2007.0 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://fedorahosted.org/releases/e/l/elfutils/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 221381, 225273, 226349 | ||
Attachments: | elfutils-0.140.ebuild.patch |
Description
Conrad Kostecki
![]() 0.135 and 0.137 are out too: https://fedorahosted.org/releases/e/l/elfutils/ (In reply to comment #1) > 0.135 and 0.137 are out too: https://fedorahosted.org/releases/e/l/elfutils/ > right now we have another version 0.138 elfutils-0.138.tar.bz2 31-Dec-2008 22:01 1.4M tar archive dev-libs/elfutils-0.139 was released on 2009-01-23. Created attachment 183908 [details, diff] elfutils-0.140.ebuild.patch @toolchain could you approve this patch? Together with version bump up to elfutils-0.140.ebuild it changes the following: 1. Drop ${PN}-0.131-gnu-inline.patch (bug 204610) as it's not required any more. 2. Drop sed -i 's:\<off64_t\>:__off64_t:g' libelf/libelf.h (bug 204502) as there is no occurrence of off64_t libelf.h. 3. Drop --enable-shared - not exists any more. 4. Do not build tests as requested in bug 226349 5. Added nls USE flag as requested in bug 225273 6. Added bzip2 and zlib USE flags as they are optional dependencies 7. Updated versions in DEPEND to match elfutils.spec (also added m4 in DEPEND) 8. Added flex DEPEND as requested in bug 221381 9. Removed autoconf from DEPEND since it's not used Do you agree with above changes? Ebuild was tested with different USE flags combinations and passes tests on x86. drop the '|| die' on the dodoc and feel free to commit Thank you Mike for review. Although I don't understand why || die makes any harm, I've dropped it. New version was added to the tree. This bug is fixed. |