From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BBD1138334 for ; Sun, 11 Aug 2019 11:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B618E0895; Sun, 11 Aug 2019 11:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECEADE0895 for ; Sun, 11 Aug 2019 11:50:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C28503498D5 for ; Sun, 11 Aug 2019 11:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AF33761 for ; Sun, 11 Aug 2019 11:50:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1565524208.c573742f5219d6c98b6c7d5b82b8ab17b538e20b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/astrometry/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/astrometry/astrometry-0.67-r2.ebuild sci-astronomy/astrometry/astrometry-0.70.ebuild sci-astronomy/astrometry/astrometry-0.72.ebuild X-VCS-Directories: sci-astronomy/astrometry/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c573742f5219d6c98b6c7d5b82b8ab17b538e20b X-VCS-Branch: master Date: Sun, 11 Aug 2019 11:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aef2bb91-93f2-44b0-b0a8-9bba1f7e9cca X-Archives-Hash: fd5d7058beed621201149ecd794e9e9a commit: c573742f5219d6c98b6c7d5b82b8ab17b538e20b Author: David Seifert gentoo org> AuthorDate: Sun Aug 11 11:50:08 2019 +0000 Commit: David Seifert gentoo 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 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" \