Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/visit/
Date: Wed, 29 Jan 2014 09:18:12
Message-Id: 1390986747.27b2982d93551fa931eae87897d9827297f75bf5.jlec@gentoo
1 commit: 27b2982d93551fa931eae87897d9827297f75bf5
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Wed Jan 29 09:12:27 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 09:12:27 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27b2982d
7
8 replaced epatch with PATCHES
9
10 ---
11 sci-visualization/visit/visit-2.7.1.ebuild | 13 ++++++-------
12 1 file changed, 6 insertions(+), 7 deletions(-)
13
14 diff --git a/sci-visualization/visit/visit-2.7.1.ebuild b/sci-visualization/visit/visit-2.7.1.ebuild
15 index 1cc6fd8..4b9c34d 100644
16 --- a/sci-visualization/visit/visit-2.7.1.ebuild
17 +++ b/sci-visualization/visit/visit-2.7.1.ebuild
18 @@ -27,13 +27,12 @@ RDEPEND="
19 DEPEND="${RDEPEND}"
20
21 S="${WORKDIR}/${PN}${PV}/src"
22 -
23 -src_prepare() {
24 - epatch "${FILESDIR}/${P}-findpython.patch"
25 - epatch "${FILESDIR}/${P}-findvtk.patch"
26 - epatch "${FILESDIR}/${P}-vtklibs.patch"
27 - epatch "${FILESDIR}/${P}-dont_symlink_visit_dir.patch"
28 -}
29 +PATCHES=(
30 + "${FILESDIR}/${P}-findpython.patch"
31 + "${FILESDIR}/${P}-findvtk.patch"
32 + "${FILESDIR}/${P}-vtklibs.patch"
33 + "${FILESDIR}/${P}-dont_symlink_visit_dir.patch"
34 +)
35
36 src_configure() {
37 local mycmakeargs=(