From 8506592d7aa329afb4d4739d90cc0dbf7a57760f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Aug 2003 18:05:30 +0000 Subject: update license in header --- app-admin/ccze/ccze-0.2.1.ebuild | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'app-admin/ccze') diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild index 2e0d85f43277..e61fdf47e578 100644 --- a/app-admin/ccze/ccze-0.2.1.ebuild +++ b/app-admin/ccze/ccze-0.2.1.ebuild @@ -1,29 +1,25 @@ # 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.2 2003/06/26 11:38:11 joker Exp $ +# 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.3 2003/08/05 18:05:30 vapier Exp $ -IUSE="" - -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" +SRC_URI="ftp://bonehunter.rulez.org/pub/ccze/stable/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc sys-libs/ncurses dev-libs/libpcre" -SLOT="0" -KEYWORDS="x86 sparc" -LICENSE="GPL-2" - src_compile() { econf || die emake || die } -src_install () { - # einstall caused sandbox violations +src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS COPYING INSTALL README TODO } -- cgit v1.2.3-65-gdbad