Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r1.ebuild
Date: Sun, 05 Oct 2008 21:39:36
Message-Id: E1KmbK8-0006OA-QU@stork.gentoo.org
1 aballier 08/10/05 21:39:32
2
3 Modified: ChangeLog amyedit-1.0-r1.ebuild
4 Log:
5 Add missing intltool dep for bug #239632
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.19 app-editors/amyedit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 30 Aug 2008 17:07:54 -0000 1.18
22 +++ ChangeLog 5 Oct 2008 21:39:32 -0000 1.19
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/amyedit
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.18 2008/08/30 17:07:54 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.19 2008/10/05 21:39:32 aballier Exp $
28 +
29 + 05 Oct 2008; Alexis Ballier <aballier@g.o> amyedit-1.0-r1.ebuild:
30 + Add missing intltool dep for bug #239632
31
32 30 Aug 2008; Alexis Ballier <aballier@g.o>
33 +files/amyedit-1.0-signal.patch, amyedit-1.0-r1.ebuild:
34
35
36
37 1.4 app-editors/amyedit/amyedit-1.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild?r1=1.3&r2=1.4
42
43 Index: amyedit-1.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- amyedit-1.0-r1.ebuild 30 Aug 2008 17:07:54 -0000 1.3
50 +++ amyedit-1.0-r1.ebuild 5 Oct 2008 21:39:32 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.3 2008/08/30 17:07:54 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.4 2008/10/05 21:39:32 aballier Exp $
56
57 inherit eutils autotools
58
59 @@ -17,6 +17,7 @@
60 =x11-libs/gtksourceview-1*
61 app-text/aspell"
62 DEPEND="${RDEPEND}
63 + dev-util/intltool
64 dev-util/pkgconfig"
65
66 src_unpack() {