Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/pgi/files/, dev-lang/pgi/
Date: Mon, 03 Jun 2013 23:33:40
Message-Id: 1370246498.49bb25dc603b8d63ae5e0b9c608b2093c67bcb5f.ottxor@gentoo
1 commit: 49bb25dc603b8d63ae5e0b9c608b2093c67bcb5f
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Mon Jun 3 08:01:38 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 08:01:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49bb25dc
7
8 now using versioned patches
9
10 ---
11 dev-lang/pgi/files/{glibc.patch => pgi-13.5-glibc.patch} | 0
12 dev-lang/pgi/files/{terminal.patch => pgi-13.5-terminal.patch} | 0
13 dev-lang/pgi/pgi-13.5.ebuild | 4 ++--
14 3 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/pgi/files/glibc.patch b/dev-lang/pgi/files/pgi-13.5-glibc.patch
17 similarity index 100%
18 rename from dev-lang/pgi/files/glibc.patch
19 rename to dev-lang/pgi/files/pgi-13.5-glibc.patch
20
21 diff --git a/dev-lang/pgi/files/terminal.patch b/dev-lang/pgi/files/pgi-13.5-terminal.patch
22 similarity index 100%
23 rename from dev-lang/pgi/files/terminal.patch
24 rename to dev-lang/pgi/files/pgi-13.5-terminal.patch
25
26 diff --git a/dev-lang/pgi/pgi-13.5.ebuild b/dev-lang/pgi/pgi-13.5.ebuild
27 index d34c8c1..d7cac8d 100644
28 --- a/dev-lang/pgi/pgi-13.5.ebuild
29 +++ b/dev-lang/pgi/pgi-13.5.ebuild
30 @@ -53,7 +53,7 @@ pkg_nofetch() {
31 }
32
33 src_prepare() {
34 - epatch "${FILESDIR}/terminal.patch"
35 + epatch "${FILESDIR}/${P}-terminal.patch"
36 }
37
38 src_install() {
39 @@ -102,7 +102,7 @@ ${command}
40 EOF
41 # fix problems with PGI's C++ compiler and current glibc:
42 cd "${ED}"
43 - patch -p0 <"${FILESDIR}/glibc.patch" || die "patch failed"
44 + patch -p0 <"${FILESDIR}/${P}-glibc.patch" || die "patch failed"
45
46 # java symlink might be broken if useflag is disabled:
47 use java || rm opt/pgi/linux86-64/13.5/jre