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-dicts/canna-cannadic: ChangeLog canna-cannadic-0.95c.ebuild
Date: Sun, 23 Aug 2009 17:21:53
Message-Id: E1MfGlL-0003Gd-Kb@stork.gentoo.org
1 flameeyes 09/08/23 17:21:51
2
3 Modified: ChangeLog canna-cannadic-0.95c.ebuild
4 Log:
5 Use emake for build.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 app-dicts/canna-cannadic/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 21 Feb 2007 20:27:29 -0000 1.26
22 +++ ChangeLog 23 Aug 2009 17:21:51 -0000 1.27
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-dicts/canna-cannadic
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/ChangeLog,v 1.26 2007/02/21 20:27:29 peper Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/ChangeLog,v 1.27 2009/08/23 17:21:51 flameeyes Exp $
29 +
30 + 23 Aug 2009; Diego E. Pettenò <flameeyes@g.o>
31 + canna-cannadic-0.95c.ebuild:
32 + Use emake for build.
33
34 21 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
35 Transition to Manifest2.
36
37
38
39 1.8 app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild?r1=1.7&r2=1.8
44
45 Index: canna-cannadic-0.95c.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- canna-cannadic-0.95c.ebuild 21 Oct 2006 00:18:50 -0000 1.7
52 +++ canna-cannadic-0.95c.ebuild 23 Aug 2009 17:21:51 -0000 1.8
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild,v 1.7 2006/10/21 00:18:50 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-cannadic/canna-cannadic-0.95c.ebuild,v 1.8 2009/08/23 17:21:51 flameeyes Exp $
59
60 inherit cannadic
61
62 @@ -23,5 +23,5 @@
63 DICSDIRFILE="${FILESDIR}/05cannadic.dics.dir"
64
65 src_compile() {
66 - make maindic || die
67 + emake maindic || die
68 }