summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-22 20:36:44 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-22 22:03:03 +0100
commit4b4456d612fa160bfbd974e2bf026daf733a8853 (patch)
tree192938e83cecc3de9e641c99640b167614d51ae4 /sci-mathematics/rstudio/rstudio-0.98.953.ebuild
parenteutils.eclass: Add egit_clean() (diff)
downloadgentoo-4b4456d612fa160bfbd974e2bf026daf733a8853.tar.gz
gentoo-4b4456d612fa160bfbd974e2bf026daf733a8853.tar.bz2
gentoo-4b4456d612fa160bfbd974e2bf026daf733a8853.zip
sci-mathematics/rstudio: Use egit_clean to clean workdir
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/rstudio/rstudio-0.98.953.ebuild')
-rw-r--r--sci-mathematics/rstudio/rstudio-0.98.953.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/rstudio/rstudio-0.98.953.ebuild b/sci-mathematics/rstudio/rstudio-0.98.953.ebuild
index 996d2f18d461..f9d1868d5f35 100644
--- a/sci-mathematics/rstudio/rstudio-0.98.953.ebuild
+++ b/sci-mathematics/rstudio/rstudio-0.98.953.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$
@@ -21,7 +21,8 @@ RMARKDOWN_VER=0.2.49
DESCRIPTION="IDE for the R language"
HOMEPAGE="http://www.rstudio.org"
-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-${GINVER}.zip
https://s3.amazonaws.com/rstudio-buildtools/gwt-${GWTVER}.zip
https://s3.amazonaws.com/rstudio-buildtools/selenium-java-${SELENIUMVER}.zip
@@ -95,9 +96,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.98.932-paths.patch \
"${FILESDIR}"/${PN}-0.98.932-pandoc.patch \
"${FILESDIR}"/${PN}-0.98.490-linker_flags.patch