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-text/bibletime: ChangeLog bibletime-2.0.1.ebuild
Date: Sat, 27 Jun 2009 10:50:50
Message-Id: E1MKVUe-00084V-2V@stork.gentoo.org
1 patrick 09/06/27 10:50:48
2
3 Modified: ChangeLog
4 Added: bibletime-2.0.1.ebuild
5 Log:
6 Bump to 2.0.1. Lots of new deps. Fixes #274750
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.54 app-text/bibletime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 29 May 2009 14:25:49 -0000 1.53
23 +++ ChangeLog 27 Jun 2009 10:50:47 -0000 1.54
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/bibletime
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.53 2009/05/29 14:25:49 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.54 2009/06/27 10:50:47 patrick Exp $
29 +
30 +*bibletime-2.0.1 (27 Jun 2009)
31 +
32 + 27 Jun 2009; Patrick Lauer <patrick@g.o> +bibletime-2.0.1.ebuild:
33 + Bump to 2.0.1. Lots of new deps. Fixes #274750
34
35 *bibletime-2.0 (29 May 2009)
36
37
38
39
40 1.1 app-text/bibletime/bibletime-2.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/bibletime-2.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/bibletime/bibletime-2.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: bibletime-2.0.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-text/bibletime/bibletime-2.0.1.ebuild,v 1.1 2009/06/27 10:50:47 patrick Exp $
50
51 EAPI=2
52
53 inherit cmake-utils
54
55 DESCRIPTION="Qt Bible study application using the SWORD library."
56 HOMEPAGE="http://www.bibletime.info/"
57 SRC_URI="mirror://sourceforge/bibletime/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86"
62 IUSE=""
63
64 RDEPEND=">=app-text/sword-1.5.10
65 dev-cpp/clucene
66 dev-libs/boost
67 >=x11-libs/qt-webkit-4.4.0:4"
68 DEPEND="${RDEPEND}
69 dev-util/cmake
70 x11-libs/qt-test"
71
72 src_configure() {
73 mycmakeargs="${mycmakeargs}
74 -DUSE_QT_WEBKIT=ON"
75 cmake-utils_src_configure
76 }