diff options
author | 2003-10-07 16:19:43 +0000 | |
---|---|---|
committer | 2003-10-07 16:19:43 +0000 | |
commit | 294f5ee90a036e33773a29082375c12c0981d9ec (patch) | |
tree | bb9840547ba417c9d7dc73ce6750cdf06c87c856 /app-i18n/skkinput/skkinput-2.05.ebuild | |
parent | cleaned up make.defaults, added strict to FEATURES (since we are hardened, we... (diff) | |
download | historical-294f5ee90a036e33773a29082375c12c0981d9ec.tar.gz historical-294f5ee90a036e33773a29082375c12c0981d9ec.tar.bz2 historical-294f5ee90a036e33773a29082375c12c0981d9ec.zip |
Fixed Ctrl+Space problem when NumLock is on. Removed redundant version
Diffstat (limited to 'app-i18n/skkinput/skkinput-2.05.ebuild')
-rw-r--r-- | app-i18n/skkinput/skkinput-2.05.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-i18n/skkinput/skkinput-2.05.ebuild b/app-i18n/skkinput/skkinput-2.05.ebuild index 14fbdde2c3fc..436866cb7fbc 100644 --- a/app-i18n/skkinput/skkinput-2.05.ebuild +++ b/app-i18n/skkinput/skkinput-2.05.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.05.ebuild,v 1.6 2003/09/08 00:55:49 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.05.ebuild,v 1.7 2003/10/07 16:19:39 usata Exp $ S="${WORKDIR}/${P}" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DESCRIPTION="A SKK-like Japanese input method for X11" SRC_URI="http://downloads.sourceforge.jp/skkinput2/864/${P}.tar.gz" HOMEPAGE="http://sourceforge.jp/projects/skkinput2" + IUSE="" DEPEND="virtual/glibc virtual/x11 @@ -16,6 +19,8 @@ DEPEND="virtual/glibc src_unpack() { unpack ${A} + cd ${S} + epatch ${FILESDIR}/skkinput-ignore-numlock.patch } src_compile() { |