Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/focuswriter: focuswriter-1.3.90.ebuild ChangeLog focuswriter-1.3.80.ebuild
Date: Sun, 02 Sep 2012 01:38:41
Message-Id: 20120902013830.A983320F49@flycatcher.gentoo.org
1 pesa 12/09/02 01:38:30
2
3 Modified: ChangeLog
4 Added: focuswriter-1.3.90.ebuild
5 Removed: focuswriter-1.3.80.ebuild
6 Log:
7 Bump to 1.4 beta 2.
8
9 (Portage version: 2.2.0_alpha123-r1/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 app-editors/focuswriter/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 14 Aug 2012 07:58:11 -0000 1.6
25 +++ ChangeLog 2 Sep 2012 01:38:30 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-editors/focuswriter
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.6 2012/08/14 07:58:11 pesa Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.7 2012/09/02 01:38:30 pesa Exp $
31 +
32 +*focuswriter-1.3.90 (02 Sep 2012)
33 +
34 + 02 Sep 2012; Davide Pesavento <pesa@g.o> +focuswriter-1.3.90.ebuild,
35 + -focuswriter-1.3.80.ebuild:
36 + Bump to 1.4 beta 2.
37
38 *focuswriter-1.3.80 (14 Aug 2012)
39
40
41
42
43 1.1 app-editors/focuswriter/focuswriter-1.3.90.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.3.90.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.3.90.ebuild?rev=1.1&content-type=text/plain
47
48 Index: focuswriter-1.3.90.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/focuswriter-1.3.90.ebuild,v 1.1 2012/09/02 01:38:30 pesa Exp $
53
54 EAPI=4
55
56 #does nothing useful, LANGS="cs de el en es_MX es fi fr hu it nl pl pt_BR pt ru sv uk"
57
58 inherit qt4-r2
59
60 DESCRIPTION="A fullscreen and distraction-free word processor"
61 HOMEPAGE="http://gottcode.org/focuswriter/"
62 SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug"
68
69 RDEPEND="
70 app-text/enchant
71 dev-libs/libzip
72 media-libs/sdl-mixer[wav]
73 x11-libs/qt-core:4
74 x11-libs/qt-gui:4
75 "
76 DEPEND="${RDEPEND}
77 virtual/pkgconfig
78 "
79
80 DOCS=( ChangeLog CREDITS README )
81
82 src_configure() {
83 eqmake4 PREFIX="${EPREFIX}/usr"
84 }