diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 05:14:58 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 05:14:58 +0000 |
commit | 190de3cd3ac7263b4d59c0fd70a339ac075d14f5 (patch) | |
tree | c95713e6097c6372ee18d361f3804690c8c32310 /x11-plugins/gkrellweather | |
parent | Removed nonexistant sample config (diff) | |
download | historical-190de3cd3ac7263b4d59c0fd70a339ac075d14f5.tar.gz historical-190de3cd3ac7263b4d59c0fd70a339ac075d14f5.tar.bz2 historical-190de3cd3ac7263b4d59c0fd70a339ac075d14f5.zip |
changed DEPEND to gkrellm-1.2*
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild index 44d4257852f4..21d8e2eb83d2 100644 --- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild @@ -8,24 +8,22 @@ DESCRIPTION="GKrellM Plugin that monitors a METAR station and displays weather info" SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${P}.tar.gz" HOMEPAGE="http://www.cse.unsw.edu.au/~flam/programs/gkrellweather.html" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" -DEPEND=">=app-admin/gkrellm-1.2.9 +DEPEND=">=app-admin/gkrellm-1.2* >=net-misc/wget-1.5.3" RDEPEND="${DEPEND} >=sys-devel/perl-5.6.1" src_compile() { - emake || die - } src_install () { - exeinto /usr/share/gkrellm doexe GrabWeather diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild index 97fdaa64c500..224df56c894e 100644 --- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild @@ -15,7 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" -DEPEND=">=app-admin/gkrellm-1.2.9 +DEPEND="=app-admin/gkrellm-1.2* >=net-misc/wget-1.5.3" RDEPEND="${DEPEND} @@ -27,13 +27,10 @@ src_unpack() { } src_compile() { - emake || die - } src_install () { - exeinto /usr/share/gkrellm doexe GrabWeather |