diff options
Diffstat (limited to 'sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild')
-rw-r--r-- | sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild b/sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild index 3682c5ca0fd0..64818de5367e 100644 --- a/sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild +++ b/sci-mathematics/rstudio/rstudio-0.99.473-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -26,9 +26,11 @@ SHINYAPPS_VER=0.98.1000 RSCONNECT_VER=0.4.1.4_fcac892a69817febd7b655b189bf57193260cda0 DESCRIPTION="IDE for the R language" -HOMEPAGE="http://www.rstudio.org +HOMEPAGE=" + http://www.rstudio.org https://github.com/rstudio/rstudio/" -SRC_URI="https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI=" + https://github.com/rstudio/rstudio/archive/v${PV}.tar.gz -> ${P}.tar.gz https://s3.amazonaws.com/rstudio-buildtools/gin-${GIN_VER}.zip https://s3.amazonaws.com/rstudio-buildtools/gwt-${GWT_VER}.zip https://s3.amazonaws.com/rstudio-buildtools/selenium-java-${SELENIUM_VER}.zip @@ -123,9 +125,10 @@ src_unpack() { src_prepare() { java-pkg-2_src_prepare - find . -name .gitignore -delete || die + egit_clean - epatch "${FILESDIR}"/${PN}-0.98.490-prefs.patch \ + epatch \ + "${FILESDIR}"/${PN}-0.98.490-prefs.patch \ "${FILESDIR}"/${PN}-0.99.473-paths.patch \ "${FILESDIR}"/${PN}-0.99.473-clang-pandoc.patch \ "${FILESDIR}"/${PN}-0.98.490-linker_flags.patch \ |