summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-08 06:11:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-08 06:11:18 +0000
commit6f1eba321f89bba8a716093b24a9708f86569e17 (patch)
tree4ad42555e2127b995ed58025d55931d98c3a2791 /x11-terms
parentFix syntax (diff)
downloadgentoo-2-6f1eba321f89bba8a716093b24a9708f86569e17.tar.gz
gentoo-2-6f1eba321f89bba8a716093b24a9708f86569e17.tar.bz2
gentoo-2-6f1eba321f89bba8a716093b24a9708f86569e17.zip
version bump
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/root-tail/ChangeLog7
-rw-r--r--x11-terms/root-tail/Manifest6
-rw-r--r--x11-terms/root-tail/files/digest-root-tail-1.11
-rw-r--r--x11-terms/root-tail/root-tail-1.1.ebuild24
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog
index 63259593c40a..723ffa710d3d 100644
--- a/x11-terms/root-tail/ChangeLog
+++ b/x11-terms/root-tail/ChangeLog
@@ -1,6 +1,11 @@
# 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.10 2004/03/31 12:31:13 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.11 2004/05/08 06:11:18 mr_bones_ Exp $
+
+*root-tail-1.1 (07 May 2004)
+
+ 07 May 2004; Michael Sterrett <mr_bones_@gentoo.org> root-tail-1.1.ebuild:
+ version bump
31 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> root-tail-0.9.ebuild:
Adding amd64 keyword, closing #46276.
diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest
index 22f047ef4ec2..d18e046b6bab 100644
--- a/x11-terms/root-tail/Manifest
+++ b/x11-terms/root-tail/Manifest
@@ -1,7 +1,9 @@
+MD5 842a71a0602c270c6ff360503897bb4c ChangeLog 1710
+MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589
MD5 a4b8aed01c9053aa1261463b7d57c9db root-tail-0.2.ebuild 619
MD5 68d0e49a244f7b5fad6b543d2b4d5ebb root-tail-0.9.ebuild 622
-MD5 b4760a7eebc689ea735e6f12bda8c5eb root-tail-0.0.10.ebuild 589
-MD5 842a71a0602c270c6ff360503897bb4c ChangeLog 1710
+MD5 b5ccb48ed6b3598312cc4101882c3eef root-tail-1.1.ebuild 660
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
+MD5 bc94057d9203dc8c6a01efb2172f5a15 files/digest-root-tail-1.1 64
diff --git a/x11-terms/root-tail/files/digest-root-tail-1.1 b/x11-terms/root-tail/files/digest-root-tail-1.1
new file mode 100644
index 000000000000..7677f8e2581b
--- /dev/null
+++ b/x11-terms/root-tail/files/digest-root-tail-1.1
@@ -0,0 +1 @@
+MD5 adb925c2781892bb5dcbdf9d5e579032 root-tail-1.1.tar.gz 20124
diff --git a/x11-terms/root-tail/root-tail-1.1.ebuild b/x11-terms/root-tail/root-tail-1.1.ebuild
new file mode 100644
index 000000000000..c2279a78d610
--- /dev/null
+++ b/x11-terms/root-tail/root-tail-1.1.ebuild
@@ -0,0 +1,24 @@
+# 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-1.1.ebuild,v 1.1 2004/05/08 06:11:18 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 ~amd64"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ xmkmf -a
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install install.man || die "make install failed"
+ dodoc Changes README
+}