summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2003-06-26 11:30:05 +0000
committerChristian Birchinger <joker@gentoo.org>2003-06-26 11:30:05 +0000
commit351e2f34fdaf3364563906e4aa196947350104d5 (patch)
treed9905c7750d9666eed9c325a476a3af04024a01b /app-admin/ccze
parentadded changelog entry (diff)
downloadgentoo-2-351e2f34fdaf3364563906e4aa196947350104d5.tar.gz
gentoo-2-351e2f34fdaf3364563906e4aa196947350104d5.tar.bz2
gentoo-2-351e2f34fdaf3364563906e4aa196947350104d5.zip
Initial release
Diffstat (limited to 'app-admin/ccze')
-rw-r--r--app-admin/ccze/ChangeLog9
-rw-r--r--app-admin/ccze/Manifest3
-rw-r--r--app-admin/ccze/ccze-0.2.1.ebuild29
-rw-r--r--app-admin/ccze/files/digest-ccze-0.2.11
4 files changed, 42 insertions, 0 deletions
diff --git a/app-admin/ccze/ChangeLog b/app-admin/ccze/ChangeLog
new file mode 100644
index 000000000000..86016d485c73
--- /dev/null
+++ b/app-admin/ccze/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-admin/ccze
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ChangeLog,v 1.1 2003/06/26 11:29:55 joker Exp $
+
+*ccze-0.2.1 (26 June 2003)
+
+ 26 June 2003; Christian Birchinger <joker@gentoo.org>
+ ccze-0.2.1.ebuild:
+ Initial release
diff --git a/app-admin/ccze/Manifest b/app-admin/ccze/Manifest
new file mode 100644
index 000000000000..626e2314bd8e
--- /dev/null
+++ b/app-admin/ccze/Manifest
@@ -0,0 +1,3 @@
+MD5 121067404230257d82f486739edc4313 ChangeLog 332
+MD5 50441c93d4bb8b288d1e65cbfa558a22 ccze-0.2.1.ebuild 770
+MD5 f6258721f177c5397ecb5650aa04d9c8 files/digest-ccze-0.2.1 62
diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild
new file mode 100644
index 000000000000..fbe7f0d1d123
--- /dev/null
+++ b/app-admin/ccze/ccze-0.2.1.ebuild
@@ -0,0 +1,29 @@
+# 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-admin/ccze/ccze-0.2.1.ebuild,v 1.1 2003/06/26 11:29:55 joker Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A flexible and fast logfile colorizer"
+SRC_URI="ftp://bonehunter.rulez.org/pub/ccze/stable/${P}.tar.gz"
+HOMEPAGE="http://bonehunter.rulez.org/CCZE.html"
+
+DEPEND="virtual/glibc
+ sys-libs/ncurses
+ dev-libs/libpcre"
+
+RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86 sparc"
+LICENSE="GPL-2"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ # einstall caused sandbox violations
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS COPYING INSTALL README TODO
+}
diff --git a/app-admin/ccze/files/digest-ccze-0.2.1 b/app-admin/ccze/files/digest-ccze-0.2.1
new file mode 100644
index 000000000000..4a0f2b0ff1f3
--- /dev/null
+++ b/app-admin/ccze/files/digest-ccze-0.2.1
@@ -0,0 +1 @@
+MD5 221966bce7c5f011eca38157241a0432 ccze-0.2.1.tar.gz 139795