Gentoo Archives: gentoo-commits

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