Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/konq-plugins: ChangeLog konq-plugins-4.4.0.ebuild
Date: Sun, 21 Feb 2010 15:46:12
Message-Id: E1NjE0Y-0002Jg-KP@stork.gentoo.org
1 ssuominen 10/02/21 15:46:10
2
3 Modified: ChangeLog
4 Added: konq-plugins-4.4.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 kde-misc/konq-plugins/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/konq-plugins/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 16 Nov 2009 22:04:54 -0000 1.8
23 +++ ChangeLog 21 Feb 2010 15:46:10 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-misc/konq-plugins
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.8 2009/11/16 22:04:54 maekke Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.9 2010/02/21 15:46:10 ssuominen Exp $
30 +
31 +*konq-plugins-4.4.0 (21 Feb 2010)
32 +
33 + 21 Feb 2010; Samuli Suominen <ssuominen@g.o>
34 + +konq-plugins-4.4.0.ebuild:
35 + Version bump.
36
37 16 Nov 2009; Markus Meier <maekke@g.o> konq-plugins-4.3.0.ebuild:
38 amd64/x86 stable, bug #292242
39
40
41
42 1.1 kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: konq-plugins-4.4.0.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0.ebuild,v 1.1 2010/02/21 15:46:10 ssuominen Exp $
52
53 EAPI=2
54
55 KDE_MINIMAL=4.4
56
57 # FIXME. Missing sr@ijekavian in desc.
58 KDE_LINGUAS="af ar ast be bg bn br ca ca@valencia cs cy da de el en_GB eo es et
59 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
60 nds ne nl nn oc pa pl pt pt_BR ro ru se sk sl sr sv ta tg th tr uk uz
61 uz@cyrillic vi xh zh_CN zh_TW"
62 KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
63
64 inherit kde4-base
65
66 DESCRIPTION="Various plugins for konqueror"
67 HOMEPAGE="http://kde.org/"
68 SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2"
69
70 LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
71 SLOT="4"
72 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
73 IUSE="debug +handbook tidy"
74
75 DEPEND=">=kde-base/libkonq-${KDE_MINIMAL}
76 tidy? ( app-text/htmltidy )"
77 RDEPEND="${DEPEND}
78 >=kde-base/kcmshell-${KDE_MINIMAL}
79 >=kde-base/konqueror-${KDE_MINIMAL}"
80
81 src_configure() {
82 mycmakeargs+=(
83 $(cmake-utils_use_with tidy LibTidy)
84 )
85
86 kde4-base_src_configure
87 }