diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:23:41 +0000 |
commit | 8f5142ea9ceeb00cdd1e277d40d247511ba34a8a (patch) | |
tree | db09e00b77544a404c21b25ea239a9a054c39580 /app-i18n/unicon | |
parent | Update version (diff) | |
download | gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.gz gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.tar.bz2 gentoo-2-8f5142ea9ceeb00cdd1e277d40d247511ba34a8a.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-i18n/unicon')
-rw-r--r-- | app-i18n/unicon/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/unicon/unicon-3.0.4.ebuild | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-i18n/unicon/Manifest b/app-i18n/unicon/Manifest index 5f699c07324b..b78ed4e1a7de 100644 --- a/app-i18n/unicon/Manifest +++ b/app-i18n/unicon/Manifest @@ -1,6 +1,6 @@ -MD5 7080b31b75d40a71a8a6c6d48da5aa56 unicon-3.0.4.ebuild 1501 -MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 e738bbb245fc3ce2b399dbe13481cdb0 ChangeLog 437 +MD5 762f02d66872afd594eebdbc1d59c2f1 unicon-3.0.4.ebuild 1498 +MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 e69f90a124ed00f574cc5ae111df1bd7 files/digest-unicon-3.0.4 66 MD5 cc6f3b807859a0d79f19b3f649de45b5 files/unicon-3.0.4-debian.patch 59606 MD5 31b30bcac54f35d0a41f969075a136de files/unicon-3.0.4-gentoo.patch 302 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 - + } |