diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:08:59 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-09 18:08:59 +0000 |
commit | 8be5cf9866fb76fff45ebbc794568df7ee11f8b2 (patch) | |
tree | 4049848b2cd487fed1049ab82d592b501d0f7847 /x11-misc/msetimon/msetimon-2.07.ebuild | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-8be5cf9866fb76fff45ebbc794568df7ee11f8b2.tar.gz gentoo-2-8be5cf9866fb76fff45ebbc794568df7ee11f8b2.tar.bz2 gentoo-2-8be5cf9866fb76fff45ebbc794568df7ee11f8b2.zip |
Moved to sci-astronomy/msetimon.
Diffstat (limited to 'x11-misc/msetimon/msetimon-2.07.ebuild')
-rw-r--r-- | x11-misc/msetimon/msetimon-2.07.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/msetimon/msetimon-2.07.ebuild b/x11-misc/msetimon/msetimon-2.07.ebuild deleted file mode 100644 index 74af40f7f7b3..000000000000 --- a/x11-misc/msetimon/msetimon-2.07.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/msetimon/msetimon-2.07.ebuild,v 1.10 2004/06/24 22:29:29 agriffis Exp $ - -DESCRIPTION="A GUI utility for monitoring the SETI@Home client" -NAME="msetimon" -SRC_URI="mirror://sourceforge/msetimon/${NAME}-perl-source-2-07.tar.gz" -HOMEPAGE="http://msetimon.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc " -IUSE="" - -INSTALLDIR=/usr/bin - -DEPEND="virtual/x11 - dev-lang/perl - dev-perl/perl-tk" - -S=${WORKDIR}/${PN}-perl-source-2-07 - -src_install () { - - mv ${S}/msetimon.pl msetimon - exeinto ${INSTALLDIR} - doexe msetimon || die "install failed" - dodoc README_msetimon.txt - -} |