Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/
Date: Sun, 11 Aug 2019 11:50:33
Message-Id: 1565524208.c573742f5219d6c98b6c7d5b82b8ab17b538e20b.soap@gentoo
1 commit: c573742f5219d6c98b6c7d5b82b8ab17b538e20b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:50:08 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:50:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c573742f
7
8 sci-astronomy/astrometry: [QA] Fix double-prefix
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-astronomy/astrometry/astrometry-0.67-r2.ebuild | 4 ++--
14 sci-astronomy/astrometry/astrometry-0.70.ebuild | 4 ++--
15 sci-astronomy/astrometry/astrometry-0.72.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
19 index 79cf93d35da..75a92d3581f 100644
20 --- a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
21 +++ b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -87,7 +87,7 @@ ap_make() {
29 MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
30 DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
31 EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
32 - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
33 + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
34 PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
35 FINAL_DIR="${EPREFIX%/}/usr" \
36 DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \
37
38 diff --git a/sci-astronomy/astrometry/astrometry-0.70.ebuild b/sci-astronomy/astrometry/astrometry-0.70.ebuild
39 index 99a28b7ec1d..d17b0d7aaf9 100644
40 --- a/sci-astronomy/astrometry/astrometry-0.70.ebuild
41 +++ b/sci-astronomy/astrometry/astrometry-0.70.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -87,7 +87,7 @@ ap_make() {
49 MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
50 DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
51 EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
52 - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
53 + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
54 PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
55 FINAL_DIR="${EPREFIX%/}/usr" \
56 DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \
57
58 diff --git a/sci-astronomy/astrometry/astrometry-0.72.ebuild b/sci-astronomy/astrometry/astrometry-0.72.ebuild
59 index 0a59e2174f1..b0fe8ea5b2a 100644
60 --- a/sci-astronomy/astrometry/astrometry-0.72.ebuild
61 +++ b/sci-astronomy/astrometry/astrometry-0.72.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -87,7 +87,7 @@ ap_make() {
69 MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
70 DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
71 EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
72 - PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
73 + PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
74 PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
75 FINAL_DIR="${EPREFIX%/}/usr" \
76 DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \