ChangeLog

# ChangeLog for app-i18n/kimera
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kimera/ChangeLog,v 1.10 2007/04/24 17:07:15 matsuu Exp $

*kimera-1.40 (24 Apr 2007)

24 Apr 2007; MATSUU Takuto +kimera-1.40.ebuild:
Version bumped.

28 Oct 2006; Diego Pettenò -kimera-1.0.ebuild,
-kimera-1.1.ebuild, -kimera-1.2.ebuild:
Remove old versions.

28 Oct 2006; Christian Faulhammer kimera-1.32.ebuild:
x86 stable wrt bug #151274

21 Oct 2006; Diego Pettenò kimera-1.32.ebuild:
Add missing dependency over Qt 3; avoid pre-stripping.

*kimera-1.32 (20 May 2006)

20 May 2006; MATSUU Takuto +kimera-1.32.ebuild:
Version bumped, Bug 131446.
Added ~amd64.

*kimera-1.2 (17 Jan 2006)

17 Jan 2006; Mamoru KOMACHI +kimera-1.2.ebuild:
Version bumped.

07 Jan 2006; Carsten Lohrke kimera-1.0.ebuild,
kimera-1.1.ebuild:
QA: need-qt() needs to be called after R/DEPEND.

*kimera-1.1 (04 Dec 2005)

04 Dec 2005; Mamoru KOMACHI kimera-1.0.ebuild,
+kimera-1.1.ebuild:
Version bumped. Marked 1.0 stable on x86.

09 Nov 2005; Mamoru KOMACHI kimera-1.0.ebuild:
Fixed compile error when anthy not present. Thanks to AOYAMA Kazuharu.

*kimera-1.0 (30 Oct 2005)

30 Oct 2005; Mamoru KOMACHI +kimera-1.0.ebuild:
Initial import.

Manifest

DIST kimera-1.32.tar.gz 82335 RMD160 afdd3dd9be60e5a2fbf726d86dddff3256f7c8cc SHA1 351fe88d9f911d2b8339021cdd6bd9fd470d48f8 SHA256 52a1b6878df5c24dc9302c46bdfa606d109e296679d968f106d63b9ca90d8e16
DIST kimera-1.40.tar.gz 85138 RMD160 4b4d4edf8a85032696d0d832d6531113927ade89 SHA1 dea107752dd1a450040dc55e747e84020baa175f SHA256 421179b9618057ea8a7f9dbadef02d40eef1ba44f072150c38707b6bcbf6904c
EBUILD kimera-1.32.ebuild 862 RMD160 e9a0a6e86339ce86256dea7a74d2706791cb07d4 SHA1 f52c54a775ad24309c9a0aa371a85cb0dc664022 SHA256 7ac4350b052f5aeb3eef28c99ce4f60af200fa8411df3dca081301f462a101ac
EBUILD kimera-1.40.ebuild 864 RMD160 e31410e27239b47233554b5e69be344a823c7bda SHA1 6204c0f4b749bf361190f401e1bb5a9c382af392 SHA256 3b8a06952142b67e8a5d1f06ed21f0a8463949c399d2fb051487371d0d91eaab
MISC ChangeLog 1516 RMD160 653521498d83312e6e627be0840c1aab6ce5fbcd SHA1 d893b87ef1dc1931b8d88592703ed61dd1310952 SHA256 371eaa7872e2b45b1d58c02872e684f70432ce7710eb8a9ec1816dae2393b4a5
MISC metadata.xml 283 RMD160 67edbc950aa2f24f7ff6ceff9b54389f9a19f703 SHA1 1d4bc604da669ecc2e829f056346d076cfcac291 SHA256 4f757b56262f2e5c02ee4ca3945ea77e7247c060c5d4d396a8dcf2d5f5657558

kimera-1.32.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kimera/kimera-1.32.ebuild,v 1.3 2006/10/28 09:11:36 opfer Exp $

inherit kde-functions qt3

IUSE="anthy"

DESCRIPTION="A Japanese input method which supports the XIM protocol"
SRC_URI="mirror://sourceforge.jp/kimera/19749/${P}.tar.gz"
HOMEPAGE="http://kimera.sourceforge.jp/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 x86"

DEPEND="$(qt_min_version 3)
anthy? ( app-i18n/anthy )
!anthy? ( app-i18n/canna )"
need-qt 3

src_compile(){
local myconf
if ! use anthy ; then
myconf="no_anthy=1"
fi

${QTDIR}/bin/qmake ${myconf} kimera.pro || die

# Avoid pre-stripping
sed -i -e '/strip/d' Makefile

emake || die
}

src_install(){
emake INSTALL_ROOT="${D}" install || die

dodoc AUTHORS INSTALL README*
}

kimera-1.40.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kimera/kimera-1.40.ebuild,v 1.1 2007/04/24 17:07:15 matsuu Exp $

inherit kde-functions qt3

IUSE="anthy"

DESCRIPTION="A Japanese input method which supports the XIM protocol"
SRC_URI="mirror://sourceforge.jp/kimera/24905/${P}.tar.gz"
HOMEPAGE="http://kimera.sourceforge.jp/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"

DEPEND="$(qt_min_version 3)
anthy? ( app-i18n/anthy )
!anthy? ( app-i18n/canna )"
need-qt 3

src_compile(){
local myconf
if ! use anthy ; then
myconf="no_anthy=1"
fi

${QTDIR}/bin/qmake ${myconf} kimera.pro || die

# Avoid pre-stripping
sed -i -e '/strip/d' Makefile

emake || die
}

src_install(){
emake INSTALL_ROOT="${D}" install || die

dodoc AUTHORS INSTALL README*
}

metadata.xml




cjk

Kimera is a Qt-based Japanese input method bridge.
Currently it supports Canna and Anthy.