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

Bug 235360

Summary: newsbeuter-1.0 version bump
Product: Gentoo Linux Reporter: Olof Frahm <Olof.Frahm>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: enhancement CC: tove, veal
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 236506    
Attachments: the ebuild
fixed unnecessary lines
better style apparently
new ebuild
version bump

Description Olof Frahm 2008-08-21 11:40:09 UTC
Included the ebuild for it.  Bug #232838 is fixed, the dependency to stfl is set to 1.8 (because it's the newest in portage); the website says stfl-1.9 is required, yet it compiles and runs okay.
Tested on amd64 so keywords are set to ~x86 and amd64.
Hope it's okay.
Comment 1 Olof Frahm 2008-08-21 11:42:25 UTC
Created attachment 163462 [details]
the ebuild
Comment 2 Olof Frahm 2008-08-21 16:02:40 UTC
Created attachment 163500 [details]
fixed unnecessary lines
Comment 3 Olof Frahm 2008-08-21 16:09:56 UTC
Created attachment 163501 [details]
better style apparently
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2008-08-22 09:12:03 UTC
Fails with USE=-nls:

i686-pc-linux-gnu-g++ -march=pentium-m -O2 -pipe -mno-tls-direct-seg-refs -fstack-protector -Wall  -I/sw/include -I./include -I./stfl -I./filter -I. -I./xmlrss -Wall -Wextra -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"newsbeuter\"   -o src/keymap.o -c src/keymap.cpp                                      
src/keymap.cpp: In member function 'void newsbeuter::keymap::get_keymap_descriptions(std::vector<newsbeuter::keymap_desc, std::allocator<newsbeuter::keymap_desc> >&, short unsigned int)':
src/keymap.cpp:104: error: 'gettext' was not declared in this scope
make: *** [src/keymap.o] Error 1
Comment 5 Olof Frahm 2008-08-25 15:35:41 UTC
Created attachment 163762 [details]
new ebuild

hmm, doesn't happen here, it now removes that occurence of gettext if -nls is set
Comment 6 Roland Schilter 2008-09-03 09:59:54 UTC
Created attachment 164463 [details]
version bump

v1.2 was released: http://www.newsbeuter.org/download.html

same ebuild as 1.0 from Olof works for me (x86; added ~x86 keyword)
Comment 7 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-05 21:52:30 UTC
1.2 is in the tree. Must be duplicate bugs somewhere.