sci-astronomy/astrometry: [QA] Fix double-prefix
authorDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:50:08 +0000 (13:50 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 11 Aug 2019 11:50:08 +0000 (13:50 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
sci-astronomy/astrometry/astrometry-0.70.ebuild
sci-astronomy/astrometry/astrometry-0.72.ebuild

index 79cf93d35da28b8a5c533edb2ea91b078f6c81a1..75a92d3581f5435cbdd9d73c20b5509d19fa100f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -87,7 +87,7 @@ ap_make() {
                MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
                DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
                EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
-               PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
+               PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
                PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
                FINAL_DIR="${EPREFIX%/}/usr" \
                DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \
index 99a28b7ec1d6a05bec0991c1f37a4b1308c77e3d..d17b0d7aaf93f555ea61ab000d0e0b254956db4e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -87,7 +87,7 @@ ap_make() {
                MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
                DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
                EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
-               PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
+               PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
                PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
                FINAL_DIR="${EPREFIX%/}/usr" \
                DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \
index 0a59e2174f176d72ff648e4d69693f0a6109e1b4..b0fe8ea5b2ae1017fa8d1258e2391b68d1593a7d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -87,7 +87,7 @@ ap_make() {
                MAN1_INSTALL_DIR="${ED%/}/usr/share/man/man1" \
                DOC_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}" \
                EXAMPLE_INSTALL_DIR="${ED%/}/usr/share/doc/${PF}/examples" \
-               PY_BASE_INSTALL_DIR="${ED%/}$(python_get_sitedir)/astrometry" \
+               PY_BASE_INSTALL_DIR="${D}/$(python_get_sitedir)/astrometry" \
                PY_BASE_LINK_DIR="../$(python_get_sitedir | sed -e 's|/usr/||')/astrometry" \
                FINAL_DIR="${EPREFIX%/}/usr" \
                DATA_FINAL_DIR="${EPREFIX%/}/usr/share/astrometry" \