From d6442aa2c39ab5df1f435e60d5bdaeb36fd4cf11 Mon Sep 17 00:00:00 2001 From: Bryan Østergaard Date: Sat, 19 Jun 2004 04:11:36 +0000 Subject: QA - Add IUSE, don't assign default S, use default src_compile. --- x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild | 6 +----- x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild | 8 ++------ 2 files changed, 3 insertions(+), 11 deletions(-) (limited to 'x11-plugins/gkrellweather') 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 -- cgit v1.2.3-65-gdbad