mgorny 14/08/28 11:36:56 Modified: R-3.1.1.ebuild ChangeLog Log: Remove USE=bash-completion, install the completion file unconditionally following the Council decision. (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 dev-lang/R/R-3.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/R-3.1.1.ebuild?r1=1.1&r2=1.2 Index: R-3.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- R-3.1.1.ebuild 28 Jul 2014 17:33:53 -0000 1.1 +++ R-3.1.1.ebuild 28 Aug 2014 11:36:56 -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.1.ebuild,v 1.1 2014/07/28 17:33:53 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/R-3.1.1.ebuild,v 1.2 2014/08/28 11:36:56 mgorny Exp $ EAPI=5 @@ -11,12 +11,12 @@ HOMEPAGE="http://www.r-project.org/" SRC_URI=" mirror://cran/src/base/R-3/${P}.tar.gz - bash-completion? ( http://dev.gentoo.org/~bicatali/distfiles/${BCP}.bz2 )" + http://dev.gentoo.org/~bicatali/distfiles/${BCP}.bz2" LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos" -IUSE="bash-completion cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X" +IUSE="cairo doc icu java jpeg lapack minimal nls openmp perl png prefix profile readline static-libs tiff tk X" REQUIRED_USE="png? ( || ( cairo X ) ) jpeg? ( || ( cairo X ) ) tiff? ( || ( cairo X ) )" CDEPEND=" @@ -180,7 +180,7 @@ R_HOME=${R_DIR} EOF doenvd 99R - use bash-completion && newbashcomp "${WORKDIR}"/${BCP} ${PN} + newbashcomp "${WORKDIR}"/${BCP} ${PN} # 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 1.238 dev-lang/R/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.238&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?rev=1.238&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/R/ChangeLog?r1=1.237&r2=1.238 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v retrieving revision 1.237 retrieving revision 1.238 diff -u -r1.237 -r1.238 --- ChangeLog 28 Jul 2014 17:33:53 -0000 1.237 +++ ChangeLog 28 Aug 2014 11:36:56 -0000 1.238 @@ -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.237 2014/07/28 17:33:53 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.238 2014/08/28 11:36:56 mgorny Exp $ + + 28 Aug 2014; Michał Górny <[email protected]> R-3.1.1.ebuild: + Remove USE=bash-completion, install the completion file unconditionally + following the Council decision. *R-3.1.1 (28 Jul 2014)
