diff options
author | Chuck Short <zul@gentoo.org> | 2003-08-23 01:44:47 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2003-08-23 01:44:47 +0000 |
commit | b8c020e379999a2e6f98b432b747249f49299beb (patch) | |
tree | 28041c15e6227dded6046eb532a3bf21eb6c62bc /x11-terms | |
parent | Version bump, closes #23234. (diff) | |
download | gentoo-2-b8c020e379999a2e6f98b432b747249f49299beb.tar.gz gentoo-2-b8c020e379999a2e6f98b432b747249f49299beb.tar.bz2 gentoo-2-b8c020e379999a2e6f98b432b747249f49299beb.zip |
Version bump, closes #23234.
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/root-tail/Manifest | 4 | ||||
-rw-r--r-- | x11-terms/root-tail/files/digest-root-tail-0.2 | 1 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.2.ebuild | 22 |
4 files changed, 32 insertions, 3 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index 732492794531..d5cea73d58fd 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2003/03/27 05:28:19 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.5 2003/08/23 01:44:36 zul Exp $ + +*root-tail-0.2 (22 Aug 2003) + + 22 Aug 2003; Chuck Short <zul@gentoo.org> root-tail-0.2.ebuild: + Version bump, closes bug #23234. Ebuild submitted Sadayuki Kobayashi + <desperado@s17.xrea.com>. *root-tail-0.0.10 (1 Feb 2002) diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest index 2c788a32ec13..1b5d5b278ad9 100644 --- a/x11-terms/root-tail/Manifest +++ b/x11-terms/root-tail/Manifest @@ -1,5 +1,5 @@ -MD5 c4842bd7a21a517bbde57185938af709 root-tail-0.2.ebuild 525 +MD5 ac72068f76f3c485ee27716601f96fe5 root-tail-0.2.ebuild 625 MD5 d233b63358c33df9eab64a3f0b0e33ed root-tail-0.0.10.ebuild 607 -MD5 fa287f644f15f4c3d1185bee3514f9ee ChangeLog 898 +MD5 ce0645a9b53bbb0d2ff8437735b7666a ChangeLog 1089 MD5 12063c0bf3fb11eaeb56a3f8c19d8736 files/digest-root-tail-0.0.10 66 MD5 29251dd105016051f656f7af73169ce4 files/digest-root-tail-0.2 64 diff --git a/x11-terms/root-tail/files/digest-root-tail-0.2 b/x11-terms/root-tail/files/digest-root-tail-0.2 new file mode 100644 index 000000000000..c80cd1d95d13 --- /dev/null +++ b/x11-terms/root-tail/files/digest-root-tail-0.2 @@ -0,0 +1 @@ +MD5 92c217c21c4388413b8fb3e0d9ffb6ac root-tail-0.2.tar.gz 12014 diff --git a/x11-terms/root-tail/root-tail-0.2.ebuild b/x11-terms/root-tail/root-tail-0.2.ebuild new file mode 100644 index 000000000000..f4d166a6161a --- /dev/null +++ b/x11-terms/root-tail/root-tail-0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 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.1 2003/08/23 01:44:36 zul 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" +IUSE="" +DEPEND="virtual/x11" +S="${WORKDIR}/${P}" + +src_compile() { + make -f Makefile.simple || die +} + +src_install() { + dobin root-tail + newman root-tail.man root-tail.1 +} |