summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/root-tail/ChangeLog6
-rw-r--r--x11-terms/root-tail/Manifest4
-rw-r--r--x11-terms/root-tail/files/digest-root-tail-0.0.101
-rw-r--r--x11-terms/root-tail/root-tail-0.0.10.ebuild22
4 files changed, 6 insertions, 27 deletions
diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog
index c0f2aba08725..330776f47cca 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.15 2004/06/28 22:04:21 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.16 2004/07/03 05:24:44 mr_bones_ Exp $
+
+ 02 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ -root-tail-0.0.10.ebuild:
+ Clean old ebuild
28 Jun 2004; Aron Griffis <agriffis@gentoo.org> root-tail-0.0.10.ebuild:
sync IUSE
diff --git a/x11-terms/root-tail/Manifest b/x11-terms/root-tail/Manifest
index eef3d2a310c3..d2230fee519d 100644
--- a/x11-terms/root-tail/Manifest
+++ b/x11-terms/root-tail/Manifest
@@ -1,9 +1,7 @@
+MD5 2111325113773e09521b4019b039f653 ChangeLog 2252
MD5 d079a405d595f4984e050b6d2e09ae29 root-tail-0.2.ebuild 613
MD5 915a55dd5e8e1b46d9434995f1a93f91 root-tail-0.9.ebuild 621
-MD5 2fb1d243d798ffaa5bd596215ee6b953 root-tail-0.0.10.ebuild 587
MD5 c21da300530026dc2b7240d488acba58 root-tail-1.1.ebuild 669
-MD5 88f6066025c32354d7d9323ca79d9737 ChangeLog 2148
-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-0.0.10 b/x11-terms/root-tail/files/digest-root-tail-0.0.10
deleted file mode 100644
index 98dd78fa971a..000000000000
--- a/x11-terms/root-tail/files/digest-root-tail-0.0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ab335fdadbe51f093a911728e54ae95d root-tail-0.0.10.tar.gz 7816
diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild
deleted file mode 100644
index 9700bcea0163..000000000000
--- a/x11-terms/root-tail/root-tail-0.0.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.16 2004/06/28 22:04:21 agriffis Exp $
-
-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/"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-LICENSE="GPL-2"
-
-DEPEND="virtual/x11"
-
-src_compile() {
- xmkmf -a || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install install.man || die
-}