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/konq-plugins: metadata.xml konq-plugins-4.7.0.ebuild ChangeLog
Date: Wed, 27 Jul 2011 14:13:07
Message-Id: 20110727140430.B542420061@flycatcher.gentoo.org
1 alexxy 11/07/27 14:04:30
2
3 Added: metadata.xml konq-plugins-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.4 kde-base/konq-plugins/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/metadata.xml?r1=1.3&r2=1.4
15
16
17
18
19 1.1 kde-base/konq-plugins/konq-plugins-4.7.0.ebuild
20
21 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/konq-plugins-4.7.0.ebuild?rev=1.1&view=markup
22 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/konq-plugins-4.7.0.ebuild?rev=1.1&content-type=text/plain
23
24 Index: konq-plugins-4.7.0.ebuild
25 ===================================================================
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: /var/cvsroot/gentoo-x86/kde-base/konq-plugins/konq-plugins-4.7.0.ebuild,v 1.1 2011/07/27 14:04:30 alexxy Exp $
29
30 EAPI=4
31
32 KMNAME="kde-baseapps"
33 inherit kde4-meta
34
35 DESCRIPTION="Various plugins for konqueror"
36 HOMEPAGE="http://kde.org/"
37
38 LICENSE="GPL-2"
39 KEYWORDS="~amd64 ~x86"
40 IUSE="debug tidy"
41
42 DEPEND="
43 $(add_kdebase_dep libkonq)
44 tidy? ( app-text/htmltidy )
45 "
46 RDEPEND="${DEPEND}
47 !kde-misc/konq-plugins
48 $(add_kdebase_dep kcmshell)
49 $(add_kdebase_dep konqueror)
50 "
51
52 src_configure() {
53 local mycmakeargs=(
54 -DKdeWebKit=OFF
55 -DWebKitPart=OFF
56 $(cmake-utils_use_with tidy LibTidy)
57 )
58
59 kde4-meta_src_configure
60 }
61
62
63
64 1.117 kde-base/konq-plugins/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/ChangeLog?rev=1.117&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/ChangeLog?rev=1.117&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konq-plugins/ChangeLog?r1=1.116&r2=1.117