Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/qtruby: ChangeLog qtruby-3.5.8.ebuild
Date: Sat, 20 Oct 2007 00:08:32
Message-Id: E1Ij1iw-0001sM-4s@stork.gentoo.org
1 philantrop 07/10/19 23:57:50
2
3 Modified: ChangeLog
4 Added: qtruby-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.64 kde-base/qtruby/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.64&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.64&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?r1=1.63&r2=1.64
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v
19 retrieving revision 1.63
20 retrieving revision 1.64
21 diff -u -r1.63 -r1.64
22 --- ChangeLog 11 Aug 2007 17:30:49 -0000 1.63
23 +++ ChangeLog 19 Oct 2007 23:57:49 -0000 1.64
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/qtruby
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.63 2007/08/11 17:30:49 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.64 2007/10/19 23:57:49 philantrop Exp $
29 +
30 +*qtruby-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +qtruby-3.5.8.ebuild:
33 + Bump to KDE 3.5.8.
34
35 11 Aug 2007; Raúl Porcel <armin76@g.o> qtruby-3.5.7.ebuild:
36 x86 stable wrt #176297
37
38
39
40 1.1 kde-base/qtruby/qtruby-3.5.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtruby-3.5.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.8.ebuild,v 1.1 2007/10/19 23:57:49 philantrop Exp $
50
51 KMNAME=kdebindings
52 KMCOPYLIB="libsmokeqt smoke/qt"
53 KM_MAKEFILESREV=1
54 MAXKDEVER=$PV
55 KM_DEPRANGE="$PV $MAXKDEVER"
56 inherit kde-meta
57
58 DESCRIPTION="Ruby bindings for QT"
59 HOMEPAGE="http://developer.kde.org/language-bindings/ruby/"
60
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63 DEPEND=" >=virtual/ruby-1.8
64 $(deprange 3.5.6 $MAXKDEVER kde-base/smoke)"
65
66 PATCHES="$FILESDIR/no-gtk-glib-check.diff"
67
68 # Because this installs into /usr/lib/ruby/..., it doesn't have SLOT=X.Y like the rest of KDE,
69 # and it installs into /usr entirely.
70 # Note that it still depends on a specific range of (slotted) smoke versions.
71 SLOT="0"
72 src_compile() {
73 kde_src_compile myconf
74 myconf="$myconf --prefix=/usr"
75 kde_src_compile configure make
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list