Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/xsunpinyin: xsunpinyin-2.0.4_pre20130108.ebuild ChangeLog
Date: Wed, 30 Jan 2013 14:29:31
Message-Id: 20130130142928.23DC32171D@flycatcher.gentoo.org
1 yngwin 13/01/30 14:29:28
2
3 Modified: ChangeLog
4 Added: xsunpinyin-2.0.4_pre20130108.ebuild
5 Log:
6 Version bump to newest sunpinyin snapshot. Use subslot on sunpinyin dependency to trigger rebuild.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.7 app-i18n/xsunpinyin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xsunpinyin/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xsunpinyin/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xsunpinyin/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-i18n/xsunpinyin/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 30 Jan 2013 13:54:48 -0000 1.6
24 +++ ChangeLog 30 Jan 2013 14:29:28 -0000 1.7
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-i18n/xsunpinyin
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsunpinyin/ChangeLog,v 1.6 2013/01/30 13:54:48 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/xsunpinyin/ChangeLog,v 1.7 2013/01/30 14:29:28 yngwin Exp $
30 +
31 +*xsunpinyin-2.0.4_pre20130108 (30 Jan 2013)
32 +
33 + 30 Jan 2013; Ben de Groot <yngwin@g.o> +files/README.gentoo,
34 + +xsunpinyin-2.0.4_pre20130108.ebuild:
35 + Version bump to newest sunpinyin snapshot. Use subslot on sunpinyin dependency
36 + to trigger rebuild.
37
38 *xsunpinyin-2.0.3-r3 (30 Jan 2013)
39
40
41
42
43 1.1 app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20130108.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20130108.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20130108.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xsunpinyin-2.0.4_pre20130108.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20130108.ebuild,v 1.1 2013/01/30 14:29:28 yngwin Exp $
53
54 EAPI=5
55 inherit readme.gentoo scons-utils toolchain-funcs
56
57 DESCRIPTION="The SunPinyin IMEngine Wrapper for XIM Framework"
58 HOMEPAGE="https://sunpinyin.googlecode.com/"
59 SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/sunpinyin-${PV}.tar.xz"
60
61 LICENSE="LGPL-2.1 CDDL"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="app-i18n/sunpinyin:=
67 x11-libs/gtk+:2
68 x11-libs/libX11"
69 RDEPEND="${DEPEND}"
70
71 src_unpack() {
72 default
73 mv "${WORKDIR}/sunpinyin-${PV}" "${S}" || die
74 }
75
76 src_configure() {
77 tc-export CXX
78 myesconsargs=( --prefix="${EPREFIX}/usr" )
79 }
80
81 src_compile() {
82 pushd "${S}"/wrapper/xim
83 escons
84 popd
85 }
86
87 src_install() {
88 pushd "${S}"/wrapper/xim
89 escons --install-sandbox="${D}" install
90 popd
91 readme.gentoo_create_doc
92 }