1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
# ChangeLog for dev-python/rpy
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.18 2007/10/14 06:33:41 genstef Exp $
13 Oct 2007; Dirkjan Ochtman (djc) <mail@manuzhai.nl> +files/90rpy,
+files/rpy-0.99.2-version-detect.patch,
+files/rpy-1.0_rc3-lib-handling.patch,
+files/rpy-1.0_rc3-version-detect.patch, +metadata.xml, +rpy-0.4.6.ebuild,
+rpy-0.99.2-r1.ebuild, +rpy-1.0_rc3.ebuild:
New ebuild for bug 190615; thanks to genstef and dev-zero.
*rpy-0.99.2-r1 (27 Sep 2007)
27 Sep 2007; Ali Polatel <hawking@gentoo.org> -rpy-0.99.2.ebuild,
+rpy-0.99.2-r1.ebuild:
revbump. fix lapack linking issue, bug 143396. added examples use flag.
added trailing slash to HOMEPAGE URI. drop old.
09 Apr 2007; Lukasz Strzygowski <lucass@gentoo.org> rpy-0.4.6.ebuild,
rpy-0.99.2.ebuild:
Use doenvd instead of insinto /etc/env.d, bug #173884.
21 Oct 2006; Aron Griffis <agriffis@gentoo.org> rpy-0.4.6.ebuild:
Mark 0.4.6 stable on ia64
*rpy-0.99.2 (28 Jul 2006)
28 Jul 2006; Alastair Tse <liquidx@gentoo.org>
+files/rpy-0.99.2-version-detect.patch, -rpy-0.4.1.ebuild,
rpy-0.4.6.ebuild, +rpy-0.99.2.ebuild:
version bump. new compatible version with R-2.3.x (#140842)
13 Apr 2006; Scott Stoddard <deltacow@gentoo.org> rpy-0.4.6.ebuild:
Added ~amd64 (bug #129796)
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> rpy-0.4.6.ebuild:
Mark 0.4.6 ~ia64
08 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org>
-files/rpy-0.3.5-cvs_backport.patch, -rpy-0.3.5-r1.ebuild:
clean old ebuild
*rpy-0.4.6 (03 Nov 2005)
03 Nov 2005; Alastair Tse <liquidx@gentoo.org> +rpy-0.4.6.ebuild:
version bump (#102729)
12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> -rpy-0.3.5.ebuild:
Remove version 0.3.5, requested by Marcus Hanwell <cryos@gentoo.org> in bug
95881.
*rpy-0.4.1 (26 Apr 2005)
26 Apr 2005; Alastair Tse <liquidx@gentoo.org> +files/90rpy,
+rpy-0.4.1.ebuild:
version bump. added env.d file to add libpath for R libraries (needed for
rpy to work properly)
*rpy-0.3.5-r1 (26 Apr 2005)
26 Apr 2005; Alastair Tse <liquidx@gentoo.org>
+files/rpy-0.3.5-cvs_backport.patch, rpy-0.3.5.ebuild,
+rpy-0.3.5-r1.ebuild:
revision bump to compile with R-2.0.0 via some ugly hack
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
19 Oct 2004; Alastair Tse <liquidx@gentoo.org> rpy-0.3.5.ebuild:
pegging dep on dev-lang/R-1.91 because 2.0.0 doesn't work with these bindings
18 Oct 2004; Alastair Tse <liquidx@gentoo.org> rpy-0.3.5.ebuild:
fix problem with undefined reference to MAIN__ if using libf2c
18 Oct 2004; Alastair Tse <liquidx@gentoo.org> rpy-0.3.5.ebuild:
added dev-lang/R dep and fix to find libR properly
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> rpy-0.3.5.ebuild:
Remove default S.
*rpy-0.3.5 (21 Feb 2004)
21 Feb 2004; Bryan Østergaard,,, <kloeri@gentoo.org> metadata.xml,
rpy-0.3.5.ebuild:
Initial import.
|