summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-02-28 00:01:19 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-02-28 00:01:19 +0000
commitd8ff96f1eb1ba36df199829b87336a7a96ce1a01 (patch)
tree1579d108f904aeed0ed7f8c5cce28798247e03c2 /app-misc/colortail
parentpartial fix for bug #820 (diff)
downloadgentoo-2-d8ff96f1eb1ba36df199829b87336a7a96ce1a01.tar.gz
gentoo-2-d8ff96f1eb1ba36df199829b87336a7a96ce1a01.tar.bz2
gentoo-2-d8ff96f1eb1ba36df199829b87336a7a96ce1a01.zip
colortail ebuild submitted by mikpolniak@adelphia.net (mikepolniak)
Diffstat (limited to 'app-misc/colortail')
-rw-r--r--app-misc/colortail/ChangeLog10
-rw-r--r--app-misc/colortail/colortail-0.3.0.ebuild22
-rw-r--r--app-misc/colortail/files/digest-colortail-0.3.01
3 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/colortail/ChangeLog b/app-misc/colortail/ChangeLog
new file mode 100644
index 000000000000..3c18cd8f8c11
--- /dev/null
+++ b/app-misc/colortail/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/colortail
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp
+
+*colortail-0.3.0 (12 Feb 2002)
+
+ 12 Feb 2002; mike polniak <mikpolniak@adelphia.net> colortail-0.3.0.ebuild :
+
+ Colortail lets you custom color your log files and works like tail.
+
diff --git a/app-misc/colortail/colortail-0.3.0.ebuild b/app-misc/colortail/colortail-0.3.0.ebuild
new file mode 100644
index 000000000000..b52d0f38560f
--- /dev/null
+++ b/app-misc/colortail/colortail-0.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-misc/colortail/colortail-0.3.0.ebuild,v 1.1 2002/02/28 00:01:19 blocke Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Colortail custom colors your log files and works like tail"
+SRC_URI="http://www.student.hk-r.se/~pt98jan/colortail-0.3.0.tar.gz"
+HOMEPAGE="http://www.student.hk-r.se/~pt98jan/colortail.html"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ ./configure --prefix=/usr --host=${CHOST}
+ make || die
+}
+
+src_install() {
+
+ make DESTDIR=${D} install || die
+ dodoc README example-conf/conf*
+}
+ \ No newline at end of file
diff --git a/app-misc/colortail/files/digest-colortail-0.3.0 b/app-misc/colortail/files/digest-colortail-0.3.0
new file mode 100644
index 000000000000..643425941152
--- /dev/null
+++ b/app-misc/colortail/files/digest-colortail-0.3.0
@@ -0,0 +1 @@
+MD5 2589d3e372080f4052d1cc0d6550508f colortail-0.3.0.tar.gz 54329