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: ChangeLog rkward-0.5.3.ebuild
Date: Tue, 04 May 2010 21:59:05
Message-Id: 20100504215901.51C8529643@corvid.gentoo.org
1 bicatali 10/05/04 21:59:01
2
3 Modified: ChangeLog
4 Added: rkward-0.5.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.21 sci-mathematics/rkward/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 4 Nov 2009 17:55:48 -0000 1.20
23 +++ ChangeLog 4 May 2010 21:59:01 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-mathematics/rkward
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.20 2009/11/04 17:55:48 bicatali Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/ChangeLog,v 1.21 2010/05/04 21:59:01 bicatali Exp $
30 +
31 +*rkward-0.5.3 (04 May 2010)
32 +
33 + 04 May 2010; Sébastien Fabbro <bicatali@g.o> +rkward-0.5.3.ebuild:
34 + Version bump
35
36 *rkward-0.5.2 (04 Nov 2009)
37
38
39
40
41 1.1 sci-mathematics/rkward/rkward-0.5.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rkward-0.5.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rkward/rkward-0.5.3.ebuild,v 1.1 2010/05/04 21:59:01 bicatali Exp $
51
52 EAPI="2"
53
54 inherit kde4-base
55
56 DESCRIPTION="An IDE/GUI for the R-project"
57 HOMEPAGE="http://rkward.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="debug"
64
65 DEPEND=">=dev-lang/R-2.7.0"
66 RDEPEND="${DEPEND}
67 !<=sci-mathematics/rkward-0.5.0b"
68
69 src_install() {
70 kde4-base_src_install
71 # avoid file collisions
72 rm -f "${D}"/usr/$(get_libdir)/R/library/R.css
73 rm -f "${D}"/usr/share/apps/katepart/syntax/r.xml
74 }