Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235360 - newsbeuter-1.0 version bump
Summary: newsbeuter-1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: CVE-2008-3907
  Show dependency tree
 
Reported: 2008-08-21 11:40 UTC by Olof Frahm
Modified: 2008-09-05 21:52 UTC (History)
2 users (show)

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


Attachments
the ebuild (newsbeuter-1.0.ebuild,1.60 KB, text/plain)
2008-08-21 11:42 UTC, Olof Frahm
Details
fixed unnecessary lines (newsbeuter-1.0.ebuild,1.60 KB, text/plain)
2008-08-21 16:02 UTC, Olof Frahm
Details
better style apparently (newsbeuter-1.0.ebuild,1.59 KB, text/plain)
2008-08-21 16:09 UTC, Olof Frahm
Details
new ebuild (newsbeuter-1.0.ebuild,1.67 KB, text/plain)
2008-08-25 15:35 UTC, Olof Frahm
Details
version bump (newsbeuter-1.2.ebuild,1.68 KB, text/plain)
2008-09-03 09:59 UTC, Roland Schilter
Details

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