Gentoo Archives: gentoo-commits

From: Jens-Malte Gottfried <jmg@××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/files/, sci-mathematics/petsc/
Date: Thu, 28 Jun 2012 08:25:53
Message-Id: 1340871917.139254cb7db9768fd2ecde18ec6ff464f8c10ab6.jmg@gentoo
1 commit: 139254cb7db9768fd2ecde18ec6ff464f8c10ab6
2 Author: Jens-Malte Gottfried <jmgottfried <AT> web <DOT> de>
3 AuthorDate: Thu Jun 28 08:25:17 2012 +0000
4 Commit: Jens-Malte Gottfried <jmg <AT> godefridus <DOT> de>
5 CommitDate: Thu Jun 28 08:25:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=139254cb
7
8 updated to petsc-3.3_p1
9
10 ---
11 ...ure-pic.patch => petsc-3.3-configure-pic.patch} | 0
12 ....patch => petsc-3.3-disable-env-warnings.patch} | 0
13 ...e-rpath.patch => petsc-3.3-disable-rpath.patch} | 0
14 .../{petsc-3.3_p0.ebuild => petsc-3.3_p1.ebuild} | 6 +++---
15 4 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-mathematics/petsc/files/petsc-3.3_p0-configure-pic.patch b/sci-mathematics/petsc/files/petsc-3.3-configure-pic.patch
18 similarity index 100%
19 rename from sci-mathematics/petsc/files/petsc-3.3_p0-configure-pic.patch
20 rename to sci-mathematics/petsc/files/petsc-3.3-configure-pic.patch
21
22 diff --git a/sci-mathematics/petsc/files/petsc-3.3_p0-disable-env-warnings.patch b/sci-mathematics/petsc/files/petsc-3.3-disable-env-warnings.patch
23 similarity index 100%
24 rename from sci-mathematics/petsc/files/petsc-3.3_p0-disable-env-warnings.patch
25 rename to sci-mathematics/petsc/files/petsc-3.3-disable-env-warnings.patch
26
27 diff --git a/sci-mathematics/petsc/files/petsc-3.3_p0-disable-rpath.patch b/sci-mathematics/petsc/files/petsc-3.3-disable-rpath.patch
28 similarity index 100%
29 rename from sci-mathematics/petsc/files/petsc-3.3_p0-disable-rpath.patch
30 rename to sci-mathematics/petsc/files/petsc-3.3-disable-rpath.patch
31
32 diff --git a/sci-mathematics/petsc/petsc-3.3_p0.ebuild b/sci-mathematics/petsc/petsc-3.3_p1.ebuild
33 similarity index 97%
34 rename from sci-mathematics/petsc/petsc-3.3_p0.ebuild
35 rename to sci-mathematics/petsc/petsc-3.3_p1.ebuild
36 index defd77c..36e2d7a 100644
37 --- a/sci-mathematics/petsc/petsc-3.3_p0.ebuild
38 +++ b/sci-mathematics/petsc/petsc-3.3_p1.ebuild
39 @@ -56,9 +56,9 @@ DEPEND="${RDEPEND}
40 S="${WORKDIR}/${MY_P}"
41
42 PATCHES=(
43 - "${FILESDIR}"/${P}-configure-pic.patch
44 - "${FILESDIR}"/${P}-disable-env-warnings.patch
45 - "${FILESDIR}"/${P}-disable-rpath.patch
46 + "${FILESDIR}"/${P%_*}-configure-pic.patch
47 + "${FILESDIR}"/${P%_*}-disable-env-warnings.patch
48 + "${FILESDIR}"/${P%_*}-disable-rpath.patch
49 )
50
51 src_configure() {