summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bouyer <stubear@gentoo.org>2002-07-09 14:14:39 +0000
committerStuart Bouyer <stubear@gentoo.org>2002-07-09 14:14:39 +0000
commitb459064f4f3edd976a7968747e0c4659092f4013 (patch)
treec8a00c6f9c7abeb98815064434ea1798ccbc99db /app-i18n/kinput2
parentadded post-installation note about /etc/mail/aliases (diff)
downloadgentoo-2-b459064f4f3edd976a7968747e0c4659092f4013.tar.gz
gentoo-2-b459064f4f3edd976a7968747e0c4659092f4013.tar.bz2
gentoo-2-b459064f4f3edd976a7968747e0c4659092f4013.zip
added KEYWORDS for QA happiness
Diffstat (limited to 'app-i18n/kinput2')
-rw-r--r--app-i18n/kinput2/files/digest-kinput2-3.1_beta41
-rw-r--r--app-i18n/kinput2/kinput2-3.1_beta4-r1.ebuild2
-rw-r--r--app-i18n/kinput2/kinput2-3.1_beta4-r2.ebuild3
-rw-r--r--app-i18n/kinput2/kinput2-3.1_beta4.ebuild45
4 files changed, 5 insertions, 46 deletions
diff --git a/app-i18n/kinput2/files/digest-kinput2-3.1_beta4 b/app-i18n/kinput2/files/digest-kinput2-3.1_beta4
deleted file mode 100644
index 07441ea5c695..000000000000
--- a/app-i18n/kinput2/files/digest-kinput2-3.1_beta4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3cf13144a7079bb781bb63cfb57c4d88 kinput2-v3.1-beta4.tar.gz 512832
diff --git a/app-i18n/kinput2/kinput2-3.1_beta4-r1.ebuild b/app-i18n/kinput2/kinput2-3.1_beta4-r1.ebuild
index 9d1768df3cb2..96ad23d651d5 100644
--- a/app-i18n/kinput2/kinput2-3.1_beta4-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1_beta4-r1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp
+KEYWORDS="x86"
+
A="kinput2-v3.1-beta4.tar.gz"
S="${WORKDIR}/kinput2-v3.1-beta4"
diff --git a/app-i18n/kinput2/kinput2-3.1_beta4-r2.ebuild b/app-i18n/kinput2/kinput2-3.1_beta4-r2.ebuild
index 807c2dc3168b..487670a3df0a 100644
--- a/app-i18n/kinput2/kinput2-3.1_beta4-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1_beta4-r2.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp
+KEYWORDS="x86"
+
A="kinput2-v3.1-beta4.tar.gz"
S="${WORKDIR}/kinput2-v3.1-beta4"
@@ -13,6 +15,7 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/x11/kinput2/${A}"
LICENSE="as-is"
DEPEND="virtual/glibc
+ >=sys-apps/portage-2.0.9
canna? >=app-i18n/canna-3.5_beta2-r1
freewnn? >=app-i18n/freewnn-1.1.1_alpha19 : >=app-i18n/canna-3.5_beta2-r1"
diff --git a/app-i18n/kinput2/kinput2-3.1_beta4.ebuild b/app-i18n/kinput2/kinput2-3.1_beta4.ebuild
deleted file mode 100644
index da66beca9ae7..000000000000
--- a/app-i18n/kinput2/kinput2-3.1_beta4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp
-
-A="kinput2-v3.1-beta4.tar.gz"
-
-S="${WORKDIR}/kinput2-v3.1-beta4"
-
-DESCRIPTION="A Japanese input server which supports the XIM protocol"
-
-SRC_URI="ftp://ftp.sra.co.jp/pub/x11/kinput2/${A}"
-
-LICENSE="as-is"
-
-DEPEND="virtual/glibc
- >=app-i18n/canna-3.5_beta2"
-
-src_unpack() {
-
- # unpack the archive
- unpack ${A}
-
- # patch Kinput2.conf to ensure that files are installed into image dir
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}/gentoo.diff || die
-}
-
-src_compile() {
-
- # create a Makefile from Kinput2.conf
- xmkmf || die "xmkmf failed"
- make Makefiles || die "Makefile creation failed"
-
- # build Kinput2
- make depend ; make
-}
-
-src_install () {
-
- # install libs, executables, dictionaries
- make DESTDIR=${D} install || die "installation failed"
-
- # install docs
- dodoc README NEWS
-}