Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.6.1.ebuild
Date: Sat, 25 Apr 2009 23:59:36
Message-Id: E1LxrmQ-0001Pg-SB@stork.gentoo.org
1 patrick 09/04/25 23:59:34
2
3 Modified: ChangeLog
4 Added: juffed-0.6.1.ebuild
5 Log:
6 Bump to 0.6.1, fixes #267430
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 app-editors/juffed/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 23 Mar 2009 23:13:27 -0000 1.9
23 +++ ChangeLog 25 Apr 2009 23:59:34 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/juffed
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.9 2009/03/23 23:13:27 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.10 2009/04/25 23:59:34 patrick Exp $
29 +
30 +*juffed-0.6.1 (25 Apr 2009)
31 +
32 + 25 Apr 2009; Patrick Lauer <patrick@g.o> +juffed-0.6.1.ebuild:
33 + Bump to 0.6.1, fixes #267430
34
35 *juffed-0.5_beta1 (23 Mar 2009)
36
37
38
39
40 1.1 app-editors/juffed/juffed-0.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: juffed-0.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.6.1.ebuild,v 1.1 2009/04/25 23:59:34 patrick Exp $
50
51 EAPI=2
52 inherit cmake-utils
53
54 DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
55 HOMEPAGE="http://www.qt-apps.org/content/show.php/JuffEd?content=59940"
56 SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="debug"
62
63 RDEPEND="x11-libs/qscintilla[qt4]
64 x11-libs/qt-gui:4"
65 DEPEND="${RDEPEND}"
66
67 S="${WORKDIR}"/${P/_/-}
68
69 src_install() {
70 cmake-utils_src_install
71 dodoc ChangeLog README
72 }