summaryrefslogtreecommitdiff
blob: c77c3af305cafd7505cc3de6e3543804323fe3ae (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# ChangeLog for dev-lang/R
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.24 2004/06/24 22:54:58 agriffis Exp $

*R-1.9.0-r1 (05 Jun 2004)

  05 Jun 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0-r1.ebuild:
  Added a few USE flags according to suggestions by Leo Chen <lcheu@cs.sfu.ca>

  28 May 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
  Removing the f77 USE flag check - just giving a hint when no g77 found.

  17 May 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
  adding f77 to IUSE

  11 May 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
  pkg_setup checks for g77 presence now.

  20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.9.0.ebuild:
  Changed dependency - works also with current libglade, see bug #47825

*R-1.9.0 (13 Apr 2004)

  13 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.8.1.ebuild,
  R-1.9.0.ebuild:
  Version bump, added write permission for /var/cache/fonts

  01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.8.0.ebuild,
  R-1.8.1.ebuild:
  1.8.1 is stable

  22 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.8.1.ebuild:
  Fixing bug #40100 (problems with newer Xfree)

  25 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.4.1-r1.ebuild,
  R-1.4.1.ebuild, R-1.5.1.ebuild, R-1.6.1.ebuild, R-1.6.2.ebuild,
  R-1.7.0.ebuild, R-1.7.1.ebuild, R-1.8.0.ebuild, files/R-1.5.1-tcltk.diff:
  Big cleanup, marking 1.8.0 as stable

*R-1.8.1 (17 Feb 2004)

  17 Feb 2004; Patrick Kursawe <phosphan@gentoo.org> R-1.8.1.ebuild:
  Version bump

  21 Oct 2003; David Holm <dholm@gentoo.org> R-1.8.0.ebuild:
  Added to ~ppc.

*R-1.8.0 (16 Oct 2003)

  16 Oct 2003; George Shapovalov <george@gentoo.org> R-1.8.0 :
  new version (#30784), fixes gnome? dependencies
  thanks to kdh <bolter111@hotmail.com> for an update

*R-1.7.1 (19 Jun 2003)

  19 Jun 2003; George Shapovalov <george@gentoo.org> R-1.7.1 :
  new version (#23012), now correctly builds tcltk support
  fix and update by Tristan Henderson <T.Henderson@cs.ucl.ac.uk>

*R-1.7.0 (29 May 2003)

  29 May 2003; Grant Goodyear <g2boojum@gentoo.org> R-1.7.0.ebuild:
  Version update.  Thanks to Stuart Luppescu for the heads-up.

*R-1.6.2 (12 Apr 2003)

  12 Apr 2003; Grant Goodyear <g2boojum@gentoo.org> Manifest, R-1.6.2.ebuild:
  Version bump

*R-1.6.1 (12 Dec 2002)

  12 Dec 2002; George Shapovalov <george@gentoo.org> R-1.6.1.ebuild :

  version update, patching is unnecessary now. 
  Update subitted by  Sam Wouters <sam.wouters@esat.kuleuven.ac.be>, see #11313

* Autoupdate keywords (12-6-02)
  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*R-1.5.1 (11 July 2002)

  09 Aug 2002; George Shapovalov <george@gentoo.org> R-1.5.1.ebuild :

  fixed the wrappers:
  R installs two identical wrappers (R that invoke R.bin) under /usr/bin and 
  /usr/lib/R/bin/. Only one of these was modified to have correct R_HOME_DIR
  Changed ebuild to modify R under /usr/lib/R/bin and symlink it into /usr/bin

  11 July 2002; George Shapovalov <george@gentoo.org> R-1.5.1.ebuild, files/digest-R-1.5.1 :
  
  upped version
  new version submitted by Tristan Henderson <T.Henderson@cs.ucl.ac.uk>

*R-1.4.1-r1 (11 Apr 2002)
  11 Apr 2002; Spider <spider@gentoo.org>
  Forcing an upgrade due to libpng upgrade.


*R-1.4.1 (19 Feb 2002)

  19 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, R-1.4.1.ebuild :
  
  Initial commit. R is GNU S - A language and environment for statistical
  computing and graphics. Gnome and tcltk gui's are available if in USE.
  
  If gnome, a rudimentary menu entry is made under Applications.
  However, it has the annoying tendency to pop up a terminal window to start
  the gui. (todo 1)  
  
  Also, the html files are not accessible from the toolbar menu entry unless
  you happen to be running netscape. (todo 2)
  
  This ebuild makes use of a new USE variable, 'atlas', which will compile
  R using the auto-tuned blas libraries provided by atlas. NOTE: atlas ebuild
  currently only provides static libraries. Shared libraries are in the works.