summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-03 16:45:38 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-03 16:45:38 +0000
commitbbfd2837d509faf6eb1acfc303b604dce6234dbd (patch)
tree6f403df74f400f4ce84d060bda1773fe7e98af2d /x11-plugins/gkrellweather
parent*** empty log message *** (diff)
downloadgentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.tar.gz
gentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.tar.bz2
gentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.zip
cleanup
Diffstat (limited to 'x11-plugins/gkrellweather')
-rw-r--r--x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r11
-rw-r--r--x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.31
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild32
-rw-r--r--x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild44
4 files changed, 0 insertions, 78 deletions
diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r1 b/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r1
deleted file mode 100644
index 327fde5b5385..000000000000
--- a/x11-plugins/gkrellweather/files/digest-gkrellweather-0.2.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e69ff084063bbfba57fdeb42ad628c1 gkrellweather-0.2.7.tar.gz 17188
diff --git a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.3 b/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.3
deleted file mode 100644
index beb1d4133491..000000000000
--- a/x11-plugins/gkrellweather/files/digest-gkrellweather-2.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7fbcd6e989bcfc1918d1620932ec8616 gkrellweather-2.0.3.tgz 17497
diff --git a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild b/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild
deleted file mode 100644
index 0eb3deeb9aee..000000000000
--- a/x11-plugins/gkrellweather/gkrellweather-0.2.7-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2003 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-r1.ebuild,v 1.7 2003/06/12 22:25:36 msterret Exp $
-
-S=${WORKDIR}/${P}
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-DEPEND=">=app-admin/gkrellm-1.2*
- >=net-misc/wget-1.5.3"
-
-RDEPEND="${DEPEND}
- >=dev-lang/perl-5.6.1"
-
-src_compile() {
- emake || die
-}
-
-src_install () {
- exeinto /usr/share/gkrellm
- doexe GrabWeather
-
- insinto /usr/lib/gkrellm/plugins
- doins gkrellweather.so
- dodoc README ChangeLog COPYING
-}
diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild
deleted file mode 100644
index 23e5bed7fa65..000000000000
--- a/x11-plugins/gkrellweather/gkrellweather-2.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 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.3.ebuild,v 1.7 2003/06/12 22:25:36 msterret Exp $
-
-S=${WORKDIR}/${P}
-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*
- >=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_compile() {
- emake || die
-}
-
-src_install () {
- exeinto /usr/share/gkrellm
- newexe GrabWeather GrabWeather2
-
- insinto /usr/lib/gkrellm2/plugins
- doins gkrellweather.so
- dodoc README ChangeLog COPYING
-}