diff options
Diffstat (limited to 'x11-terms/root-tail/root-tail-0.2.ebuild')
-rw-r--r-- | x11-terms/root-tail/root-tail-0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/root-tail/root-tail-0.2.ebuild b/x11-terms/root-tail/root-tail-0.2.ebuild index 31c61b3f7cdc..5bf1fcf85f76 100644 --- a/x11-terms/root-tail/root-tail-0.2.ebuild +++ b/x11-terms/root-tail/root-tail-0.2.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.2.ebuild,v 1.4 2004/03/06 12:27:34 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.2.ebuild,v 1.5 2004/03/28 02:19:46 mr_bones_ Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" IUSE="" + DEPEND="virtual/x11" -S="${WORKDIR}/${P}" src_compile() { make -f Makefile.simple || die |