Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/R: R-3.1.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 11:37:00
Message-Id: 20140828113656.1FA4F41A9@oystercatcher.gentoo.org
1 mgorny 14/08/28 11:36:56
2
3 Modified: R-3.1.1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, install the completion file unconditionally following the Council decision.
6
7 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-lang/R/R-3.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: R-3.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- R-3.1.1.ebuild 28 Jul 2014 17:33:53 -0000 1.1
23 +++ R-3.1.1.ebuild 28 Aug 2014 11:36:56 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v 1.1 2014/07/28 17:33:53 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v 1.2 2014/08/28 11:36:56 mgorny Exp $
29
30 EAPI=5
31
32 @@ -11,12 +11,12 @@
33 HOMEPAGE="http://www.r-project.org/"
34 SRC_URI="
35 mirror://cran/src/base/R-3/${P}.tar.gz
36 - bash-completion? ( http://dev.gentoo.org/~bicatali/distfiles/${BCP}.bz2 )"
37 + http://dev.gentoo.org/~bicatali/distfiles/${BCP}.bz2"
38
39 LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
40 SLOT="0"
41 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
42 -IUSE="bash-completion cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X"
43 +IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X"
44 REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )"
45
46 CDEPEND="
47 @@ -180,7 +180,7 @@
48 R_HOME=${R_DIR}
49 EOF
50 doenvd 99R
51 - use bash-completion && newbashcomp "${WORKDIR}"/${BCP} ${PN}
52 + newbashcomp "${WORKDIR}"/${BCP} ${PN}
53 # The buildsystem has a different understanding of install_names than
54 # we require. Since it builds modules like shared objects (wrong), many
55 # objects (all modules) get an incorrect install_name. Fixing the build
56
57
58
59 1.238 dev-lang/R/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.238&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.238&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.237&r2=1.238
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v
68 retrieving revision 1.237
69 retrieving revision 1.238
70 diff -u -r1.237 -r1.238
71 --- ChangeLog 28 Jul 2014 17:33:53 -0000 1.237
72 +++ ChangeLog 28 Aug 2014 11:36:56 -0000 1.238
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-lang/R
75 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.237 2014/07/28 17:33:53 calchan Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.238 2014/08/28 11:36:56 mgorny Exp $
78 +
79 + 28 Aug 2014; Michał Górny <mgorny@g.o> R-3.1.1.ebuild:
80 + Remove USE=bash-completion, install the completion file unconditionally
81 + following the Council decision.
82
83 *R-3.1.1 (28 Jul 2014)