[arch-commits] Commit in r/repos (extra-i686 extra-i686/PKGBUILD)

Eric Belanger eric at archlinux.org
Sat May 3 02:42:40 UTC 2008


    Date: Friday, May 2, 2008 @ 22:42:40
  Author: eric
Revision: 1258

Merged revisions 2-1257 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/r/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1242 | damir | 2008-05-02 08:42:17 -0400 (Fri, 02 May 2008) | 1 line
  
  upgpkg: r 2.7.0-1
........
  r1257 | eric | 2008-05-02 22:42:21 -0400 (Fri, 02 May 2008) | 2 lines
  
  upgpkg: r 2.7.0-1
      added md5sums
........

Modified:
  r/repos/extra-i686/	(properties)
  r/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)


Property changes on: r/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /r/trunk:1
   + /r/trunk:1-1257

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-03 02:42:21 UTC (rev 1257)
+++ extra-i686/PKGBUILD	2008-05-03 02:42:40 UTC (rev 1258)
@@ -3,18 +3,18 @@
 # Contributor: K. Piche <kpiche at rogers.com>
 
 pkgname=r
-pkgver=2.6.2
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="R is a language and environment for statistical computing and graphics"
 arch=("i686" "x86_64")
 license=('GPL')
 url=('http://www.r-project.org/')
-depends=('blas>=19980702-4' 'lapack>=3.1.1-3' 'bzip2'  'libpng' 'libjpeg' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu')
+depends=('blas>=19980702-4' 'lapack>=3.1.1-3' 'bzip2'  'libpng' 'libjpeg' 'libtiff' 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs>=4.3.0' 'tk' 'libxt' 'libxmu' 'pango')
 makedepends=('java-gcj-compat')
 source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz
 	r.desktop
 	r.png)
-md5sums=('1099cbf02c624ceb459d9bbc4d0d1448' 'f6d54d32e510d90c748a0d16d2abcbdc'\
+md5sums=('9eaee3eceec1d5f72cea5640ca90768c' 'f6d54d32e510d90c748a0d16d2abcbdc'\
          '00659f39e90627fe87f1645df5d4e3a7')
 
 build() {
@@ -54,6 +54,7 @@
  }
 
 
+
 # R is now configured for x86_64-unknown-linux-gnu
 # 
 #   Source directory:          .
@@ -64,16 +65,11 @@
 # 
 #   C++ compiler:              g++  -march=x86-64 -mtune=generic -O2 -pipe
 #   Fortran 90/95 compiler:    gfortran -g -O2
-#   Obj-C compiler:
+#   Obj-C compiler:            gcc -g -O2
 # 
 #   Interfaces supported:      X11, tcltk
-#   External libraries:        readline, BLAS(generic), LAPACK(generic)
-#   Additional capabilities:   PNG, JPEG, iconv, MBCS, NLS
-#   Options enabled:           shared R library, R profiling, Java
+#   External libraries:        readline
+#   Additional capabilities:   PNG, JPEG, iconv, MBCS, NLS, cairo
+#   Options enabled:           shared R library, shared BLAS, R profiling, Java
 # 
 #   Recommended packages:      yes
-
-
-
-
-





More information about the arch-commits mailing list