summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2002-12-12 17:10:07 +0000
committerMasatomo Nakano <nakano@gentoo.org>2002-12-12 17:10:07 +0000
commit7bfd6b0c500dd3863c12bcc8780266a1c52a5855 (patch)
tree8e25b1ad774c7294e55a636e50fe5c5f090f1256 /app-i18n
parentBumped version (diff)
downloadgentoo-2-7bfd6b0c500dd3863c12bcc8780266a1c52a5855.tar.gz
gentoo-2-7bfd6b0c500dd3863c12bcc8780266a1c52a5855.tar.bz2
gentoo-2-7bfd6b0c500dd3863c12bcc8780266a1c52a5855.zip
version bump
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/skkinput/ChangeLog9
-rw-r--r--app-i18n/skkinput/files/digest-skkinput-2.06.31
-rw-r--r--app-i18n/skkinput/skkinput-2.06.3.ebuild35
3 files changed, 44 insertions, 1 deletions
diff --git a/app-i18n/skkinput/ChangeLog b/app-i18n/skkinput/ChangeLog
index b0bdf9ef83ab..d3315b7a8916 100644
--- a/app-i18n/skkinput/ChangeLog
+++ b/app-i18n/skkinput/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-i18n/skkinput
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/ChangeLog,v 1.3 2002/12/09 04:17:42 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/ChangeLog,v 1.4 2002/12/12 17:10:07 nakano Exp $
+
+*skkinput-2.05.ebuild (13 Dec 2002)
+
+ 13 Dec 2002; Masatomo Nakano <nakano@gentoo.org> skkinput-2.06.3.ebuild, files/digest-skkinput-2.05, ChangeLog :
+
+ Version bump.
+ Thanks to matsuu@7501.net (MATSUU Takuto). bugs #12026
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
diff --git a/app-i18n/skkinput/files/digest-skkinput-2.06.3 b/app-i18n/skkinput/files/digest-skkinput-2.06.3
new file mode 100644
index 000000000000..75a8fcd926d4
--- /dev/null
+++ b/app-i18n/skkinput/files/digest-skkinput-2.06.3
@@ -0,0 +1 @@
+MD5 ded482a51cabad6e76becebadac6f367 skkinput-2.06.3.tar.gz 417098
diff --git a/app-i18n/skkinput/skkinput-2.06.3.ebuild b/app-i18n/skkinput/skkinput-2.06.3.ebuild
new file mode 100644
index 000000000000..800ff493e475
--- /dev/null
+++ b/app-i18n/skkinput/skkinput-2.06.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkinput/skkinput-2.06.3.ebuild,v 1.1 2002/12/12 17:10:07 nakano Exp $
+
+DESCRIPTION="A SKK-like Japanese input method for X11"
+SRC_URI="http://downloads.sourceforge.jp/skkinput2/1815/${P}.tar.gz"
+HOMEPAGE="http://skkinput2.sourceforge.jp/"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="virtual/glibc
+ virtual/x11"
+RDEPEND="${DEPEND}
+ app-i18n/skkserv"
+S="${WORKDIR}/${P}"
+
+
+src_unpack() {
+ unpack ${A}
+}
+
+src_compile() {
+ xmkmf -a || die
+ make || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ make DESTDIR=${D} MANPATH=/usr/share/man install.man || die
+ dodoc ChangeLog GPL *.jis
+ insinto /etc/skel
+ newins dot.skkinput .skkinput
+}