diff options
author | 2003-07-19 08:10:44 +0000 | |
---|---|---|
committer | 2003-07-19 08:10:44 +0000 | |
commit | f1b37678f13f2292c86351cd44b6fa32d165c20e (patch) | |
tree | 8b34dbaaa92bf98fdf3f1913f7a4e12fe56a9bde /sys-apps/textutils/textutils-2.1.ebuild | |
parent | add 0.47-r1 (diff) | |
download | gentoo-2-f1b37678f13f2292c86351cd44b6fa32d165c20e.tar.gz gentoo-2-f1b37678f13f2292c86351cd44b6fa32d165c20e.tar.bz2 gentoo-2-f1b37678f13f2292c86351cd44b6fa32d165c20e.zip |
blah, wrong commit last time
Diffstat (limited to 'sys-apps/textutils/textutils-2.1.ebuild')
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index a743773f8b3f..06fce95b9c4e 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.13 2003/07/18 12:50:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.14 2003/07/19 08:10:41 seemant Exp $ IUSE="nls static build" @@ -15,15 +15,6 @@ 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" |