diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2002-12-12 17:10:07 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2002-12-12 17:10:07 +0000 |
commit | 2ba5c3e73d3971629dc5cee2e7af191e290f8571 (patch) | |
tree | 6bde8496ec91668debd55e1d574046999e80ff7f /app-i18n/skkinput | |
parent | Bumped version (diff) | |
download | historical-2ba5c3e73d3971629dc5cee2e7af191e290f8571.tar.gz historical-2ba5c3e73d3971629dc5cee2e7af191e290f8571.tar.bz2 historical-2ba5c3e73d3971629dc5cee2e7af191e290f8571.zip |
version bump
Diffstat (limited to 'app-i18n/skkinput')
-rw-r--r-- | app-i18n/skkinput/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/skkinput/files/digest-skkinput-2.06.3 | 1 | ||||
-rw-r--r-- | app-i18n/skkinput/skkinput-2.06.3.ebuild | 35 |
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 +} |