Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/SoQt: ChangeLog SoQt-1.5.0.ebuild
Date: Sun, 04 Apr 2010 11:46:04
Message-Id: E1NyOH7-0003FS-43@stork.gentoo.org
1 tommy 10/04/04 11:45:57
2
3 Modified: ChangeLog
4 Added: SoQt-1.5.0.ebuild
5 Log:
6 Version bump, fixes bug 312047, thanks to Kacper Kowalik (Xarthisius) for reporting and testing
7 (Portage version: 2.2_rc67-r3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 media-libs/SoQt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 5 Jan 2010 01:57:36 -0000 1.28
23 +++ ChangeLog 4 Apr 2010 11:45:56 -0000 1.29
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-libs/SoQt
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.28 2010/01/05 01:57:36 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.29 2010/04/04 11:45:56 tommy Exp $
29 +
30 +*SoQt-1.5.0 (04 Apr 2010)
31 +
32 + 04 Apr 2010; Thomas Sachau (Tommy[D]) <tommy@g.o>
33 + +SoQt-1.5.0.ebuild:
34 + Version bump, fixes bug 312047, thanks to Kacper Kowalik (Xarthisius) for
35 + reporting and testing
36
37 05 Jan 2010; Ben de Groot <yngwin@g.o> SoQt-1.4.1.ebuild:
38 Drop qt3 support
39
40
41
42 1.1 media-libs/SoQt/SoQt-1.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/SoQt-1.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/SoQt-1.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: SoQt-1.5.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.5.0.ebuild,v 1.1 2010/04/04 11:45:56 tommy Exp $
52
53 EAPI="2"
54
55 inherit base
56
57 DESCRIPTION="The glue between Coin3D and Qt"
58 SRC_URI="http://ftp.coin3d.org/coin/src/all/${P}.tar.gz"
59 HOMEPAGE="http://www.coin3d.org/"
60
61 SLOT="0"
62 LICENSE="|| ( GPL-2 PEL )"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="doc"
65
66 RDEPEND=">=media-libs/coin-3.1.2
67 x11-libs/qt-gui:4
68 x11-libs/qt-opengl:4"
69
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 doc? ( app-doc/doxygen )"
73
74 DOCS=( "AUTHORS" "NEWS" "README" "FAQ" "HACKING" "ChangeLog" )
75
76 src_configure() {
77 econf --with-coin --disable-html-help $(use_enable doc html) htmldir=/usr/share/doc/${PF}/html
78 }