diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 02:20:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-28 02:20:26 +0000 |
commit | e1be533450b7f8316a7d1df9343437aa6bfc67d8 (patch) | |
tree | 2fd516e4375ce8cf8af9b7f4d0ce378914674a0c /x11-terms/root-tail | |
parent | repoman: Trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-e1be533450b7f8316a7d1df9343437aa6bfc67d8.tar.gz gentoo-2-e1be533450b7f8316a7d1df9343437aa6bfc67d8.tar.bz2 gentoo-2-e1be533450b7f8316a7d1df9343437aa6bfc67d8.zip |
don't assign default to S
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.0.10.ebuild | 4 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.2.ebuild | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 24e7aa316ff7..2a3d09a0041c 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/root-tail -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.7 2004/03/06 12:27:34 zul Exp $ +# 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 $ + + 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + root-tail-0.0.10.ebuild, root-tail-0.2.ebuild: + don't assign default to S *root-tail-0.9 (06 Mar 2004) 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 6a6f92634e5b..ae340b89033e 100644 --- a/x11-terms/root-tail/root-tail-0.0.10.ebuild +++ b/x11-terms/root-tail/root-tail-0.0.10.ebuild @@ -1,9 +1,7 @@ # 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.0.10.ebuild,v 1.13 2004/03/06 12:27:34 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.14 2004/03/28 02:19:46 mr_bones_ Exp $ - -S=${WORKDIR}/${P} DESCRIPTION="Terminal to display (multiple) log files on the root window" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" HOMEPAGE="http://www.var.cx/root-tail/" 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 |