diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:16:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-28 04:16:51 +0000 |
commit | 6375816999d810dd1b98dbec292f897a566ca324 (patch) | |
tree | bd9a40e6eef75dda1382f1d21bb16a558ebedbc0 | |
parent | cleanup (diff) | |
download | historical-6375816999d810dd1b98dbec292f897a566ca324.tar.gz historical-6375816999d810dd1b98dbec292f897a566ca324.tar.bz2 historical-6375816999d810dd1b98dbec292f897a566ca324.zip |
cleanup
-rw-r--r-- | x11-terms/root-tail/root-tail-0.0.10.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild index 6c1034120038..df680ee102f4 100644 --- a/x11-terms/root-tail/root-tail-0.0.10.ebuild +++ b/x11-terms/root-tail/root-tail-0.0.10.ebuild @@ -1,24 +1,23 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry A! <jerry@gentoo.org> # /home/cvsroot/gentoo-x86/x11-terms/aterm/,v 1.2 2001/02/15 18:17:31 achim Exp -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.3 2001/08/31 03:23:39 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.4 2002/04/28 04:16:51 seemant Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Terminal to display (multiple) log files on the root window" -SRC_URI="http://www.goof.com/pcg/marc/data/${A}" -HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" +SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" +HOMEPAGE="http://www.goof.com/pcg/marc/root-taIl.html" DEPEND="virtual/glibc - virtual/x11" + virtual/x11" src_compile() { - try xmkmf -a - try make + xmkmf -a || die + make || die } src_install() { - try make DESTDIR=${D} install install.man + make DESTDIR=${D} install install.man || die } |