Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/juffed: juffed-0.10.ebuild ChangeLog
Date: Fri, 27 Feb 2015 16:40:44
Message-Id: 20150227164034.4FFC412ACD@oystercatcher.gentoo.org
1 kensington 15/02/27 16:40:34
2
3 Modified: juffed-0.10.ebuild ChangeLog
4 Log:
5 Add missing USE dependency.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.5 app-editors/juffed/juffed-0.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild?r1=1.4&r2=1.5
15
16 Index: juffed-0.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- juffed-0.10.ebuild 17 Sep 2014 21:48:33 -0000 1.4
23 +++ juffed-0.10.ebuild 27 Feb 2015 16:40:34 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.4 2014/09/17 21:48:33 nimiux Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.5 2015/02/27 16:40:34 kensington Exp $
30
31 EAPI=5
32
33 @@ -18,7 +18,7 @@
34 RDEPEND="app-i18n/enca
35 dev-qt/qtcore:4
36 dev-qt/qtgui:4
37 - dev-qt/qtsingleapplication[X]
38 + dev-qt/qtsingleapplication[qt4(+),X]
39 x11-libs/qscintilla:="
40 DEPEND="${RDEPEND}"
41
42
43
44
45 1.30 app-editors/juffed/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.30&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.30&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.29&r2=1.30
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
54 retrieving revision 1.29
55 retrieving revision 1.30
56 diff -u -r1.29 -r1.30
57 --- ChangeLog 17 Sep 2014 21:48:33 -0000 1.29
58 +++ ChangeLog 27 Feb 2015 16:40:34 -0000 1.30
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-editors/juffed
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.29 2014/09/17 21:48:33 nimiux Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.30 2015/02/27 16:40:34 kensington Exp $
65 +
66 + 27 Feb 2015; Michael Palimaka <kensington@g.o> juffed-0.10.ebuild:
67 + Add missing USE dependency.
68
69 17 Sep 2014; Chema Alonso <nimiux@g.o> juffed-0.10.ebuild:
70 Stable for amd64 wrt bug #514902