diff options
author | 2002-04-14 14:17:09 +0000 | |
---|---|---|
committer | 2002-04-14 14:17:09 +0000 | |
commit | 69f15fe6ccf435a173c484fabcd5564edbe531ea (patch) | |
tree | 270a4b813293da2b3fdad39f2b9a3bf80ac24477 /x11-misc/gkrellweather | |
parent | Version bump (diff) | |
download | gentoo-2-69f15fe6ccf435a173c484fabcd5564edbe531ea.tar.gz gentoo-2-69f15fe6ccf435a173c484fabcd5564edbe531ea.tar.bz2 gentoo-2-69f15fe6ccf435a173c484fabcd5564edbe531ea.zip |
clean up
Diffstat (limited to 'x11-misc/gkrellweather')
-rw-r--r-- | x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild index f10305b9417b..ae2bc6ca8fee 100644 --- a/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild +++ b/x11-misc/gkrellweather/gkrellweather-0.2.7-r1.ebuild @@ -4,15 +4,13 @@ # $Header: /home/cvsroot/gentoo-x86/app-misc/gkrellm-volume-0.8.ebuild,v 1.0 # 26 Apr 2001 21:30 CST blutgens Exp $ -#P= -A=${P}.tar.gz S=${WORKDIR}/${P} -DESCRIPTION="Gkrellm Plugin that monitors a METAR station and displays weather +DESCRIPTION="GKrellM Plugin that monitors a METAR station and displays weather info" -SRC_URI="http://www.cse.unsw.edu.au/~flam/repository/c/gkrellm/${A}" +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" -DEPEND=">=app-admin/gkrellm-1.0.6 +DEPEND=">=app-admin/gkrellm-1.2.9 >=net-misc/wget-1.5.3" RDEPEND="${DEPEND} @@ -28,8 +26,8 @@ src_install () { exeinto /usr/share/gkrellm doexe GrabWeather + insinto /usr/lib/gkrellm/plugins doins gkrellweather.so dodoc README ChangeLog COPYING } - |