public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-3.1.0.ebuild R-3.0.3.ebuild R-3.0.1.ebuild ChangeLog
@ 2014-04-16 16:01 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-04-16 16:01 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/04/16 16:01:47

  Modified:             R-3.1.0.ebuild R-3.0.3.ebuild R-3.0.1.ebuild
                        ChangeLog
  Log:
  Do not compress NEWS.rds, bug #507800, thanks Bernd Feige
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.2                  dev-lang/R/R-3.1.0.ebuild

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

Index: R-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- R-3.1.0.ebuild	15 Apr 2014 19:00:08 -0000	1.1
+++ R-3.1.0.ebuild	16 Apr 2014 16:01:44 -0000	1.2
@@ -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.1.0.ebuild,v 1.1 2014/04/15 19:00:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.0.ebuild,v 1.2 2014/04/16 16:01:44 bicatali Exp $
 
 EAPI=5
 
@@ -181,7 +181,7 @@
 	EOF
 	doenvd 99R
 	use bash-completion && newbashcomp "${WORKDIR}"/${BCP} ${PN}
-	# The buildsystem has a different understanding of install_names than what
+	# The buildsystem has a different understanding of install_names than
 	# we require.  Since it builds modules like shared objects (wrong), many
 	# objects (all modules) get an incorrect install_name.  Fixing the build
 	# system here is not really trivial.
@@ -195,6 +195,7 @@
 		done
 		popd > /dev/null
 	fi
+	docompress -x /usr/share/doc/${PF}/NEWS.rds
 }
 
 pkg_postinst() {



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.0.3.ebuild?r1=1.3&r2=1.4

Index: R-3.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- R-3.0.3.ebuild	7 Apr 2014 11:58:36 -0000	1.3
+++ R-3.0.3.ebuild	16 Apr 2014 16:01:44 -0000	1.4
@@ -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.3 2014/04/07 11:58:36 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.3.ebuild,v 1.4 2014/04/16 16:01:44 bicatali Exp $
 
 EAPI=5
 
@@ -192,6 +192,7 @@
 		done
 		popd > /dev/null
 	fi
+	docompress -x /usr/share/doc/${PF}/NEWS.rds
 }
 
 pkg_postinst() {



1.12                 dev-lang/R/R-3.0.1.ebuild

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

Index: R-3.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- R-3.0.1.ebuild	15 Jan 2014 10:11:28 -0000	1.11
+++ R-3.0.1.ebuild	16 Apr 2014 16:01:45 -0000	1.12
@@ -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.1.ebuild,v 1.11 2014/01/15 10:11:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.0.1.ebuild,v 1.12 2014/04/16 16:01:45 bicatali Exp $
 
 EAPI=5
 
@@ -195,6 +195,7 @@
 		done
 		popd > /dev/null
 	fi
+	docompress -x /usr/share/doc/${PF}/NEWS.rds
 }
 
 pkg_postinst() {



1.236                dev-lang/R/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- ChangeLog	15 Apr 2014 19:00:08 -0000	1.235
+++ ChangeLog	16 Apr 2014 16:01:45 -0000	1.236
@@ -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.235 2014/04/15 19:00:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.236 2014/04/16 16:01:45 bicatali Exp $
+
+  16 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> R-3.0.1.ebuild,
+  R-3.0.3.ebuild, R-3.1.0.ebuild:
+  Do not compress NEWS.rds, bug #507800, thanks Bernd Feige
 
 *R-3.1.0 (15 Apr 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-16 16:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 16:01 [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-3.1.0.ebuild R-3.0.3.ebuild R-3.0.1.ebuild ChangeLog 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