Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/konq-plugins: konq-plugins-4.4.0-r1.ebuild ChangeLog
Date: Fri, 29 Oct 2010 12:26:26
Message-Id: 20101029122616.1BB1E20054@flycatcher.gentoo.org
1 hwoarang 10/10/29 12:26:16
2
3 Modified: ChangeLog
4 Added: konq-plugins-4.4.0-r1.ebuild
5 Log:
6 Revbump to apply patch for Qt-4.7. Thanks to Nikos Chantziaras <realnc@×××××.com> for the patch. Bug #338570
7
8 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 kde-misc/konq-plugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 9 Aug 2010 16:29:08 -0000 1.12
24 +++ ChangeLog 29 Oct 2010 12:26:16 -0000 1.13
25 @@ -1,6 +1,13 @@
26 # ChangeLog for kde-misc/konq-plugins
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.12 2010/08/09 16:29:08 reavertm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.13 2010/10/29 12:26:16 hwoarang Exp $
30 +
31 +*konq-plugins-4.4.0-r1 (29 Oct 2010)
32 +
33 + 29 Oct 2010; Markos Chandras <hwoarang@g.o>
34 + +konq-plugins-4.4.0-r1.ebuild, +files/konq-plugins-4.4.0-qt47.patch:
35 + Revbump to apply patch for Qt-4.7. Thanks to Nikos Chantziaras
36 + <realnc@×××××.com> for the patch. Bug #338570
37
38 09 Aug 2010; Maciej Mrozowski <reavertm@g.o>
39 konq-plugins-4.4.0.ebuild:
40
41
42
43 1.1 kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: konq-plugins-4.4.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v 1.1 2010/10/29 12:26:16 hwoarang Exp $
53
54 EAPI=2
55
56 # FIXME. Missing sr@ijekavian in desc.
57 KDE_LINGUAS="af ar ast be bg bn br ca ca@valencia cs cy da de el en_GB eo es et
58 eu fa fi fr fy ga gl he hi hne hr hsb hu is it ja kk km ko ku lt lv mai ml ms nb
59 nds ne nl nn oc pa pl pt pt_BR ro ru se sk sl sr sv ta tg th tr uk uz
60 uz@cyrillic vi xh zh_CN zh_TW"
61 KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
62
63 inherit kde4-base
64
65 DESCRIPTION="Various plugins for konqueror"
66 HOMEPAGE="http://kde.org/"
67 SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2"
68
69 LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
70 SLOT="4"
71 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
72 IUSE="debug +handbook tidy"
73
74 DEPEND="
75 >=kde-base/libkonq-${KDE_MINIMAL}
76 tidy? ( app-text/htmltidy )
77 "
78 RDEPEND="${DEPEND}
79 >=kde-base/kcmshell-${KDE_MINIMAL}
80 >=kde-base/konqueror-${KDE_MINIMAL}
81 "
82
83 PATCHES=(
84 "${FILESDIR}"/${P}-qt47.patch
85 )
86
87 src_configure() {
88 mycmakeargs=(
89 $(cmake-utils_use_with tidy LibTidy)
90 )
91
92 kde4-base_src_configure
93 }