From cc7984754df813bb203de550b3065e23efaf252e Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 19 Jun 2012 16:55:00 +0000 Subject: Update bash completion file with newer one and fix installation (Portage version: 2.1.10.65/cvs/Linux x86_64, RepoMan options: --force) --- dev-lang/R/ChangeLog | 5 ++++- dev-lang/R/R-2.15.0.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'dev-lang/R') diff --git a/dev-lang/R/ChangeLog b/dev-lang/R/ChangeLog index 1ae4d8c6307f..2a41b0e85c26 100644 --- a/dev-lang/R/ChangeLog +++ b/dev-lang/R/ChangeLog @@ -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 R-2.15.0.ebuild: + Update bash completion file with newer one and fix installation 06 Jun 2012; Zac Medico R-2.10.1.ebuild, R-2.14.1.ebuild, R-2.14.2.ebuild, R-2.15.0.ebuild: diff --git a/dev-lang/R/R-2.15.0.ebuild b/dev-lang/R/R-2.15.0.ebuild index e58ed574e19a..89fa4bb1094f 100644 --- a/dev-lang/R/R-2.15.0.ebuild +++ b/dev-lang/R/R-2.15.0.ebuild @@ -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 @@ src_install() { R_HOME=${R_DIR} EOF doenvd 99R - use bash-completion && dobashcomp "${WORKDIR}"/R.bash_completion + use bash-completion && newbashcomp "${WORKDIR}"/${BCP} ${PN} } pkg_postinst() { -- cgit v1.2.3-65-gdbad