From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B318158976 for ; Fri, 29 Jan 2016 04:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6053CE07E0; Fri, 29 Jan 2016 04:59:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C91F9E07F9 for ; Fri, 29 Jan 2016 04:59:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86217340C35 for ; Fri, 29 Jan 2016 04:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AC5A8E0 for ; Fri, 29 Jan 2016 04:59:47 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1454041116.09541034bc6bce8db9f12a12ff351c4ca9baa5d2.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild X-VCS-Directories: sci-mathematics/rstudio/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: 09541034bc6bce8db9f12a12ff351c4ca9baa5d2 X-VCS-Branch: master Date: Fri, 29 Jan 2016 04:59:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afb8fc97-a511-4020-8ad5-bf7d2fe918f2 X-Archives-Hash: 84e4776903f2301e832b2c76db7443a6 commit: 09541034bc6bce8db9f12a12ff351c4ca9baa5d2 Author: Matthew Brewer sina cn> AuthorDate: Fri Jan 29 04:18:36 2016 +0000 Commit: Mark Wright gentoo org> CommitDate: Fri Jan 29 04:18:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09541034 sci-mathematics/rstudio: cosmetic changes to PATCHES array in 0.99.486-r1 Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild b/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild index c5b11ff..4f1c7f3 100644 --- a/sci-mathematics/rstudio/rstudio-0.99.486-r1.ebuild +++ b/sci-mathematics/rstudio/rstudio-0.99.486-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$ @@ -87,6 +87,16 @@ DEPEND="${RDEPEND} virtual/pkgconfig" # test? ( dev-java/junit:4 ) +PATCHES=( + "${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" + "${FILESDIR}/${PN}-0.98.1091-boost-1.57.patch" + "${FILESDIR}/${PN}-0.99.473-qtsingleapplication.patch" + "${FILESDIR}/${PN}-0.99.486-systemd.patch" +) + src_unpack() { unpack ${P}.tar.gz gwt-${GWT_VER}.zip cd "${S}" || die @@ -125,13 +135,7 @@ src_prepare() { find . -name .gitignore -delete || die - 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 \ - "${FILESDIR}"/${PN}-0.98.1091-boost-1.57.patch \ - "${FILESDIR}"/${PN}-0.99.473-qtsingleapplication.patch \ - "${FILESDIR}"/${PN}-0.99.486-systemd.patch + epatch "${PATCHES[@]}" # Enable CMake to install our .service file for systemd usage mkdir -vp "${S}/src/cpp/server/lib/systemd/system" || die