Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-ruby: metadata.xml ChangeLog kdebindings-ruby-4.4.0.ebuild
Date: Wed, 10 Feb 2010 21:39:21
Message-Id: E1NfKHG-0001dk-3y@stork.gentoo.org
1 abcd 10/02/10 21:39:18
2
3 Modified: metadata.xml ChangeLog
4 kdebindings-ruby-4.4.0.ebuild
5 Log:
6 Make okular bindings optional instead of automagic
7 (Portage version: -svn/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 kde-base/kdebindings-ruby/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/metadata.xml?r1=1.3&r2=1.4
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/metadata.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- metadata.xml 9 Feb 2010 16:29:15 -0000 1.3
23 +++ metadata.xml 10 Feb 2010 21:39:17 -0000 1.4
24 @@ -5,6 +5,7 @@
25 <use>
26 <flag name="akonadi">Compile bindings for <pkg>kde-base/akonadi</pkg>.</flag>
27 <flag name="kdevplatform">Compile bindings for <pkg>dev-util/kdevplatform</pkg>.</flag>
28 + <flag name="okular">Compile bindings for <pkg>kde-base/okular</pkg>.</flag>
29 <flag name="phonon">Compile bindings for <pkg>media-sound/phonon</pkg>.</flag>
30 <flag name="plasma">Compile bindings for kde's plasma.</flag>
31 <flag name="qscintilla">Compile bindings for <pkg>x11-libs/qscintilla</pkg>.</flag>
32
33
34
35 1.3 kde-base/kdebindings-ruby/ChangeLog
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?rev=1.3&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?rev=1.3&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?r1=1.2&r2=1.3
40
41 Index: ChangeLog
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v
44 retrieving revision 1.2
45 retrieving revision 1.3
46 diff -u -r1.2 -r1.3
47 --- ChangeLog 9 Feb 2010 16:29:15 -0000 1.2
48 +++ ChangeLog 10 Feb 2010 21:39:17 -0000 1.3
49 @@ -1,6 +1,10 @@
50 # ChangeLog for kde-base/kdebindings-ruby
51 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
52 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.2 2010/02/09 16:29:15 scarabeus Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.3 2010/02/10 21:39:17 abcd Exp $
54 +
55 + 10 Feb 2010; Jonathan Callen <abcd@g.o>
56 + kdebindings-ruby-4.4.0.ebuild, metadata.xml:
57 + Make okular bindings optional instead of automagic
58
59 09 Feb 2010; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
60 Add missing useflag desc.
61
62
63
64 1.2 kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild?rev=1.2&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild?rev=1.2&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild?r1=1.1&r2=1.2
69
70 Index: kdebindings-ruby-4.4.0.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild,v
73 retrieving revision 1.1
74 retrieving revision 1.2
75 diff -u -r1.1 -r1.2
76 --- kdebindings-ruby-4.4.0.ebuild 9 Feb 2010 00:21:37 -0000 1.1
77 +++ kdebindings-ruby-4.4.0.ebuild 10 Feb 2010 21:39:17 -0000 1.2
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2010 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild,v 1.1 2010/02/09 00:21:37 alexxy Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.0.ebuild,v 1.2 2010/02/10 21:39:17 abcd Exp $
83
84 EAPI="2"
85
86 @@ -14,10 +14,10 @@
87
88 DESCRIPTION="KDE Ruby bindings"
89 KEYWORDS="~amd64 ~x86"
90 -IUSE="akonadi debug kdevplatform phonon plasma qscintilla qwt semantic-desktop"
91 +IUSE="akonadi debug kdevplatform okular phonon plasma qscintilla qwt semantic-desktop"
92
93 DEPEND="
94 - $(add_kdebase_dep smoke 'akonadi?,kdevplatform?,phonon?,qscintilla?,qwt?,semantic-desktop?')
95 + $(add_kdebase_dep smoke 'akonadi?,kdevplatform?,okular?,phonon?,qscintilla?,qwt?,semantic-desktop?')
96 "
97
98 RDEPEND="${DEPEND}
99 @@ -65,6 +65,7 @@
100 $(cmake-utils_use_enable akonadi)
101 $(cmake-utils_use_enable kdevplatform KDEVPLATFORM_RUBY)
102 $(cmake-utils_use_with kdevplatform KDevPlatform)
103 + $(cmake-utils_use_enable okular)
104 $(cmake-utils_use_enable plasma PLASMA_RUBY)
105 $(cmake-utils_use_enable phonon)
106 $(cmake-utils_use_enable phonon PHONON_RUBY)