diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:11:36 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:11:36 +0000 |
commit | 25c0feb6ab39d941a2109928c05d1c0ac291122c (patch) | |
tree | 13b6f10bffafcfe2fb1267e4cff36b42bef9267f /x11-plugins/gkrellweather | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-25c0feb6ab39d941a2109928c05d1c0ac291122c.tar.gz gentoo-2-25c0feb6ab39d941a2109928c05d1c0ac291122c.tar.bz2 gentoo-2-25c0feb6ab39d941a2109928c05d1c0ac291122c.zip |
QA - Add IUSE, don't assign default S, use default src_compile.
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild index ab60d7d40000..a9ca26809c80 100644 --- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.13 2004/03/26 23:10:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.14 2004/06/19 04:09:02 kloeri Exp $ IUSE="" DEBPATCH=${PN}_${PV}-1.diff.gz @@ -25,10 +25,6 @@ src_unpack() { zcat ${DISTDIR}/${DEBPATCH} | patch -d ${P} -p1 } -src_compile() { - emake || die -} - src_install () { exeinto /usr/share/gkrellm doexe GrabWeather diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild index 644d7fdd0a8e..cd79e15ec868 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild,v 1.7 2004/01/05 13:14:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild,v 1.8 2004/06/19 04:09:02 kloeri Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather info" SRC_URI="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/${P}.tgz" @@ -30,10 +30,6 @@ src_unpack() { } -src_compile() { - emake || die -} - src_install () { exeinto /usr/share/gkrellm newexe GrabWeather GrabWeather2 |