Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-ruby: kdebindings-ruby-4.6.0.ebuild
Date: Fri, 04 Feb 2011 22:26:20
Message-Id: 20110204222606.DF3F920054@flycatcher.gentoo.org
1 reavertm 11/02/04 22:26:06
2
3 Modified: kdebindings-ruby-4.6.0.ebuild
4 Log:
5 Add qt-declarative support via eclass
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild?r1=1.4&r2=1.5
15
16 Index: kdebindings-ruby-4.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- kdebindings-ruby-4.6.0.ebuild 3 Feb 2011 10:54:48 -0000 1.4
23 +++ kdebindings-ruby-4.6.0.ebuild 4 Feb 2011 22:26:06 -0000 1.5
24 @@ -1,11 +1,12 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild,v 1.4 2011/02/03 10:54:48 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.6.0.ebuild,v 1.5 2011/02/04 22:26:06 reavertm Exp $
29
30 EAPI=3
31
32 KMNAME="kdebindings"
33 KMMODULE="ruby"
34 +DECLARATIVE_REQUIRED="optional"
35 WEBKIT_REQUIRED="optional"
36
37 USE_RUBY="ruby18"
38 @@ -19,9 +20,8 @@
39
40 DESCRIPTION="KDE Ruby bindings"
41 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
42 -IUSE="akonadi debug declarative kate okular phonon plasma qscintilla qwt semantic-desktop"
43 +IUSE="akonadi debug kate okular phonon plasma qscintilla qwt semantic-desktop"
44
45 -# TODO add qt-declarative
46 DEPEND="
47 $(add_kdebase_dep smoke 'akonadi?,declarative?,kate?,okular?,phonon?,qscintilla?,qwt?,semantic-desktop?,webkit?')
48 "