From 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sat, 6 Sep 2003 22:23:41 +0000 Subject: repoman: trim trailing whitespace --- app-i18n/unicon/unicon-3.0.4.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'app-i18n/unicon/unicon-3.0.4.ebuild') diff --git a/app-i18n/unicon/unicon-3.0.4.ebuild b/app-i18n/unicon/unicon-3.0.4.ebuild index cba66f9e3eae..e940c134c0cd 100644 --- a/app-i18n/unicon/unicon-3.0.4.ebuild +++ b/app-i18n/unicon/unicon-3.0.4.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/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.2 2003/06/29 22:12:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicon/unicon-3.0.4.ebuild,v 1.3 2003/09/06 22:19:22 msterret Exp $ inherit eutils @@ -37,27 +37,27 @@ src_unpack() { src_compile() { econf - + make || die "make failed" make data || die "make data failed" - + cd ${S}/tools make || die "make tools failed" - + # still has gcc-3.2 issues # make -C sfonts/tools || die "make tools failed" } src_install() { make prefix=${D}/usr install || die "install failed" - + # still has gcc-3.2 issues # dobin sfonts/tools/sfont dobin tools/uniconcfg dobin tools/uniconctrl - + make prefix=${D}/usr data-install || die "install data failed" - + dobin scripts/unicon-start - + } -- cgit v1.2.3-65-gdbad