Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/focuswriter: ChangeLog focuswriter-1.2.1.ebuild
Date: Sun, 30 May 2010 10:23:19
Message-Id: 20100530102315.45D7A2CF37@corvid.gentoo.org
1 hwoarang 10/05/30 10:23:15
2
3 Modified: ChangeLog
4 Added: focuswriter-1.2.1.ebuild
5 Log:
6 Version bump. Fixes bug #316339
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-text/focuswriter/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/focuswriter/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/focuswriter/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/focuswriter/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 25 May 2010 15:21:27 -0000 1.4
23 +++ ChangeLog 30 May 2010 10:23:15 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/focuswriter
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.4 2010/05/25 15:21:27 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/focuswriter/ChangeLog,v 1.5 2010/05/30 10:23:15 hwoarang Exp $
29 +
30 +*focuswriter-1.2.1 (30 May 2010)
31 +
32 + 30 May 2010; Markos Chandras <hwoarang@g.o>
33 + +focuswriter-1.2.1.ebuild:
34 + Version bump. Fixes bug #316339
35
36 25 May 2010; Markos Chandras <hwoarang@g.o>
37 focuswriter-1.2.0.ebuild:
38
39
40
41 1.1 app-text/focuswriter/focuswriter-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/focuswriter/focuswriter-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/focuswriter/focuswriter-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: focuswriter-1.2.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-text/focuswriter/focuswriter-1.2.1.ebuild,v 1.1 2010/05/30 10:23:15 hwoarang Exp $
51
52 EAPI=3
53 inherit qt4-r2
54
55 DESCRIPTION="A fullscreen and distraction-free word processor"
56 HOMEPAGE="http://gottcode.org/focuswriter/"
57 SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug"
63
64 DEPEND="x11-libs/qt-gui:4
65 app-text/hunspell"
66 RDEPEND="${DEPEND}"
67
68 DOCS="ChangeLog README"
69
70 src_prepare() {
71 sed -i -e '/PREFIX/s:/usr/local:/usr:' ${PN}.pro || die
72 qt4-r2_src_prepare
73 }