Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: qdevelop-0.28.ebuild
Date: Mon, 01 Nov 2010 15:59:30
Message-Id: 20101101155914.EFBB72004B@flycatcher.gentoo.org
1 ssuominen 10/11/01 15:59:14
2
3 Modified: qdevelop-0.28.ebuild
4 Log:
5 drop invalid quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/qdevelop/qdevelop-0.28.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild?r1=1.1&r2=1.2
15
16 Index: qdevelop-0.28.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qdevelop-0.28.ebuild 1 Nov 2010 13:34:40 -0000 1.1
23 +++ qdevelop-0.28.ebuild 1 Nov 2010 15:59:14 -0000 1.2
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.1 2010/11/01 13:34:40 wired Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.2 2010/11/01 15:59:14 ssuominen Exp $
29
30 EAPI="2"
31
32 inherit eutils cmake-utils
33
34 -MY_P="${PN}-v${PV}"
35 +MY_P=${PN}-v${PV}
36 DESCRIPTION="A development environment entirely dedicated to Qt4."
37 HOMEPAGE="http://biord-software.org/qdevelop/"
38 SRC_URI="http://biord-software.org/downloads/${MY_P}.tar.gz"
39 @@ -20,9 +20,9 @@
40 x11-libs/qt-sql:4[sqlite]"
41 RDEPEND="${DEPEND}"
42
43 -S="${WORKDIR}"/"${MY_P}"
44 +S=${WORKDIR}/${MY_P}
45
46 -PATCHES=( "${FILESDIR}"/"${P}"-qt-4.7_fix.patch )
47 +PATCHES=( "${FILESDIR}"/${P}-qt-4.7_fix.patch )
48
49 src_configure() {
50 mycmakeargs=( "-DAUTOPLUGINS=$(use plugins && echo 1 || echo 0)" )