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: ChangeLog kdebindings-ruby-4.4.4.ebuild
Date: Sat, 26 Jun 2010 02:05:45
Message-Id: 20100626020540.C003A2CF6E@corvid.gentoo.org
1 reavertm 10/06/26 02:05:40
2
3 Modified: ChangeLog kdebindings-ruby-4.4.4.ebuild
4 Log:
5 Fix automagic dependencies, bug 325461
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.13 kde-base/kdebindings-ruby/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 24 Jun 2010 07:36:18 -0000 1.12
22 +++ ChangeLog 26 Jun 2010 02:05:40 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for kde-base/kdebindings-ruby
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.12 2010/06/24 07:36:18 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/ChangeLog,v 1.13 2010/06/26 02:05:40 reavertm Exp $
28 +
29 + 26 Jun 2010; Maciej Mrozowski <reavertm@g.o>
30 + kdebindings-ruby-4.4.4.ebuild:
31 + Fix automagic dependencies, bug 325461
32
33 24 Jun 2010; Christoph Mende <angelos@g.o>
34 kdebindings-ruby-4.4.4.ebuild:
35
36
37
38 1.3 kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild?r1=1.2&r2=1.3
43
44 Index: kdebindings-ruby-4.4.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- kdebindings-ruby-4.4.4.ebuild 24 Jun 2010 07:36:18 -0000 1.2
51 +++ kdebindings-ruby-4.4.4.ebuild 26 Jun 2010 02:05:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild,v 1.2 2010/06/24 07:36:18 angelos Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-ruby/kdebindings-ruby-4.4.4.ebuild,v 1.3 2010/06/26 02:05:40 reavertm Exp $
57
58 EAPI="2"
59
60 @@ -61,18 +61,18 @@
61 each_ruby_configure() {
62 CMAKE_USE_DIR=${S}
63 mycmakeargs=(
64 - $(cmake-utils_use_enable akonadi KdepimLibs)
65 - $(cmake-utils_use_enable akonadi)
66 - $(cmake-utils_use_enable okular)
67 + $(cmake-utils_use_with akonadi)
68 + $(cmake-utils_use_with akonadi KdepimLibs)
69 + $(cmake-utils_use_with okular)
70 $(cmake-utils_use_enable plasma PLASMA_RUBY)
71 - $(cmake-utils_use_enable phonon)
72 + $(cmake-utils_use_with phonon)
73 $(cmake-utils_use_enable phonon PHONON_RUBY)
74 - $(cmake-utils_use_enable qscintilla QScintilla)
75 + $(cmake-utils_use_with qscintilla QScintilla)
76 $(cmake-utils_use_enable qscintilla QSCINTILLA_RUBY)
77 $(cmake-utils_use_enable qwt QWT_RUBY)
78 - $(cmake-utils_use_enable semantic-desktop Soprano)
79 + $(cmake-utils_use_with semantic-desktop Nepomuk)
80 + $(cmake-utils_use_with semantic-desktop Soprano)
81 $(cmake-utils_use_enable semantic-desktop SOPRANO_RUBY)
82 - $(cmake-utils_use_enable semantic-desktop Nepomuk)
83 $(cmake-utils_use_enable webkit QTWEBKIT_RUBY)
84 -DENABLE_KROSSRUBY=OFF
85 -DRUBY_LIBRARY=$(ruby_get_libruby)