Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/uim: uim-1.6.1.ebuild ChangeLog
Date: Sat, 05 Feb 2011 07:37:21
Message-Id: 20110205073711.962F720054@flycatcher.gentoo.org
1 ssuominen 11/02/05 07:37:11
2
3 Modified: uim-1.6.1.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-i18n/uim/uim-1.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: uim-1.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- uim-1.6.1.ebuild 8 Jan 2011 06:21:31 -0000 1.1
23 +++ uim-1.6.1.ebuild 5 Feb 2011 07:37:11 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild,v 1.1 2011/01/08 06:21:31 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/uim-1.6.1.ebuild,v 1.2 2011/02/05 07:37:11 ssuominen Exp $
29
30 EAPI="3"
31 inherit autotools eutils multilib elisp-common flag-o-matic
32 @@ -93,9 +93,10 @@
33
34 src_prepare() {
35 epatch \
36 - "${FILESDIR}/${PN}-1.6.0-gentoo.patch" \
37 - "${FILESDIR}/${PN}-1.5.4-zhTW.patch" \
38 - "${FILESDIR}/${PN}-1.6.0-linker.patch"
39 + "${FILESDIR}"/${PN}-1.6.0-gentoo.patch \
40 + "${FILESDIR}"/${PN}-1.5.4-zhTW.patch \
41 + "${FILESDIR}"/${PN}-1.6.0-linker.patch \
42 + "${FILESDIR}"/${PN}-1.6.1-libnotify-0.7.patch
43
44 # bug 275420
45 sed -i -e "s:\$libedit_path/lib:/$(get_libdir):g" configure.ac || die
46
47
48
49 1.228 app-i18n/uim/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.228&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?rev=1.228&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/uim/ChangeLog?r1=1.227&r2=1.228
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v
58 retrieving revision 1.227
59 retrieving revision 1.228
60 diff -u -r1.227 -r1.228
61 --- ChangeLog 8 Jan 2011 06:21:31 -0000 1.227
62 +++ ChangeLog 5 Feb 2011 07:37:11 -0000 1.228
63 @@ -1,6 +1,10 @@
64 # ChangeLog for app-i18n/uim
65 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.227 2011/01/08 06:21:31 matsuu Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim/ChangeLog,v 1.228 2011/02/05 07:37:11 ssuominen Exp $
68 +
69 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> uim-1.6.1.ebuild,
70 + +files/uim-1.6.1-libnotify-0.7.patch:
71 + Fix building with x11-libs/libnotify >= 0.7.
72
73 *uim-1.6.1 (08 Jan 2011)