heroxbd 14/04/07 11:58:36 Modified: R-3.0.3.ebuild R-3.0.2.ebuild ChangeLog Log: bug 505904 by Robert McGehee: revert the blas library configure update for bug 499356. I missunderstood the purpose of this option. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.3 dev-lang/R/R-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?r1=1.2&r2=1.3 Index: R-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- R-3.0.3.ebuild 19 Mar 2014 16:41:47 -0000 1.2 +++ R-3.0.3.ebuild 7 Apr 2014 11:58:36 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.2 2014/03/19 16:41:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.3 2014/04/07 11:58:36 heroxbd Exp $ EAPI=5 @@ -133,7 +133,7 @@ --with-system-bzlib \ --with-system-pcre \ --with-system-xz \ - --with-blas="$($(tc-getPKG_CONFIG) --variable=libdir blas)" \ + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ rdocdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable nls) \ 1.6 dev-lang/R/R-3.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.2.ebuild?r1=1.5&r2=1.6 Index: R-3.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- R-3.0.2.ebuild 2 Mar 2014 21:33:49 -0000 1.5 +++ R-3.0.2.ebuild 7 Apr 2014 11:58:36 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.2.ebuild,v 1.5 2014/03/02 21:33:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.2.ebuild,v 1.6 2014/04/07 11:58:36 heroxbd Exp $ EAPI=5 @@ -139,7 +139,7 @@ --with-system-bzlib \ --with-system-pcre \ --with-system-xz \ - --with-blas="$($(tc-getPKG_CONFIG) --variable=libdir blas)" \ + --with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ rdocdir="${EPREFIX}/usr/share/doc/${PF}" \ $(use_enable nls) \ 1.234 dev-lang/R/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.234&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.234&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.233&r2=1.234 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- ChangeLog 19 Mar 2014 16:41:47 -0000 1.233 +++ ChangeLog 7 Apr 2014 11:58:36 -0000 1.234 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/R # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.233 2014/03/19 16:41:47 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.234 2014/04/07 11:58:36 heroxbd Exp $ + + 07 Apr 2014; Benda Xu <[email protected]> R-3.0.2.ebuild, R-3.0.3.ebuild: + bug 505904 by Robert McGehee: revert the blas library configure update for bug + 499356. I missunderstood the purpose of this option. 19 Mar 2014; Sébastien Fabbro <[email protected]> R-3.0.3.ebuild: Re-added the autoconf since we modify the configure.ac
