* [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-2.12.1.ebuild R-2.12.2.ebuild ChangeLog R-2.10.1.ebuild
@ 2011-06-22 18:46 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2011-06-22 18:46 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/22 18:46:09
Modified: R-2.12.1.ebuild R-2.12.2.ebuild ChangeLog
R-2.10.1.ebuild
Log:
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-lang/R/R-2.12.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.1.ebuild?r1=1.2&r2=1.3
Index: R-2.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- R-2.12.1.ebuild 4 Jan 2011 20:51:10 -0000 1.2
+++ R-2.12.1.ebuild 22 Jun 2011 18:46:09 -0000 1.3
@@ -1,9 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.1.ebuild,v 1.2 2011/01/04 20:51:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.1.ebuild,v 1.3 2011/06/22 18:46:09 jlec Exp $
EAPI=2
-inherit eutils flag-o-matic bash-completion versionator
+
+inherit bash-completion eutils flag-o-matic fortran-2 versionator
DESCRIPTION="Language and environment for statistical computing and graphics"
HOMEPAGE="http://www.r-project.org/"
@@ -17,11 +18,14 @@
IUSE="doc java jpeg lapack minimal nls perl png profile readline static-libs threads tk X cairo"
# common depends
-CDEPEND="dev-libs/libpcre
+CDEPEND="
app-arch/bzip2
- virtual/blas
app-text/ghostscript-gpl
- cairo? ( x11-libs/cairo[X]
+ dev-libs/libpcre
+ virtual/blas
+ virtual/fortran
+ cairo? (
+ x11-libs/cairo[X]
|| ( >=x11-libs/pango-1.20[X] <x11-libs/pango-1.20 ) )
jpeg? ( virtual/jpeg )
lapack? ( virtual/lapack )
@@ -33,9 +37,11 @@
DEPEND="${CDEPEND}
dev-util/pkgconfig
- doc? ( virtual/latex-base
- || ( dev-texlive/texlive-fontsrecommended
- app-text/ptex ) )"
+ doc? (
+ virtual/latex-base
+ || (
+ dev-texlive/texlive-fontsrecommended
+ app-text/ptex ) )"
RDEPEND="${CDEPEND}
app-arch/unzip
1.2 dev-lang/R/R-2.12.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.12.2.ebuild?r1=1.1&r2=1.2
Index: R-2.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- R-2.12.2.ebuild 1 Mar 2011 21:31:45 -0000 1.1
+++ R-2.12.2.ebuild 22 Jun 2011 18:46:09 -0000 1.2
@@ -1,9 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.2.ebuild,v 1.1 2011/03/01 21:31:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.12.2.ebuild,v 1.2 2011/06/22 18:46:09 jlec Exp $
EAPI=3
-inherit eutils flag-o-matic bash-completion versionator
+
+inherit bash-completion eutils flag-o-matic fortran-2 versionator
DESCRIPTION="Language and environment for statistical computing and graphics"
HOMEPAGE="http://www.r-project.org/"
@@ -17,11 +18,14 @@
IUSE="doc java jpeg lapack minimal nls perl png profile readline static-libs tk X cairo"
# common depends
-CDEPEND="dev-libs/libpcre
+CDEPEND="
app-arch/bzip2
- virtual/blas
app-text/ghostscript-gpl
- cairo? ( x11-libs/cairo[X]
+ dev-libs/libpcre
+ virtual/blas
+ virtual/fortran
+ cairo? (
+ x11-libs/cairo[X]
|| ( >=x11-libs/pango-1.20[X] <x11-libs/pango-1.20 ) )
jpeg? ( virtual/jpeg )
lapack? ( virtual/lapack )
@@ -33,9 +37,11 @@
DEPEND="${CDEPEND}
dev-util/pkgconfig
- doc? ( virtual/latex-base
- || ( dev-texlive/texlive-fontsrecommended
- app-text/ptex ) )"
+ doc? (
+ virtual/latex-base
+ || (
+ dev-texlive/texlive-fontsrecommended
+ app-text/ptex ) )"
RDEPEND="${CDEPEND}
app-arch/unzip
1.184 dev-lang/R/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 1 Mar 2011 21:31:45 -0000 1.183
+++ ChangeLog 22 Jun 2011 18:46:09 -0000 1.184
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/R
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.183 2011/03/01 21:31:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.184 2011/06/22 18:46:09 jlec Exp $
+
+ 22 Jun 2011; Justin Lecher <jlec@gentoo.org> R-2.10.1.ebuild,
+ R-2.12.1.ebuild, R-2.12.2.ebuild:
+ Added fortran-2.eclass support
*R-2.12.2 (01 Mar 2011)
1.11 dev-lang/R/R-2.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.10.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.10.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.10.1.ebuild?r1=1.10&r2=1.11
Index: R-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.10.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- R-2.10.1.ebuild 8 Nov 2010 18:44:41 -0000 1.10
+++ R-2.10.1.ebuild 22 Jun 2011 18:46:09 -0000 1.11
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.10.1.ebuild,v 1.10 2010/11/08 18:44:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.10.1.ebuild,v 1.11 2011/06/22 18:46:09 jlec Exp $
EAPI=2
-inherit eutils flag-o-matic bash-completion versionator
+
+inherit bash-completion eutils flag-o-matic fortran-2 versionator
DESCRIPTION="Language and environment for statistical computing and graphics"
HOMEPAGE="http://www.r-project.org/"
@@ -17,11 +18,14 @@
IUSE="doc java jpeg lapack minimal nls perl png readline threads tk X cairo"
# common depends
-CDEPEND="dev-libs/libpcre
+CDEPEND="
app-arch/bzip2
- virtual/blas
app-text/ghostscript-gpl
- cairo? ( x11-libs/cairo[X]
+ dev-libs/libpcre
+ virtual/blas
+ virtual/fortran
+ cairo? (
+ x11-libs/cairo[X]
|| ( >=x11-libs/pango-1.20[X] <x11-libs/pango-1.20 ) )
jpeg? ( virtual/jpeg )
lapack? ( virtual/lapack )
@@ -33,9 +37,11 @@
DEPEND="${CDEPEND}
dev-util/pkgconfig
- doc? ( virtual/latex-base
- || ( dev-texlive/texlive-fontsrecommended
- app-text/ptex ) )"
+ doc? (
+ virtual/latex-base
+ || (
+ dev-texlive/texlive-fontsrecommended
+ app-text/ptex ) )"
RDEPEND="${CDEPEND}
app-arch/unzip
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-22 18:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 18:46 [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-2.12.1.ebuild R-2.12.2.ebuild ChangeLog R-2.10.1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox