Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/bluefish: bluefish-1.3.6.ebuild ChangeLog
Date: Sun, 30 Aug 2009 04:05:32
Message-Id: E1MhgUY-0003vr-PX@stork.gentoo.org
1 scarabeus 09/08/30 09:14:30
2
3 Modified: bluefish-1.3.6.ebuild ChangeLog
4 Log:
5 Fix copy/pasto dep problem. Per bug #283067.
6 (Portage version: 2.2_rc38/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 app-editors/bluefish/bluefish-1.3.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild?r1=1.1&r2=1.2
14
15 Index: bluefish-1.3.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bluefish-1.3.6.ebuild 28 Aug 2009 08:53:46 -0000 1.1
22 +++ bluefish-1.3.6.ebuild 30 Aug 2009 09:14:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v 1.1 2009/08/28 08:53:46 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-1.3.6.ebuild,v 1.2 2009/08/30 09:14:30 scarabeus Exp $
28
29 EAPI="2"
30
31 @@ -24,7 +24,6 @@
32 spell? ( app-text/enchant[aspell] )"
33
34 DEPEND="${RDEPEND}
35 - app-text/enchant[aspell]
36 dev-libs/glib:2
37 dev-libs/libxml2
38 dev-util/pkgconfig
39
40
41
42 1.64 app-editors/bluefish/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.64&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.64&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/bluefish/ChangeLog?r1=1.63&r2=1.64
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v
51 retrieving revision 1.63
52 retrieving revision 1.64
53 diff -u -r1.63 -r1.64
54 --- ChangeLog 28 Aug 2009 08:53:46 -0000 1.63
55 +++ ChangeLog 30 Aug 2009 09:14:30 -0000 1.64
56 @@ -1,6 +1,10 @@
57 # ChangeLog for app-editors/bluefish
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.63 2009/08/28 08:53:46 scarabeus Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.64 2009/08/30 09:14:30 scarabeus Exp $
61 +
62 + 30 Aug 2009; Tomáš Chvátal <scarabeus@g.o>
63 + bluefish-1.3.6.ebuild:
64 + Fix copy/pasto dep problem. Per bug #283067.
65
66 *bluefish-1.3.6 (28 Aug 2009)