diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-07-31 09:01:32 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-07-31 09:01:32 +0000 |
commit | 29bc00e1b736c3d8e81f77596ddfce585917b254 (patch) | |
tree | 4e64933705231fab1004e543303e092d8500feb2 /app-i18n/qimhangul | |
parent | Removed unnecessary patch file. (diff) | |
download | gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.tar.gz gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.tar.bz2 gentoo-2-29bc00e1b736c3d8e81f77596ddfce585917b254.zip |
Version bumped. Use qt3.eclass; bug #100235.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-i18n/qimhangul')
-rw-r--r-- | app-i18n/qimhangul/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/qimhangul/Manifest | 4 | ||||
-rw-r--r-- | app-i18n/qimhangul/files/digest-qimhangul-0.0.2 | 1 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.0.2.ebuild | 46 |
5 files changed, 60 insertions, 5 deletions
diff --git a/app-i18n/qimhangul/ChangeLog b/app-i18n/qimhangul/ChangeLog index e03cc70b9ad3..c9ab509ac551 100644 --- a/app-i18n/qimhangul/ChangeLog +++ b/app-i18n/qimhangul/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/qimhangul # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.3 2005/07/01 14:52:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/ChangeLog,v 1.4 2005/07/31 09:01:32 usata Exp $ + +*qimhangul-0.0.2 (31 Jul 2005) + + 31 Jul 2005; Mamoru KOMACHI <usata@gentoo.org> qimhangul-0.0.1.ebuild, + +qimhangul-0.0.2.ebuild: + Version bumped. Use qt3.eclass; bug #100235. 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> qimhangul-0.0.1.ebuild: Fix qmake path per bug #97535 diff --git a/app-i18n/qimhangul/Manifest b/app-i18n/qimhangul/Manifest index 0e797481786b..d24c5210e5ce 100644 --- a/app-i18n/qimhangul/Manifest +++ b/app-i18n/qimhangul/Manifest @@ -1,5 +1,7 @@ MD5 b897adb5aa347694c260415b327ddc5b qimhangul-0.0.1.ebuild 1284 -MD5 3f76e8e3c094cbeb59c23bb05ccc8ef4 ChangeLog 482 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 +MD5 3f76e8e3c094cbeb59c23bb05ccc8ef4 ChangeLog 482 +MD5 ab89e787fc6d86d7289662044dedc04e qimhangul-0.0.2.ebuild 1300 MD5 3733fe5702155ef1ce0988b30a13e04b files/digest-qimhangul-0.0.1 67 MD5 48935f4a1a76f440fb18dc3dda89b8ff files/qimhangul-0.0.1-thread-gentoo.diff 282 +MD5 6b4b7df5513f7114fd32c38643fe9032 files/digest-qimhangul-0.0.2 67 diff --git a/app-i18n/qimhangul/files/digest-qimhangul-0.0.2 b/app-i18n/qimhangul/files/digest-qimhangul-0.0.2 new file mode 100644 index 000000000000..3ec52e22c567 --- /dev/null +++ b/app-i18n/qimhangul/files/digest-qimhangul-0.0.2 @@ -0,0 +1 @@ +MD5 64f5af7c402105c62c9ddc8c2726750c qimhangul-0.0.2.tar.gz 181792 diff --git a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild index b50c71dee0e1..cac5cbe22e18 100644 --- a/app-i18n/qimhangul/qimhangul-0.0.1.ebuild +++ b/app-i18n/qimhangul/qimhangul-0.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.4 2005/07/01 14:52:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.1.ebuild,v 1.5 2005/07/31 09:01:32 usata Exp $ -inherit eutils +inherit eutils qt3 DESCRIPTION="Korean input method plugin for Qt immodules" HOMEPAGE="http://kldp.net/projects/qimhangul/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=x11-libs/qt-3.3.3-r1" +DEPEND="$(qt_min_version 3.3.3-r1)" pkg_setup() { if [ ! -e /usr/qt/3/plugins/inputmethods/libqimsw-none.so ] ; then diff --git a/app-i18n/qimhangul/qimhangul-0.0.2.ebuild b/app-i18n/qimhangul/qimhangul-0.0.2.ebuild new file mode 100644 index 000000000000..a8417e424776 --- /dev/null +++ b/app-i18n/qimhangul/qimhangul-0.0.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.0.2.ebuild,v 1.1 2005/07/31 09:01:32 usata Exp $ + +inherit qt3 + +DESCRIPTION="Korean input method plugin for Qt immodules" +HOMEPAGE="http://kldp.net/projects/qimhangul/" +SRC_URI="http://kldp.net/frs/download.php/1800/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="$(qt_min_version 3.3.4)" + +pkg_setup() { + if [ ! -e /usr/qt/3/plugins/inputmethods/libqimsw-none.so ] ; then + die "You need to rebuild >=x11-libs/qt-3.3.3-r1 with immqt-bc or immqt USE flag enabled." + fi +} + +src_compile() { + ${QTDIR}/bin/qmake -makefile || die "qmake failed" + emake -j1 || die "make failed." +} + +src_install() { + make INSTALL_ROOT=${D} install || die + + dodoc ChangeLog +} + +pkg_postinst() { + einfo + einfo "After you emerged ${PN}, use right click to switch immodules for Qt." + einfo "If you would like to use qimhangul as default instead of XIM," + einfo " set QT_IM_MODULE to hangul2." + einfo "e.g.)" + einfo " % export QT_IM_MODULE=hangul2" + einfo + ewarn + ewarn "qtconfig is no longer used for selecting input methods." + ewarn +} |