summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-08-12 13:47:25 +0000
committerChristian Birchinger <joker@gentoo.org>2004-08-12 13:47:25 +0000
commit441f9686495158606952d0faa8a4bc3b4752e7dc (patch)
tree5d360bd335f471c535dff26b79820c3e1594649c /app-admin/ccze
parentVersion bump, thanks to Nuno Alexandre <ikaro@fluxbox.org> in bug #59881 (Man... (diff)
downloadgentoo-2-441f9686495158606952d0faa8a4bc3b4752e7dc.tar.gz
gentoo-2-441f9686495158606952d0faa8a4bc3b4752e7dc.tar.bz2
gentoo-2-441f9686495158606952d0faa8a4bc3b4752e7dc.zip
Fixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>.
Diffstat (limited to 'app-admin/ccze')
-rw-r--r--app-admin/ccze/ChangeLog5
-rw-r--r--app-admin/ccze/ccze-0.2.1.ebuild12
2 files changed, 14 insertions, 3 deletions
diff --git a/app-admin/ccze/ChangeLog b/app-admin/ccze/ChangeLog
index b655ac7e6fa2..79084d1e08c8 100644
--- a/app-admin/ccze/ChangeLog
+++ b/app-admin/ccze/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/ccze
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ChangeLog,v 1.3 2004/06/24 21:23:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ChangeLog,v 1.4 2004/08/12 13:47:25 joker Exp $
+
+ 12 Aug 2004; Christian Birchinger <joker@gentoo.org> ccze-0.2.1.ebuild:
+ Fixed bug #59939. Thanks to Aaron Walker <ka0ttic@butsugenjitemple.org>
11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ccze-0.2.1.ebuild:
IUSE, use standard src_compile, error message, header fix
diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild
index 5fe624555a96..7ec769f2ab74 100644
--- a/app-admin/ccze/ccze-0.2.1.ebuild
+++ b/app-admin/ccze/ccze-0.2.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.7 2004/06/25 16:04:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.8 2004/08/12 13:47:25 joker Exp $
+
+inherit fixheadtails
DESCRIPTION="A flexible and fast logfile colorizer"
HOMEPAGE="http://bonehunter.rulez.org/CCZE.html"
@@ -15,7 +17,13 @@ DEPEND="virtual/libc
sys-libs/ncurses
dev-libs/libpcre"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ ht_fix_file Rules.mk.in
+}
+
src_install() {
make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS INSTALL README TODO
+ dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS INSTALL README FAQ
}