diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:07:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 18:07:16 +0000 |
commit | a346894e0701d613371f72ce063bc4ef9e646e89 (patch) | |
tree | 5dbbf30eb200dec0872054065d5a8c6ec821e8ce /app-admin/ccze | |
parent | repoman (diff) | |
download | historical-a346894e0701d613371f72ce063bc4ef9e646e89.tar.gz historical-a346894e0701d613371f72ce063bc4ef9e646e89.tar.bz2 historical-a346894e0701d613371f72ce063bc4ef9e646e89.zip |
update license in header
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/ccze-0.2.1.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
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 } |