diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 12:50:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-07-18 12:50:45 +0000 |
commit | 8f92e01253a51c211daf35c618c058e8cb71aa3e (patch) | |
tree | 103a62923db187ad93b836e0745af87305dc01c6 /sys-apps/textutils/textutils-2.1.ebuild | |
parent | upgrade sh-utils, fileutils, textutils to coreutils for ~arches (diff) | |
download | historical-8f92e01253a51c211daf35c618c058e8cb71aa3e.tar.gz historical-8f92e01253a51c211daf35c618c058e8cb71aa3e.tar.bz2 historical-8f92e01253a51c211daf35c618c058e8cb71aa3e.zip |
upgrade sh-utils, fileutils, textutils to coreutils for ~arches
Diffstat (limited to 'sys-apps/textutils/textutils-2.1.ebuild')
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index 550327c69742..a743773f8b3f 100644 --- a/sys-apps/textutils/textutils-2.1.ebuild +++ b/sys-apps/textutils/textutils-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.12 2003/06/21 21:19:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.13 2003/07/18 12:50:35 seemant Exp $ IUSE="nls static build" @@ -15,6 +15,15 @@ LICENSE="GPL-2" DEPEND="nls? ( sys-devel/gettext )" +src_unpack() { + unpack ${A} + + cd ${S}/doc + epatch ${FILESDIR}/${P}-gentoo.diff + rm coreutils.info + cd ${S} +} + src_compile() { local myconf="" use nls || myconf="--disable-nls" |