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

Bug 7768

Summary: [REQUEST] Ebuild for wmweather+
Product: Gentoo Linux Reporter: Manolis Tzanidakis <mtzanidakis>
Component: Current packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: wmweather+ ebuild

Description Manolis Tzanidakis 2002-09-10 15:53:09 UTC
Is it possible for someone to make an ebuild for wmweather+ ? 

URL : http://sourceforge.net/projects/wmweatherplus
Current Version : 1.10

{I installed manually on my gentoo-1.2 and works ok but had to modify some
header file locations for libwww}
Comment 1 Eric Sorton 2002-10-11 23:21:47 UTC
Created attachment 4618 [details]
wmweather+ ebuild

I was unable to find the requested ebuild.  Since I found myself in need of the
ebuild, I took the liberty to create it myself.  I hope it proves useful.
Comment 2 Haroon Rafique 2002-10-15 08:53:33 UTC
Upgrading to libwww-5.4.0-r1 fixes the header file location problem as mentioned
by mtzanidakis@freemail.gr.

With libwww-5.4.0, "libwww-config --cflags" would print:
-I/usr/local/include -I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H

With libwww-5.4.0-r1, "libwww-config --cflags" now prints:
-I/usr/include -I/usr/include/w3c-libwww -DHAVE_CONFIG_H

which is correct and used by wmweather+ to compile without any problems. So the
ebuild should probably be modified to include 5.4.0-r1 as a dependency.
Comment 3 Nick Hadaway 2002-11-02 15:10:30 UTC
I have added wmweather+-2.1 to portage.  Thanks for the ebuild suggestion!