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/kdebindings-perl: ChangeLog kdebindings-perl-4.5.4.ebuild
Date: Thu, 02 Dec 2010 21:23:04
Message-Id: 20101202211509.6806520054@flycatcher.gentoo.org
1 alexxy 10/12/02 21:15:09
2
3 Modified: ChangeLog
4 Added: kdebindings-perl-4.5.4.ebuild
5 Log:
6 [kde-base] Add KDE SC 4.5.4
7
8 (Portage version: 2.2.0_alpha6_p10/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.7 kde-base/kdebindings-perl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 3 Nov 2010 16:30:20 -0000 1.6
24 +++ ChangeLog 2 Dec 2010 21:15:06 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/kdebindings-perl
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.6 2010/11/03 16:30:20 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-perl/ChangeLog,v 1.7 2010/12/02 21:15:06 alexxy Exp $
30 +
31 +*kdebindings-perl-4.5.4 (02 Dec 2010)
32 +
33 + 02 Dec 2010; Alexey Shvetsov <alexxy@g.o>
34 + +kdebindings-perl-4.5.4.ebuild:
35 + Version bump KDE SC 4.5.4
36
37 *kdebindings-perl-4.5.3 (03 Nov 2010)
38
39
40
41
42 1.1 kde-base/kdebindings-perl/kdebindings-perl-4.5.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.5.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-perl/kdebindings-perl-4.5.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kdebindings-perl-4.5.4.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-base/kdebindings-perl/kdebindings-perl-4.5.4.ebuild,v 1.1 2010/12/02 21:15:06 alexxy Exp $
52
53 EAPI="2"
54
55 KMNAME="kdebindings"
56 KMMODULE="perl"
57 MULTIMEDIA_REQUIRED="optional"
58 QTHELP_REQUIRED="optional"
59 WEBKIT_REQUIRED="optional"
60 inherit kde4-meta
61
62 DESCRIPTION="KDE Perl bindings"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
64 IUSE="akonadi attica debug okular phonon plasma qimageblitz qscintilla qwt semantic-desktop"
65
66 DEPEND="
67 >=dev-lang/perl-5.10.1
68 $(add_kdebase_dep smoke 'akonadi?,attica?,multimedia?,okular?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,semantic-desktop?,webkit?')
69 semantic-desktop? ( >=dev-libs/soprano-2.4.64 )
70 "
71 RDEPEND="${DEPEND}"
72
73 KMLOADLIBS="smoke"
74
75 src_configure() {
76 mycmakeargs=(
77 -DDISABLE_Qt3Support=ON
78 $(cmake-utils_use_with akonadi)
79 $(cmake-utils_use_with akonadi KdepimLibs)
80 $(cmake-utils_use_with attica LibAttica)
81 $(cmake-utils_use_disable multimedia QtMultimedia)
82 $(cmake-utils_use_with okular)
83 $(cmake-utils_use_with phonon)
84 $(cmake-utils_use_disable plasma)
85 $(cmake-utils_use_with qimageblitz QImageBlitz)
86 $(cmake-utils_use_with qscintilla QScintilla)
87 $(cmake-utils_use_disable qthelp QtHelp)
88 $(cmake-utils_use_disable qwt)
89 $(cmake-utils_use_with semantic-desktop Nepomuk)
90 $(cmake-utils_use_with semantic-desktop Soprano)
91 $(cmake-utils_use_disable webkit QtWebKit)
92 )
93 kde4-meta_src_configure
94 }