diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:05:28 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-07-20 17:05:28 +0000 |
commit | 07f27a793e84668b2035595255192471d559368c (patch) | |
tree | 8899c5ec413fdefd3b62f2a782b2dca0591d0cbc /x11-plugins/gkrellweather | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-07f27a793e84668b2035595255192471d559368c.tar.gz gentoo-2-07f27a793e84668b2035595255192471d559368c.tar.bz2 gentoo-2-07f27a793e84668b2035595255192471d559368c.zip |
fixing 56830
Diffstat (limited to 'x11-plugins/gkrellweather')
3 files changed, 5 insertions, 42 deletions
diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5 b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5 deleted file mode 100644 index eaae6fd53da9..000000000000 --- a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6b66c920d16b68bd9529f38f203495d3 gkrellweather-2.0.5.tgz 17506 diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild index 971884dde3ab..be7fc41b237a 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 Foundation # 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.15 2004/06/24 23:00:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-0.2.7-r2.ebuild,v 1.16 2004/07/20 17:05:28 mholzer Exp $ IUSE="" DEBPATCH=${PN}_${PV}-1.diff.gz @@ -25,6 +25,10 @@ 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 deleted file mode 100644 index 28aa0094f4db..000000000000 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.9 2004/06/24 23:00:12 agriffis Exp $ - -IUSE="" -DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather -info" -SRC_URI="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/${P}.tgz" -HOMEPAGE="http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -DEPEND="=app-admin/gkrellm-2* - >=sys-apps/sed-4.0.5 - >=net-misc/wget-1.5.3" - -RDEPEND="${DEPEND} - >=dev-lang/perl-5.6.1" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i \ - -e "s:/usr/local/bin:/usr/share/gkrellm:g" \ - -e "s:GrabWeather:GrabWeather2:g" \ - gkrellweather.c - -} - -src_install () { - exeinto /usr/share/gkrellm - newexe GrabWeather GrabWeather2 - - insinto /usr/lib/gkrellm2/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING -} |