Gentoo Archives: gentoo-commits

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