summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:19:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-06 22:19:24 +0000
commit13cede39cb10d8a83d1a7155ec6c6cc0c4f4b18c (patch)
tree5725ec11f9feb31b14b28f302861313141d1efb4 /app-i18n/kinput2
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-13cede39cb10d8a83d1a7155ec6c6cc0c4f4b18c.tar.gz
historical-13cede39cb10d8a83d1a7155ec6c6cc0c4f4b18c.tar.bz2
historical-13cede39cb10d8a83d1a7155ec6c6cc0c4f4b18c.zip
repoman: trim trailing whitespace
Diffstat (limited to 'app-i18n/kinput2')
-rw-r--r--app-i18n/kinput2/Manifest2
-rw-r--r--app-i18n/kinput2/kinput2-3.1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/kinput2/Manifest b/app-i18n/kinput2/Manifest
index a4f4a6a74efe..6514781202bb 100644
--- a/app-i18n/kinput2/Manifest
+++ b/app-i18n/kinput2/Manifest
@@ -1,5 +1,5 @@
MD5 bb76b596e72f222a8a8ab4aa868206e3 ChangeLog 1784
-MD5 f43d6f6f821649162acb366363a5c0c3 kinput2-3.1.ebuild 1713
+MD5 8577c18bbc2f548e74b8db4ece413834 kinput2-3.1.ebuild 1712
MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156
MD5 1a8f7aba643d644a70dbb06dfbcce2b2 kinput2-3.1-r1.ebuild 1505
MD5 1b5bc6a0f8cc7f7aa3476666132d5390 files/digest-kinput2-3.1 64
diff --git a/app-i18n/kinput2/kinput2-3.1.ebuild b/app-i18n/kinput2/kinput2-3.1.ebuild
index 136d17684ecd..3812252c8399 100644
--- a/app-i18n/kinput2/kinput2-3.1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.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/app-i18n/kinput2/kinput2-3.1.ebuild,v 1.3 2003/02/13 08:34:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1.ebuild,v 1.4 2003/09/06 22:19:22 msterret Exp $
MY_P="${PN}-v${PV}"
DESCRIPTION="A Japanese input server which supports the XIM protocol"
@@ -24,12 +24,12 @@ src_unpack() {
# patch Kinput2.conf to ensure that files are installed into image dir
cd ${S}
patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die
-
+
# hack to set define UseCanna, define UseWnn or both
cp Kinput2.conf Kinput2.tmp
use canna && sed -e "s:\/\* \#define UseCanna \*\/:\#define UseCanna:" Kinput2.tmp > Kinput2.conf
cp Kinput2.conf Kinput2.tmp
- use freewnn && sed -e "s:\/\* \#define UseWnn \*\/:\#define UseWnn:" Kinput2.tmp > Kinput2.conf
+ use freewnn && sed -e "s:\/\* \#define UseWnn \*\/:\#define UseWnn:" Kinput2.tmp > Kinput2.conf
# default to UseCanna if we don't have freewnn in useflags
cp Kinput2.conf Kinput2.tmp
use freewnn || sed -e "s:\/\* \#define UseCanna \*\/:\#define UseCanna:" Kinput2.tmp > Kinput2.conf || die