Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/, sci-geosciences/grass/files/
Date: Sat, 05 Dec 2015 13:56:19
Message-Id: 1449323593.0e962f42477d52a7690840540ea4f63ac08429f6.amynka@gentoo
1 commit: 0e962f42477d52a7690840540ea4f63ac08429f6
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 13:53:13 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 13:53:13 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e962f42
7
8 sci-geosciences/grass: add missing epatch call. By wraeth
9
10 Package-Manager: portage-2.2.20.1
11
12 .../files/{grass-7.0.2-soname.patch => grass-7.0.1-soname.patch} | 0
13 sci-geosciences/grass/grass-7.0.1-r4.ebuild | 4 +++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-geosciences/grass/files/grass-7.0.2-soname.patch b/sci-geosciences/grass/files/grass-7.0.1-soname.patch
17 similarity index 100%
18 rename from sci-geosciences/grass/files/grass-7.0.2-soname.patch
19 rename to sci-geosciences/grass/files/grass-7.0.1-soname.patch
20
21 diff --git a/sci-geosciences/grass/grass-7.0.1-r4.ebuild b/sci-geosciences/grass/grass-7.0.1-r4.ebuild
22 index f13e558..1c6a17b 100644
23 --- a/sci-geosciences/grass/grass-7.0.1-r4.ebuild
24 +++ b/sci-geosciences/grass/grass-7.0.1-r4.ebuild
25 @@ -84,7 +84,7 @@ PATCHES=(
26 "${FILESDIR}/${P}"-include-errno.patch
27 "${FILESDIR}/${P}"-declare-inespg.patch
28 "${FILESDIR}/${PV}"-sec-format.patch
29 - "${FILESDIR}"/grass-7.0.2-soname.patch
30 + "${FILESDIR}/${P}"-soname.patch
31 )
32
33 pkg_setup() {
34 @@ -126,6 +126,8 @@ src_prepare() {
35 sed -e 's:\(#include <ogr_api.h>\):#ifdef HAVE_OGR\n\1\n#endif:' \
36 -i "${S}/vector/v.external/main.c" || die "failed to sed main.c"
37
38 + epatch "${PATCHES[@]}"
39 +
40 epatch_user
41 eautoconf