Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-hangul: scim-hangul-0.4.0.ebuild ChangeLog
Date: Mon, 04 Mar 2013 07:43:48
Message-Id: 20130304074345.9C4DF2171D@flycatcher.gentoo.org
1 naota 13/03/04 07:43:45
2
3 Modified: ChangeLog
4 Added: scim-hangul-0.4.0.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key F8551514)
9
10 Revision Changes Path
11 1.33 app-i18n/scim-hangul/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 30 Jun 2012 13:53:34 -0000 1.32
24 +++ ChangeLog 4 Mar 2013 07:43:45 -0000 1.33
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-i18n/scim-hangul
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.32 2012/06/30 13:53:34 naota Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.33 2013/03/04 07:43:45 naota Exp $
31 +
32 +*scim-hangul-0.4.0 (04 Mar 2013)
33 +
34 + 04 Mar 2013; Naohiro Aota <naota@g.o> +scim-hangul-0.4.0.ebuild:
35 + version bump
36
37 30 Jun 2012; Naohiro Aota <naota@g.o>
38 +files/scim-hangul-0.3.2+gcc-4.7.patch, scim-hangul-0.3.2.ebuild:
39 @@ -135,4 +140,3 @@
40 03 Aug 2004; Mamoru KOMACHI <usata@g.o> +metadata.xml,
41 +scim-hangul-0.0.2.ebuild:
42 Initial import.
43 -
44
45
46
47 1.1 app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: scim-hangul-0.4.0.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.4.0.ebuild,v 1.1 2013/03/04 07:43:45 naota Exp $
57
58 EAPI=5
59
60 inherit autotools-utils
61
62 DESCRIPTION="Hangul IMEngine for SCIM ported from imhangul"
63 HOMEPAGE="http://www.scim-im.org/"
64 SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE="nls"
70
71 RDEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )
72 >=app-i18n/libhangul-0.0.4
73 nls? ( virtual/libintl )"
74 DEPEND="${RDEPEND}
75 virtual/pkgconfig
76 nls? ( sys-devel/gettext )"
77
78 PATCHES=(
79 "${FILESDIR}/${PN}-0.3.2+gcc-4.3.patch"
80 "${FILESDIR}/${PN}-0.3.2+gcc-4.7.patch" )
81
82 DOCS=(AUTHORS NEWS)
83
84 src_configure() {
85 local myeconfargs=(
86 --disable-skim-support
87 $(use_enable nls)
88 )
89 autotools-utils_src_configure
90 }
91
92 src_install() {
93 autotools-utils_src_install
94 dodoc ChangeLog* README*
95 }
96
97 pkg_postinst() {
98 elog
99 elog "To use SCIM with both GTK2 and XIM, you should use the following"
100 elog "in your user startup scripts such as .gnomerc or .xinitrc:"
101 elog
102 elog "LANG='your_language' scim -d"
103 elog "export XMODIFIERS=@im=SCIM"
104 elog
105 }