Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward: rkward-0.4.9a.ebuild ChangeLog rkward-0.5.0c.ebuild rkward-0.5.0b.ebuild
Date: Wed, 01 Apr 2009 11:56:45
Message-Id: E1Loz3i-0004gu-Sy@stork.gentoo.org
1 bicatali 09/04/01 11:56:42
2
3 Modified: rkward-0.4.9a.ebuild ChangeLog
4 Added: rkward-0.5.0c.ebuild
5 Removed: rkward-0.5.0b.ebuild
6 Log:
7 Version bump and set all to SLOT=0 with blockers because of collisions.
8 Thanks Michel Lang for his work, closing bug #264334.
9 (Portage version: 2.2_rc27/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 sci-mathematics/rkward/rkward-0.4.9a.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild?r1=1.3&r2=1.4
17
18 Index: rkward-0.4.9a.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- rkward-0.4.9a.ebuild 6 Sep 2008 15:24:52 -0000 1.3
25 +++ rkward-0.4.9a.ebuild 1 Apr 2009 11:56:42 -0000 1.4
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2008 Gentoo Foundation
28 +# Copyright 1999-2009 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild,v 1.3 2008/09/06 15:24:52 armin76 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.4.9a.ebuild,v 1.4 2009/04/01 11:56:42 bicatali Exp $
32
33 ARTS_REQUIRED="never"
34
35 -inherit kde
36 +inherit eutils kde
37
38 DESCRIPTION="An IDE/GUI for the R-project"
39 HOMEPAGE="http://rkward.sourceforge.net/"
40 @@ -17,7 +17,8 @@
41
42 DEPEND="dev-lang/R"
43 RDEPEND="${DEPEND}
44 - dev-lang/php"
45 + dev-lang/php
46 + !>=sci-mathematics/rkward-0.5"
47
48 need-kde 3
49
50
51
52
53 1.16 sci-mathematics/rkward/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.16&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.16&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.15&r2=1.16
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
62 retrieving revision 1.15
63 retrieving revision 1.16
64 diff -u -r1.15 -r1.16
65 --- ChangeLog 29 Jan 2009 13:37:09 -0000 1.15
66 +++ ChangeLog 1 Apr 2009 11:56:42 -0000 1.16
67 @@ -1,6 +1,13 @@
68 # ChangeLog for sci-mathematics/rkward
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.15 2009/01/29 13:37:09 scarabeus Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.16 2009/04/01 11:56:42 bicatali Exp $
72 +
73 +*rkward-0.5.0c (01 Apr 2009)
74 +
75 + 01 Apr 2009; Sébastien Fabbro <bicatali@g.o>
76 + -rkward-0.5.0b.ebuild, +rkward-0.5.0c.ebuild:
77 + Version bump and set all to SLOT=0 with blockers because of collisions.
78 + Thanks Michel Lang for his work, closing bug #264334.
79
80 29 Jan 2009; Tomas Chvatal <scarabeus@g.o> rkward-0.5.0b.ebuild:
81 Update deps correctly (dont be so strict).
82
83
84
85 1.1 sci-mathematics/rkward/rkward-0.5.0c.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0c.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0c.ebuild?rev=1.1&content-type=text/plain
89
90 Index: rkward-0.5.0c.ebuild
91 ===================================================================
92 # Copyright 1999-2009 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.0c.ebuild,v 1.1 2009/04/01 11:56:42 bicatali Exp $
95
96 EAPI="2"
97 KDE_MINIMAL="4.1"
98
99 inherit kde4-base
100
101 DESCRIPTION="An IDE/GUI for the R-project"
102 HOMEPAGE="http://rkward.sourceforge.net/"
103 SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
104
105 LICENSE="GPL-2"
106 SLOT="0"
107 KEYWORDS="~amd64 ~x86"
108 IUSE="debug"
109
110 DEPEND=">=dev-lang/R-2.7.0
111 dev-lang/php[cli]"
112 RDEPEND="${DEPEND}
113 !<=sci-mathematics/rkward-0.5.0b"
114
115 src_install() {
116 kde4-base_src_install
117 # avoid file collisions
118 rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
119 rm -f "${D}"/usr/share/apps/katepart/syntax/r.xml
120 }