diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-02-15 15:57:41 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-02-15 15:57:41 +0000 |
commit | a859b492a7105c885817102938cf6ab58b858404 (patch) | |
tree | cb7246fa471cdffd01a12b8b9b84d0341c9d14c2 /dev-util/diffstat/diffstat-1.34.ebuild | |
parent | Add metadata.xml (diff) | |
download | historical-a859b492a7105c885817102938cf6ab58b858404.tar.gz historical-a859b492a7105c885817102938cf6ab58b858404.tar.bz2 historical-a859b492a7105c885817102938cf6ab58b858404.zip |
Added patch for the hard locale fix (codebase didn't seem to change too much, I just didn't look hard enough....)
Diffstat (limited to 'dev-util/diffstat/diffstat-1.34.ebuild')
-rw-r--r-- | dev-util/diffstat/diffstat-1.34.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/diffstat/diffstat-1.34.ebuild b/dev-util/diffstat/diffstat-1.34.ebuild index 3b3fb63e9e9b..4d7776d59518 100644 --- a/dev-util/diffstat/diffstat-1.34.ebuild +++ b/dev-util/diffstat/diffstat-1.34.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.34.ebuild,v 1.1 2004/02/15 09:37:08 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.34.ebuild,v 1.2 2004/02/15 15:57:41 kumba Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file" @@ -13,11 +15,10 @@ KEYWORDS="~x86 ~sparc ~ppc ~mips" DEPEND="sys-apps/diffutils" - -#src_compile() { -# econf || die -# emake || die -#} +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-hard-locale.patch +} src_install() { dobin diffstat |