Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-tables: scim-tables-0.5.8.ebuild ChangeLog
Date: Mon, 09 Jun 2008 12:39:59
Message-Id: E1K5gfB-0007Mb-GM@stork.gentoo.org
1 flameeyes 08/06/09 12:39:53
2
3 Modified: scim-tables-0.5.8.ebuild ChangeLog
4 Log:
5 Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222561.
6 (Portage version: 2.1.5.4)
7
8 Revision Changes Path
9 1.2 app-i18n/scim-tables/scim-tables-0.5.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild?r1=1.1&r2=1.2
14
15 Index: scim-tables-0.5.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- scim-tables-0.5.8.ebuild 24 Feb 2008 15:59:15 -0000 1.1
22 +++ scim-tables-0.5.8.ebuild 9 Jun 2008 12:39:53 -0000 1.2
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild,v 1.1 2008/02/24 15:59:15 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8.ebuild,v 1.2 2008/06/09 12:39:53 flameeyes Exp $
28
29 -inherit kde-functions eutils
30 +inherit kde-functions eutils base autotools
31
32 DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
33 HOMEPAGE="http://www.scim-im.org/"
34 -SRC_URI="mirror://sourceforge/scim/${P}.tar.gz
35 - mirror://gentoo/kde-admindir-3.5.3.tar.bz2"
36 +SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 @@ -26,10 +25,14 @@
41 dev-util/pkgconfig
42 nls? ( sys-devel/gettext )"
43
44 +PATCHES=(
45 + "${FILESDIR}"/${P}+gcc-4.3.patch
46 +)
47 +
48 pkg_setup() {
49 if ! built_with_use '>=app-i18n/scim-1.4.0' gtk ; then
50 eerror ">=app-i18n/scim-1.4.0 with gtk USE flag is required by ${PF}."
51 - die "Please reemerge >=app-i18n/scim-1.4.0 with USE=\"gtk\"."
52 +# die "Please reemerge >=app-i18n/scim-1.4.0 with USE=\"gtk\"."
53 fi
54
55 elog "Not all languages are going to be compiled."
56 @@ -38,23 +41,27 @@
57 elog "${LANGS}"
58 }
59
60 -src_compile() {
61 +src_unpack() {
62 + base_src_unpack
63 +
64 strip-linguas ${LANGS}
65 local use_languages="additional ${LINGUAS}"
66 elog "Languages being compiled are: ${use_languages}"
67
68 - for m in Makefile.in Makefile.am ; do
69 - sed -e "/^SUBDIRS/s/.*/SUBDIRS = ${use_languages}/g" \
70 - tables/${m} > "${T}"/${m} || die "sed ${m} failed"
71 - cp "${T}"/${m} tables/${m} || die "mv ${m} failed"
72 - done
73 + cd "${S}"
74 + sed -i -e "/^SUBDIRS/s/.*/SUBDIRS = ${use_languages}/g" \
75 + tables/Makefile.am || die "sed ${m} failed"
76
77 + eautoreconf
78 +}
79 +
80 +src_compile() {
81 econf \
82 $(use_enable kde skim-support) \
83 $(use_enable nls) \
84 --disable-static \
85 --disable-dependency-tracking \
86 - --without-arts || die "econf failed"
87 + || die "econf failed"
88 emake || die "make failed"
89 }
90
91
92
93
94 1.54 app-i18n/scim-tables/ChangeLog
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.54&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.54&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-tables/ChangeLog?r1=1.53&r2=1.54
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v
103 retrieving revision 1.53
104 retrieving revision 1.54
105 diff -u -r1.53 -r1.54
106 --- ChangeLog 24 Feb 2008 15:59:15 -0000 1.53
107 +++ ChangeLog 9 Jun 2008 12:39:53 -0000 1.54
108 @@ -1,6 +1,10 @@
109 # ChangeLog for app-i18n/scim-tables
110 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.53 2008/02/24 15:59:15 matsuu Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.54 2008/06/09 12:39:53 flameeyes Exp $
113 +
114 + 09 Jun 2008; Diego Pettenò <flameeyes@g.o>
115 + +files/scim-tables-0.5.8+gcc-4.3.patch, scim-tables-0.5.8.ebuild:
116 + Add patch to build with GCC 4.3. Thanks to Steve Warren in bug #222561.
117
118 *scim-tables-0.5.8 (24 Feb 2008)
119
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list