Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/juffed: ChangeLog juffed-0.8.1.ebuild
Date: Wed, 06 Oct 2010 20:04:26
Message-Id: 20101006195735.2173720051@flycatcher.gentoo.org
1 chiiph 10/10/06 19:57:35
2
3 Modified: ChangeLog
4 Added: juffed-0.8.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc88/cvs/Linux i686)
9
10 Revision Changes Path
11 1.20 app-editors/juffed/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 2 Mar 2010 00:11:15 -0000 1.19
24 +++ ChangeLog 6 Oct 2010 19:57:34 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/juffed
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.19 2010/03/02 00:11:15 yngwin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/ChangeLog,v 1.20 2010/10/06 19:57:34 chiiph Exp $
30 +
31 +*juffed-0.8.1 (06 Oct 2010)
32 +
33 + 06 Oct 2010; Tomas Touceda <chiiph@g.o> +juffed-0.8.1.ebuild:
34 + Version bump
35
36 *juffed-0.8 (02 Mar 2010)
37
38
39
40
41 1.1 app-editors/juffed/juffed-0.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: juffed-0.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.8.1.ebuild,v 1.1 2010/10/06 19:57:35 chiiph Exp $
51
52 EAPI=2
53 inherit multilib cmake-utils
54
55 DESCRIPTION="QScintilla-based tabbed text editor with syntax highlighting"
56 HOMEPAGE="http://www.qt-apps.org/content/show.php/JuffEd?content=59940"
57 SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE="debug"
63
64 RDEPEND="x11-libs/qscintilla
65 x11-libs/qt-gui:4"
66 DEPEND="${RDEPEND}"
67
68 S="${WORKDIR}"/${P/_/-}
69
70 src_prepare() {
71 sed -i -e \
72 "s:\${CMAKE_INSTALL_PREFIX}/lib:\${CMAKE_INSTALL_PREFIX}/$(get_libdir):" \
73 CMakeLists.txt || die "sed failed"
74 }
75
76 src_install() {
77 cmake-utils_src_install
78 dodoc ChangeLog README || die "dodoc failed"
79 }