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/nabi: ChangeLog nabi-0.17.ebuild nabi-0.15.ebuild
Date: Fri, 30 Sep 2011 00:49:47
Message-Id: 20110930004936.81ECB2004C@flycatcher.gentoo.org
1 naota 11/09/30 00:49:36
2
3 Modified: ChangeLog nabi-0.17.ebuild nabi-0.15.ebuild
4 Log:
5 Fix --as-needed failure. Bug #384697
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 app-i18n/nabi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 27 Mar 2011 10:54:45 -0000 1.28
23 +++ ChangeLog 30 Sep 2011 00:49:36 -0000 1.29
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-i18n/nabi
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.28 2011/03/27 10:54:45 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/ChangeLog,v 1.29 2011/09/30 00:49:36 naota Exp $
29 +
30 + 30 Sep 2011; Naohiro Aota <naota@g.o> nabi-0.15.ebuild,
31 + +files/nabi-0.15-asneeded.patch, nabi-0.17.ebuild:
32 + Fix --as-needed failure. Bug #384697
33
34 27 Mar 2011; Nirbheek Chauhan <nirbheek@g.o> nabi-0.15.ebuild,
35 nabi-0.17.ebuild, nabi-0.99.3.ebuild:
36
37
38
39 1.4 app-i18n/nabi/nabi-0.17.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild?r1=1.3&r2=1.4
44
45 Index: nabi-0.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- nabi-0.17.ebuild 27 Mar 2011 10:54:45 -0000 1.3
52 +++ nabi-0.17.ebuild 30 Sep 2011 00:49:36 -0000 1.4
53 @@ -1,8 +1,10 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v 1.3 2011/03/27 10:54:45 nirbheek Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.17.ebuild,v 1.4 2011/09/30 00:49:36 naota Exp $
58
59 -EAPI="1"
60 +EAPI="4"
61 +
62 +inherit eutils autotools
63
64 DESCRIPTION="Simple Hanguk X Input Method"
65 HOMEPAGE="http://nabi.kldp.net/"
66 @@ -18,6 +20,11 @@
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 +src_prepare() {
71 + epatch "${FILESDIR}"/${PN}-0.99.3-asneeded.patch
72 + eautoreconf
73 +}
74 +
75 src_install() {
76 emake DESTDIR="${D}" install || die "emake install failed"
77
78
79
80
81 1.9 app-i18n/nabi/nabi-0.15.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.9&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.9&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?r1=1.8&r2=1.9
86
87 Index: nabi-0.15.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v
90 retrieving revision 1.8
91 retrieving revision 1.9
92 diff -u -r1.8 -r1.9
93 --- nabi-0.15.ebuild 27 Mar 2011 10:54:45 -0000 1.8
94 +++ nabi-0.15.ebuild 30 Sep 2011 00:49:36 -0000 1.9
95 @@ -1,8 +1,10 @@
96 # Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.8 2011/03/27 10:54:45 nirbheek Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.9 2011/09/30 00:49:36 naota Exp $
100
101 -EAPI="1"
102 +EAPI="4"
103 +
104 +inherit eutils autotools
105
106 DESCRIPTION="Simple Hanguk X Input Method"
107 HOMEPAGE="http://nabi.kldp.net/"
108 @@ -17,6 +19,11 @@
109 DEPEND="${RDEPEND}
110 dev-util/pkgconfig"
111
112 +src_prepare() {
113 + epatch "${FILESDIR}"/${PN}-0.15-asneeded.patch
114 + eautoreconf
115 +}
116 +
117 src_install() {
118 make DESTDIR="${D}" install || die "make install failed"