summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/root-tail/ChangeLog5
-rw-r--r--x11-terms/root-tail/Manifest4
-rw-r--r--x11-terms/root-tail/root-tail-0.9.ebuild5
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog
index 2a3d09a0041c..59b1a189dfe3 100644
--- a/x11-terms/root-tail/ChangeLog
+++ b/x11-terms/root-tail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/root-tail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.8 2004/03/28 02:19:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.9 2004/03/28 04:48:26 mr_bones_ Exp $
+
+ 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> root-tail-0.9.ebuild:
+ don't assign default to S
27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
root-tail-0.0.10.ebuild, root-tail-0.2.ebuild:
diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest
index fc6e3be4c88a..bcd35d27d8f9 100644
--- a/x11-terms/root-tail/Manifest
+++ b/x11-terms/root-tail/Manifest
@@ -1,7 +1,7 @@
-MD5 fa160a45aa1f7af43b5ccd73f47c4226 ChangeLog 1497
+MD5 59a8126db7b6db750e636974260eab23 ChangeLog 1603
MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589
MD5 a4b8aed01c9053aa1261463b7d57c9db root-tail-0.2.ebuild 619
-MD5 d460056398e0221216951ae263ea568e root-tail-0.9.ebuild 632
+MD5 804a2c4a614d8a479bb040e550167e8a root-tail-0.9.ebuild 620
MD5 12063c0bf3fb11eaeb56a3f8c19d8736 files/digest-root-tail-0.0.10 66
MD5 29251dd105016051f656f7af73169ce4 files/digest-root-tail-0.2 64
MD5 89af3bbe182fdf122d8fa620ed3cd5b5 files/digest-root-tail-0.9 64
diff --git a/x11-terms/root-tail/root-tail-0.9.ebuild b/x11-terms/root-tail/root-tail-0.9.ebuild
index ab6d5f9df958..6cc162207f56 100644
--- a/x11-terms/root-tail/root-tail-0.9.ebuild
+++ b/x11-terms/root-tail/root-tail-0.9.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.9.ebuild,v 1.1 2004/03/06 12:27:34 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.9.ebuild,v 1.2 2004/03/28 04:48:26 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