Gentoo Archives: gentoo-commits

From: Mark Wright <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/
Date: Fri, 29 Jan 2016 04:59:53
Message-Id: 1454041116.09541034bc6bce8db9f12a12ff351c4ca9baa5d2.gienah@gentoo
1 commit: 09541034bc6bce8db9f12a12ff351c4ca9baa5d2
2 Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
3 AuthorDate: Fri Jan 29 04:18:36 2016 +0000
4 Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 04:18:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09541034
7
8 sci-mathematics/rstudio: cosmetic changes to PATCHES array in 0.99.486-r1
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --ignore-arches
12
13 sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild | 20 ++++++++++++--------
14 1 file changed, 12 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild b/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild
17 index c5b11ff..4f1c7f3 100644
18 --- a/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild
19 +++ b/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -87,6 +87,16 @@ DEPEND="${RDEPEND}
27 virtual/pkgconfig"
28 # test? ( dev-java/junit:4 )
29
30 +PATCHES=(
31 + "${FILESDIR}/${PN}-0.98.490-prefs.patch"
32 + "${FILESDIR}/${PN}-0.99.473-paths.patch"
33 + "${FILESDIR}/${PN}-0.99.473-clang-pandoc.patch"
34 + "${FILESDIR}/${PN}-0.98.490-linker_flags.patch"
35 + "${FILESDIR}/${PN}-0.98.1091-boost-1.57.patch"
36 + "${FILESDIR}/${PN}-0.99.473-qtsingleapplication.patch"
37 + "${FILESDIR}/${PN}-0.99.486-systemd.patch"
38 +)
39 +
40 src_unpack() {
41 unpack ${P}.tar.gz gwt-${GWT_VER}.zip
42 cd "${S}" || die
43 @@ -125,13 +135,7 @@ src_prepare() {
44
45 find . -name .gitignore -delete || die
46
47 - epatch "${FILESDIR}"/${PN}-0.98.490-prefs.patch \
48 - "${FILESDIR}"/${PN}-0.99.473-paths.patch \
49 - "${FILESDIR}"/${PN}-0.99.473-clang-pandoc.patch \
50 - "${FILESDIR}"/${PN}-0.98.490-linker_flags.patch \
51 - "${FILESDIR}"/${PN}-0.98.1091-boost-1.57.patch \
52 - "${FILESDIR}"/${PN}-0.99.473-qtsingleapplication.patch \
53 - "${FILESDIR}"/${PN}-0.99.486-systemd.patch
54 + epatch "${PATCHES[@]}"
55
56 # Enable CMake to install our .service file for systemd usage
57 mkdir -vp "${S}/src/cpp/server/lib/systemd/system" || die