summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <jerrya@gentoo.org>2001-12-12 06:26:53 +0000
committer <jerrya@gentoo.org>2001-12-12 06:26:53 +0000
commit56cfce9e8fb797742cfee143e1db00465786ab98 (patch)
tree221ebc0d080966aacbda405fed9a73367a9365d3 /incoming
parentmisc. audio upgrades/new aterm options, and a missing mosix-user file. (diff)
downloadhistorical-56cfce9e8fb797742cfee143e1db00465786ab98.tar.gz
historical-56cfce9e8fb797742cfee143e1db00465786ab98.tar.bz2
historical-56cfce9e8fb797742cfee143e1db00465786ab98.zip
Update to newest version.
Thanks to Jens Blaesche <mr.big@pc-trouble.de> for the contribution. That's also another one out of incoming.
Diffstat (limited to 'incoming')
-rw-r--r--incoming/gkrellm-seti-0.7.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/incoming/gkrellm-seti-0.7.0.ebuild b/incoming/gkrellm-seti-0.7.0.ebuild
deleted file mode 100644
index d73a596bc513..000000000000
--- a/incoming/gkrellm-seti-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jens Blaesche <mr.big@pc-trouble.de>
-# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp
-# 17.Sept.2001 12.20 CET
-
-P=seti-${PV}
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="a Seti@Home Monitor Plugin for Gkrellm"
-SRC_URI="http://xavier.serpaggi.free.fr/seti/${A}"
-HOMEPAGE="http://xavier.serpaggi.free.fr/seti"
-
-DEPEND=">=app-admin/gkrellm-0.10.3"
-
-src_compile() {
- make || die
-}
-
-src_install () {
- exeinto /usr/lib/gkrellm/plugins
- doexe seti.so
- dodoc README ChangeLog COPYING NEWS
-}