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/ibus-anthy: ibus-anthy-1.5.0.ebuild ChangeLog
Date: Mon, 29 Apr 2013 12:13:41
Message-Id: 20130429121335.C40E02171D@flycatcher.gentoo.org
1 naota 13/04/29 12:13:35
2
3 Modified: ibus-anthy-1.5.0.ebuild ChangeLog
4 Log:
5 Use python-single-r1. PYTHON is exported properly. #467526
6
7 (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.3 app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild?r1=1.2&r2=1.3
15
16 Index: ibus-anthy-1.5.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ibus-anthy-1.5.0.ebuild 9 Feb 2013 13:04:49 -0000 1.2
23 +++ ibus-anthy-1.5.0.ebuild 29 Apr 2013 12:13:35 -0000 1.3
24 @@ -1,10 +1,11 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.2 2013/02/09 13:04:49 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ibus-anthy-1.5.0.ebuild,v 1.3 2013/04/29 12:13:35 naota Exp $
29
30 EAPI=5
31 PYTHON_DEPEND="2:2.5"
32 -inherit eutils python autotools gnome2-utils
33 +PYTHON_COMPAT=( python{2_5,2_6,2_7} )
34 +inherit eutils python-single-r1 autotools gnome2-utils
35
36 DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework"
37 HOMEPAGE="http://code.google.com/p/ibus/"
38 @@ -16,7 +17,8 @@
39 KEYWORDS="~amd64 ~ppc ~x86"
40 IUSE="deprecated nls"
41
42 -RDEPEND=">=app-i18n/ibus-1.5.0
43 +RDEPEND="${PYTHON_DEPS}
44 + >=app-i18n/ibus-1.5.0
45 app-i18n/anthy
46 deprecated? ( >=dev-python/pygtk-2.15.2 )
47 nls? ( virtual/libintl )"
48 @@ -27,15 +29,8 @@
49 deprecated? ( dev-lang/swig )
50 nls? ( >=sys-devel/gettext-0.16.1 )"
51
52 -pkg_setup() {
53 - python_set_active_version 2
54 - python_pkg_setup
55 -}
56 -
57 src_prepare() {
58 >py-compile #397497
59 - sed -i -e "s/python/python2/" \
60 - engine/ibus-engine-anthy.in setup/ibus-setup-anthy.in || die
61 epatch "${FILESDIR}"/${P}-configure.patch
62 eautoreconf
63 cp "${DISTDIR}"/anthy.i "${S}"/engine # deal with packaging bug
64 @@ -66,10 +61,9 @@
65 elog "# emerge app-dicts/kasumi"
66 elog
67
68 - python_mod_optimize /usr/share/${PN}
69 + python_optimize
70 }
71
72 pkg_postrm() {
73 - python_mod_cleanup /usr/share/${PN}
74 gnome2_icon_cache_update
75 }
76
77
78
79 1.43 app-i18n/ibus-anthy/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.43&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?rev=1.43&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-anthy/ChangeLog?r1=1.42&r2=1.43
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v
88 retrieving revision 1.42
89 retrieving revision 1.43
90 diff -u -r1.42 -r1.43
91 --- ChangeLog 9 Feb 2013 13:04:49 -0000 1.42
92 +++ ChangeLog 29 Apr 2013 12:13:35 -0000 1.43
93 @@ -1,6 +1,9 @@
94 # ChangeLog for app-i18n/ibus-anthy
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.42 2013/02/09 13:04:49 naota Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-anthy/ChangeLog,v 1.43 2013/04/29 12:13:35 naota Exp $
98 +
99 + 29 Apr 2013; Naohiro Aota <naota@g.o> ibus-anthy-1.5.0.ebuild:
100 + Use python-single-r1. PYTHON is exported properly. #467526
101
102 09 Feb 2013; Naohiro Aota <naota@g.o>
103 +files/ibus-anthy-1.5.0-configure.patch, ibus-anthy-1.5.0.ebuild,