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.3.2.ebuild ChangeLog
Date: Sat, 30 Jun 2012 13:54:08
Message-Id: 20120630135334.1C1C22004C@flycatcher.gentoo.org
1 naota 12/06/30 13:53:34
2
3 Modified: scim-hangul-0.3.2.ebuild ChangeLog
4 Log:
5 Add patch to include unistd.h #423943
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild?r1=1.8&r2=1.9
15
16 Index: scim-hangul-0.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- scim-hangul-0.3.2.ebuild 3 May 2012 19:24:25 -0000 1.8
23 +++ scim-hangul-0.3.2.ebuild 30 Jun 2012 13:53:34 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.8 2012/05/03 19:24:25 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/scim-hangul-0.3.2.ebuild,v 1.9 2012/06/30 13:53:34 naota Exp $
29
30 EAPI=2
31 inherit base
32 @@ -21,7 +21,9 @@
33 virtual/pkgconfig
34 nls? ( sys-devel/gettext )"
35
36 -PATCHES=( "${FILESDIR}/${P}+gcc-4.3.patch" )
37 +PATCHES=(
38 + "${FILESDIR}/${P}+gcc-4.3.patch"
39 + "${FILESDIR}/${P}+gcc-4.7.patch" )
40
41 src_configure() {
42 econf \
43
44
45
46 1.32 app-i18n/scim-hangul/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.32&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?rev=1.32&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-hangul/ChangeLog?r1=1.31&r2=1.32
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v
55 retrieving revision 1.31
56 retrieving revision 1.32
57 diff -u -r1.31 -r1.32
58 --- ChangeLog 3 May 2012 19:24:25 -0000 1.31
59 +++ ChangeLog 30 Jun 2012 13:53:34 -0000 1.32
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-i18n/scim-hangul
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.31 2012/05/03 19:24:25 jdhore Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-hangul/ChangeLog,v 1.32 2012/06/30 13:53:34 naota Exp $
65 +
66 + 30 Jun 2012; Naohiro Aota <naota@g.o>
67 + +files/scim-hangul-0.3.2+gcc-4.7.patch, scim-hangul-0.3.2.ebuild:
68 + Add patch to include unistd.h #423943
69
70 03 May 2012; Jeff Horelick <jdhore@g.o> scim-hangul-0.3.2.ebuild:
71 dev-util/pkgconfig -> virtual/pkgconfig