public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-2.15.0.ebuild ChangeLog
@ 2012-06-19 16:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-06-19 16:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/06/19 16:55:00

  Modified:             R-2.15.0.ebuild ChangeLog
  Log:
  Update bash completion file with newer one and fix installation
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.4                  dev-lang/R/R-2.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?r1=1.3&r2=1.4

Index: R-2.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- R-2.15.0.ebuild	6 Jun 2012 02:50:20 -0000	1.3
+++ R-2.15.0.ebuild	19 Jun 2012 16:55:00 -0000	1.4
@@ -1,15 +1,16 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v 1.3 2012/06/06 02:50:20 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v 1.4 2012/06/19 16:55:00 bicatali Exp $
 
 EAPI=4
 
 inherit bash-completion-r1 autotools eutils flag-o-matic fortran-2 multilib versionator
 
+BCP=${PN}-20120306.bash_completion
 DESCRIPTION="Language and environment for statistical computing and graphics"
 HOMEPAGE="http://www.r-project.org/"
 SRC_URI="mirror://cran/src/base/R-2/${P}.tar.gz
-	bash-completion? ( mirror://gentoo/R.bash_completion.bz2 )"
+	bash-completion? ( http://dev.gentoo.org/~bicatali/distfiles/${BCP}.bz2 )"
 
 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
 SLOT="0"
@@ -148,7 +149,7 @@
 		R_HOME=${R_DIR}
 	EOF
 	doenvd 99R
-	use bash-completion && dobashcomp "${WORKDIR}"/R.bash_completion
+	use bash-completion && newbashcomp "${WORKDIR}"/${BCP} ${PN}
 }
 
 pkg_postinst() {



1.200                dev-lang/R/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.199&r2=1.200

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog	6 Jun 2012 02:50:20 -0000	1.199
+++ ChangeLog	19 Jun 2012 16:55:00 -0000	1.200
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/R
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.199 2012/06/06 02:50:20 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.200 2012/06/19 16:55:00 bicatali Exp $
+
+  19 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> R-2.15.0.ebuild:
+  Update bash completion file with newer one and fix installation
 
   06 Jun 2012; Zac Medico <zmedico@gentoo.org> R-2.10.1.ebuild, R-2.14.1.ebuild,
   R-2.14.2.ebuild, R-2.15.0.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-2.15.0.ebuild ChangeLog
@ 2012-06-19 19:16 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-06-19 19:16 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/06/19 19:16:55

  Modified:             R-2.15.0.ebuild ChangeLog
  Log:
  commented patches with upstream reports
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lang/R/R-2.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-2.15.0.ebuild?r1=1.4&r2=1.5

Index: R-2.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- R-2.15.0.ebuild	19 Jun 2012 16:55:00 -0000	1.4
+++ R-2.15.0.ebuild	19 Jun 2012 19:16:55 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v 1.4 2012/06/19 16:55:00 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-2.15.0.ebuild,v 1.5 2012/06/19 19:16:55 bicatali Exp $
 
 EAPI=4
 
@@ -61,27 +61,45 @@
 }
 
 src_prepare() {
+	# gentoo bug #322965 (not applied upstream)
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14505
+	epatch "${FILESDIR}"/${PN}-2.11.1-parallel.patch
+
+	# respect ldflags (not applied upstream)
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14506
+	epatch "${FILESDIR}"/${PN}-2.12.1-ldflags.patch
+
+	# gentoo bug #383431
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14951
+	epatch "${FILESDIR}"/${PN}-2.13.1-zlib_header_fix.patch
+
+	# tiff automagic
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14952
+	epatch "${FILESDIR}"/${PN}-2.14.1-tiff.patch
+
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14953
+	epatch "${FILESDIR}"/${PN}-2.14.1-rmath-shared.patch
+
+	# too many warning crash, bug #405463
+	# https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14954
+	epatch "${FILESDIR}"/${PN}-2.14.1-warnings-buffer-overflow.patch
+
+	# applied upstream for next R
 	epatch \
-		"${FILESDIR}"/${PN}-2.11.1-parallel.patch \
-		"${FILESDIR}"/${PN}-2.12.1-ldflags.patch \
-		"${FILESDIR}"/${PN}-2.13.1-zlib_header_fix.patch \
-		"${FILESDIR}"/${PN}-2.14.1-tiff.patch \
-		"${FILESDIR}"/${PN}-2.14.1-rmath-shared.patch \
-		"${FILESDIR}"/${PN}-2.14.1-warnings-buffer-overflow.patch \
 		"${FILESDIR}"/${PN}-2.14.2-library-writability.patch \
 		"${FILESDIR}"/${PN}-2.14.2-prune-package-update.patch
 
-	# fix packages.html for doc (bug #205103)
+	# fix packages.html for doc (gentoo bug #205103)
 	sed -i \
 		-e "s:../../../library:../../../../$(get_libdir)/R/library:g" \
 		src/library/tools/R/Rd.R || die
 
-	# fix Rscript path when installed (bug #221061)
+	# fix Rscript path when installed (gentoo bug #221061)
 	sed -i \
 		-e "s:-DR_HOME='\"\$(rhome)\"':-DR_HOME='\"${R_DIR}\"':" \
 		src/unix/Makefile.in || die "sed unix Makefile failed"
 
-	# fix HTML links to manual (bug #273957)
+	# fix HTML links to manual (gentoo bug #273957)
 	sed -i \
 		-e 's:\.\./manual/:manual/:g' \
 		$(grep -Flr ../manual/ doc) || die "sed for HTML links failed"



1.201                dev-lang/R/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.200&r2=1.201

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog	19 Jun 2012 16:55:00 -0000	1.200
+++ ChangeLog	19 Jun 2012 19:16:55 -0000	1.201
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/R
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.200 2012/06/19 16:55:00 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.201 2012/06/19 19:16:55 bicatali Exp $
+
+  19 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> R-2.15.0.ebuild:
+  commented patches with upstream reports
 
   19 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> R-2.15.0.ebuild:
   Update bash completion file with newer one and fix installation






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-19 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19 16:55 [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-2.15.0.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 19:16 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox