diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 06:25:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 06:25:19 +0000 |
commit | 1f55db23d13d407ad7eff70ec22091eeb7b9a2e0 (patch) | |
tree | c28a5b65dd19f4518995f44494bea580eaecd5ba /app-admin/ccze | |
parent | Version bumped. Fixed manpage directory. Closing bug #42743 and #43211 (diff) | |
download | historical-1f55db23d13d407ad7eff70ec22091eeb7b9a2e0.tar.gz historical-1f55db23d13d407ad7eff70ec22091eeb7b9a2e0.tar.bz2 historical-1f55db23d13d407ad7eff70ec22091eeb7b9a2e0.zip |
IUSE, use standard src_compile, error message, header fix
Diffstat (limited to 'app-admin/ccze')
-rw-r--r-- | app-admin/ccze/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/ccze/Manifest | 4 | ||||
-rw-r--r-- | app-admin/ccze/ccze-0.2.1.ebuild | 14 |
3 files changed, 12 insertions, 13 deletions
diff --git a/app-admin/ccze/ChangeLog b/app-admin/ccze/ChangeLog index 86016d485c73..e9bde0024b4f 100644 --- a/app-admin/ccze/ChangeLog +++ b/app-admin/ccze/ChangeLog @@ -1,6 +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 $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ChangeLog,v 1.2 2004/03/12 06:25:19 mr_bones_ Exp $ + + 11 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ccze-0.2.1.ebuild: + IUSE, use standard src_compile, error message, header fix *ccze-0.2.1 (26 June 2003) diff --git a/app-admin/ccze/Manifest b/app-admin/ccze/Manifest index 2225536ee8b4..bb8bbaf50a5f 100644 --- a/app-admin/ccze/Manifest +++ b/app-admin/ccze/Manifest @@ -1,3 +1,3 @@ +MD5 21a1973ecec4fcf634c35593c3e29998 ChangeLog 471 +MD5 87f2d580deb110fbabae071105ca23bc ccze-0.2.1.ebuild 656 MD5 f6258721f177c5397ecb5650aa04d9c8 files/digest-ccze-0.2.1 62 -MD5 121067404230257d82f486739edc4313 ChangeLog 332 -MD5 866e1dbd28e9a94a81efd86019cc24dc ccze-0.2.1.ebuild 676 diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild index 2fa84e134324..a73262c5c63b 100644 --- a/app-admin/ccze/ccze-0.2.1.ebuild +++ b/app-admin/ccze/ccze-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2003/09/07 22:18:32 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.5 2004/03/12 06:25:19 mr_bones_ Exp $ DESCRIPTION="A flexible and fast logfile colorizer" HOMEPAGE="http://bonehunter.rulez.org/CCZE.html" @@ -9,17 +9,13 @@ SRC_URI="ftp://bonehunter.rulez.org/pub/ccze/stable/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/glibc sys-libs/ncurses dev-libs/libpcre" -src_compile() { - econf || die - emake || die -} - src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS COPYING INSTALL README TODO + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS INSTALL README TODO } |