public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/
Date: Sun, 11 Aug 2019 11:50:27 +0000 (UTC)	[thread overview]
Message-ID: <1565524208.c573742f5219d6c98b6c7d5b82b8ab17b538e20b.soap@gentoo> (raw)

commit:     c573742f5219d6c98b6c7d5b82b8ab17b538e20b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:50:08 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:50:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c573742f

sci-astronomy/astrometry: [QA] Fix double-prefix

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-astronomy/astrometry/astrometry-0.67-r2.ebuild | 4 ++--
 sci-astronomy/astrometry/astrometry-0.70.ebuild    | 4 ++--
 sci-astronomy/astrometry/astrometry-0.72.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
index 79cf93d35da..75a92d3581f 100644
--- a/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.67-r2.ebuild
@@ -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" \

diff --git a/sci-astronomy/astrometry/astrometry-0.70.ebuild b/sci-astronomy/astrometry/astrometry-0.70.ebuild
index 99a28b7ec1d..d17b0d7aaf9 100644
--- a/sci-astronomy/astrometry/astrometry-0.70.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.70.ebuild
@@ -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" \

diff --git a/sci-astronomy/astrometry/astrometry-0.72.ebuild b/sci-astronomy/astrometry/astrometry-0.72.ebuild
index 0a59e2174f1..b0fe8ea5b2a 100644
--- a/sci-astronomy/astrometry/astrometry-0.72.ebuild
+++ b/sci-astronomy/astrometry/astrometry-0.72.ebuild
@@ -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" \


             reply	other threads:[~2019-08-11 11:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-11 11:50 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-29  7:02 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/ Sebastien Fabbro
2016-12-05 22:58 Sebastien Fabbro
2016-09-25 20:37 Kacper Kowalik
2016-03-22 22:22 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565524208.c573742f5219d6c98b6c7d5b82b8ab17b538e20b.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox