diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-19 16:55:00 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-06-19 16:55:00 +0000 |
commit | cc7984754df813bb203de550b3065e23efaf252e (patch) | |
tree | 7c408ad170db2189685b4b04669a9cd5b220ae43 /dev-lang/R | |
parent | Force gcrypt when gnutls is selected, bug 420803. Add openssl dependency. Ren... (diff) | |
download | gentoo-2-cc7984754df813bb203de550b3065e23efaf252e.tar.gz gentoo-2-cc7984754df813bb203de550b3065e23efaf252e.tar.bz2 gentoo-2-cc7984754df813bb203de550b3065e23efaf252e.zip |
Update bash completion file with newer one and fix installation
(Portage version: 2.1.10.65/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-lang/R')
-rw-r--r-- | dev-lang/R/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/R/R-2.15.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
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 <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: 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() { |