Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gimps/
Date: Wed, 03 Feb 2021 07:25:09
Message-Id: 1612336372.c3f5a9619802dc628f485df13c302bc631d5b736.juippis@gentoo
1 commit: c3f5a9619802dc628f485df13c302bc631d5b736
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 07:12:52 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 07:12:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f5a961
7
8 sci-mathematics/gimps: rename ${I} variable on 30.4.8
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-mathematics/gimps/gimps-30.4.8.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/sci-mathematics/gimps/gimps-30.4.8.ebuild b/sci-mathematics/gimps/gimps-30.4.8.ebuild
16 index 8e7b9650b13..59980c5dd0c 100644
17 --- a/sci-mathematics/gimps/gimps-30.4.8.ebuild
18 +++ b/sci-mathematics/gimps/gimps-30.4.8.ebuild
19 @@ -33,20 +33,20 @@ RDEPEND="net-misc/curl
20 >=dev-libs/gmp-6.1.2"
21
22 S="${WORKDIR}"
23 -I="/opt/gimps"
24 +OPTINSTALLDIR="/opt/gimps"
25
26 QA_PREBUILT="opt/gimps/mprime"
27
28 DOCS=( license.txt readme.txt stress.txt whatsnew.txt undoc.txt )
29
30 src_install() {
31 - dodir ${I}
32 + dodir ${OPTINSTALLDIR}
33 keepdir /var/lib/gimps
34 pax-mark m mprime
35 - cp mprime "${D}/${I}" || die
36 - fperms a-w "${I}/mprime"
37 - fowners root:0 "${I}"
38 - fowners root:0 "${I}/mprime"
39 + cp mprime "${D}/${OPTINSTALLDIR}" || die
40 + fperms a-w "${OPTINSTALLDIR}/mprime"
41 + fowners root:0 "${OPTINSTALLDIR}"
42 + fowners root:0 "${OPTINSTALLDIR}/mprime"
43
44 einstalldocs