Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/quarter: quarter-1.0.0-r1.ebuild
Date: Sat, 26 Jun 2010 14:34:44
Message-Id: 20100626143441.223632CF7A@corvid.gentoo.org
1 reavertm 10/06/26 14:34:40
2
3 Modified: quarter-1.0.0-r1.ebuild
4 Log:
5 Minor cleanup
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-libs/quarter/quarter-1.0.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: quarter-1.0.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- quarter-1.0.0-r1.ebuild 18 May 2010 14:34:59 -0000 1.1
22 +++ quarter-1.0.0-r1.ebuild 26 Jun 2010 14:34:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.1 2010/05/18 14:34:59 reavertm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.2 2010/06/26 14:34:40 reavertm Exp $
28
29 EAPI="2"
30
31 @@ -13,8 +13,8 @@
32 SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${MY_P}.tar.gz"
33
34 LICENSE="GPL-2"
35 -SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 +SLOT="0"
38 IUSE="debug doc static-libs"
39
40 RDEPEND="
41 @@ -24,8 +24,8 @@
42 x11-libs/qt-opengl:4
43 "
44 DEPEND="${RDEPEND}
45 - doc? ( app-doc/doxygen )
46 dev-util/pkgconfig
47 + doc? ( app-doc/doxygen )
48 "
49
50 S="${WORKDIR}/${MY_P}"
51 @@ -34,10 +34,14 @@
52 "${FILESDIR}/${P}-gcc44.patch"
53 )
54
55 +DOCS=(AUTHORS NEWS README)
56 +
57 src_configure() {
58 econf \
59 htmldir="${ROOT}usr/share/doc/${PF}/html" \
60 + --enable-pkgconfig \
61 --enable-shared \
62 + --with-coin \
63 $(use_enable debug) \
64 $(use_enable debug symbols) \
65 $(use_enable doc html) \
66 @@ -46,7 +50,7 @@
67
68 src_install() {
69 base_src_install
70 - dodoc AUTHORS NEWS README || die "dodoc failed"
71 +
72 # Do not install .la files
73 rm -f "${D}"/usr/lib*/qt4/plugins/designer/*.{la,a}
74 use static-libs || rm -f "${D}"/usr/lib*/*.la