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.9.ebuild
Date: Wed, 20 Feb 2008 23:35:05
Message-Id: E1JRySs-0000DP-HR@stork.gentoo.org
1 philantrop 08/02/20 23:35:02
2
3 Modified: ChangeLog
4 Added: qtruby-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.71 kde-base/qtruby/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/ChangeLog?r1=1.70&r2=1.71
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- ChangeLog 17 Feb 2008 01:39:10 -0000 1.70
23 +++ ChangeLog 20 Feb 2008 23:35:01 -0000 1.71
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/qtruby
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.70 2008/02/17 01:39:10 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.71 2008/02/20 23:35:01 philantrop Exp $
29 +
30 +*qtruby-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +qtruby-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -qtruby-3.5.5.ebuild,
36 -qtruby-3.5.6.ebuild, -qtruby-3.5.7.ebuild:
37
38
39
40 1.1 kde-base/qtruby/qtruby-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: qtruby-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.9.ebuild,v 1.1 2008/02/20 23:35:01 philantrop Exp $
50
51 KMNAME=kdebindings
52 KMCOPYLIB="libsmokeqt smoke/qt"
53 KM_MAKEFILESREV=1
54 EAPI="1"
55 inherit kde-meta
56
57 DESCRIPTION="Ruby bindings for QT"
58 HOMEPAGE="http://developer.kde.org/language-bindings/ruby/"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=">=virtual/ruby-1.8
63 >=kde-base/smoke-${PV}:${SLOT}"
64
65 PATCHES="${FILESDIR}/no-gtk-glib-check.diff"
66
67 # Because this installs into /usr/lib/ruby/..., it doesn't have SLOT=X.Y like the rest of KDE,
68 # and it installs into /usr entirely.
69 # Note that it still depends on a specific range of (slotted) smoke versions.
70 SLOT="0"
71
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@l.g.o mailing list