summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-08-23 01:44:47 +0000
committerChuck Short <zul@gentoo.org>2003-08-23 01:44:47 +0000
commit863267669d9830b771910dafaf8f32f50877d15b (patch)
treef29cc23406795b18cf7172321b1d133854631606 /x11-terms
parentVersion bump, closes #23234. (diff)
downloadhistorical-863267669d9830b771910dafaf8f32f50877d15b.tar.gz
historical-863267669d9830b771910dafaf8f32f50877d15b.tar.bz2
historical-863267669d9830b771910dafaf8f32f50877d15b.zip
Version bump, closes #23234.
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/root-tail/Manifest4
-rw-r--r--x11-terms/root-tail/files/digest-root-tail-0.21
-rw-r--r--x11-terms/root-tail/root-tail-0.2.ebuild22
3 files changed, 25 insertions, 2 deletions
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
+}