Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/perlqt: metadata.xml perlqt-4.7.0.ebuild ChangeLog
Date: Wed, 27 Jul 2011 14:13:12
Message-Id: 20110727140434.5164220062@flycatcher.gentoo.org
1 alexxy 11/07/27 14:04:34
2
3 Added: metadata.xml perlqt-4.7.0.ebuild ChangeLog
4 Log:
5 [kde-base] Version bump KDE SC 4.7.0
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-base/perlqt/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>kde</herd>
21 <use>
22 <flag name="declarative">Compile bindings for <pkg>x11-libs/qt-declarative</pkg>.</flag>
23 <flag name="multimedia">Compile bindings for <pkg>x11-libs/qt-multimedia</pkg>.</flag>
24 <flag name="phonon">Compile bindings for Phonon.</flag>
25 <flag name="qimageblitz">Compile bindings for <pkg>media-libs/qimageblitz</pkg>.</flag>
26 <flag name="qscintilla">Compile bindings for <pkg>x11-libs/qscintilla</pkg>.</flag>
27 <flag name="qthelp">Compile bindings for QtHelp from <pkg>x11-libs/qt-assistant</pkg>.</flag>
28 <flag name="qwt">Compile bindings for <pkg>x11-libs/qwt</pkg>.</flag>
29 <flag name="webkit">Compile bindings for <pkg>x11-libs/qt-webkit</pkg>.</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.1 kde-base/perlqt/perlqt-4.7.0.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.0.ebuild?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/perlqt-4.7.0.ebuild?rev=1.1&content-type=text/plain
39
40 Index: perlqt-4.7.0.ebuild
41 ===================================================================
42 # Copyright 1999-2011 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/perlqt-4.7.0.ebuild,v 1.1 2011/07/27 14:04:34 alexxy Exp $
45
46 EAPI=4
47
48 DECLARATIVE_REQUIRED="optional"
49 MULTIMEDIA_REQUIRED="optional"
50 OPENGL_REQUIRED="optional"
51 QTHELP_REQUIRED="optional"
52 KDE_REQUIRED="never"
53 KDE_SCM="git"
54 inherit kde4-base
55
56 DESCRIPTION="Qt Perl bindings"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="debug phonon qimageblitz qscintilla qwt webkit"
59
60 DEPEND="
61 >=dev-lang/perl-5.10.1
62 $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?')
63 "
64 RDEPEND="${DEPEND}"
65
66 # Split from kdebindings-perl in 4.7
67 add_blocker kdebindings-perl
68
69 src_configure() {
70 local mycmakeargs=(
71 -DDISABLE_Qt3Support=ON
72 $(cmake-utils_use_disable declarative QtDeclarative)
73 $(cmake-utils_use_disable multimedia QtMultimedia)
74 $(cmake-utils_use_disable opengl QtOpenGL)
75 $(cmake-utils_use_with phonon)
76 $(cmake-utils_use_with qimageblitz QImageBlitz)
77 $(cmake-utils_use_with qscintilla QScintilla)
78 $(cmake-utils_use_disable qthelp QtHelp)
79 $(cmake-utils_use_disable qwt)
80 $(cmake-utils_use_disable webkit QtWebKit)
81 )
82 kde4-base_src_configure
83 }
84
85
86
87 1.1 kde-base/perlqt/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/perlqt/ChangeLog?rev=1.1&content-type=text/plain
91
92 Index: ChangeLog
93 ===================================================================
94 # ChangeLog for kde-base/perlqt
95 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
96 # $Header: /var/cvsroot/gentoo-x86/kde-base/perlqt/ChangeLog,v 1.1 2011/07/27 14:04:34 alexxy Exp $
97
98 *perlqt-4.7.0 (27 Jul 2011)
99
100 27 Jul 2011; Alexey Shvetsov <alexxy@g.o> +perlqt-4.7.0.ebuild,
101 +metadata.xml:
102 Version bump KDE SC 4.7.0