diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 04:48:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 04:48:26 +0000 |
commit | 4d0f1dc79f3ac86838f439be16713424f94ef77a (patch) | |
tree | d762c824aab1943d33a10e62cd82ea795309c4f9 /x11-terms/root-tail | |
parent | Don't use detection or fake_user for remote displays because it takes too lon... (diff) | |
download | gentoo-2-4d0f1dc79f3ac86838f439be16713424f94ef77a.tar.gz gentoo-2-4d0f1dc79f3ac86838f439be16713424f94ef77a.tar.bz2 gentoo-2-4d0f1dc79f3ac86838f439be16713424f94ef77a.zip |
don't assign default to S
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.9.ebuild | 5 |
2 files changed, 7 insertions, 3 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/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 |