commit:     44d6221cbfc85b3b31d877885281ad2131e4477e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 18:22:22 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 18:22:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d6221c

sci-libs/libqalculate: [QA] Fix subslot

* Add missing || die too

Closes: https://bugs.gentoo.org/689194
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...3.15.0.ebuild => libqalculate-3.15.0-r1.ebuild} | 29 +++++++++++-----------
 1 file changed, 14 insertions(+), 15 deletions(-)

diff --git a/sci-libs/libqalculate/libqalculate-3.15.0.ebuild 
b/sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild
similarity index 76%
rename from sci-libs/libqalculate/libqalculate-3.15.0.ebuild
rename to sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild
index 52575b8238b..822797484de 100644
--- a/sci-libs/libqalculate/libqalculate-3.15.0.ebuild
+++ b/sci-libs/libqalculate/libqalculate-3.15.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ HOMEPAGE="https://qalculate.github.io/";
 
SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
-SLOT="0/22"
+SLOT="0/21"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="curl icu gnuplot readline"
 
@@ -30,17 +30,17 @@ BDEPEND="
 src_prepare() {
        default
 
-       cat >po/POTFILES.skip <<-EOF
-       # Required by make check
-       data/currencies.xml.in
-       data/datasets.xml.in
-       data/elements.xml.in
-       data/functions.xml.in
-       data/planets.xml.in
-       data/prefixes.xml.in
-       data/units.xml.in
-       data/variables.xml.in
-       src/defs2doc.cc
+       cat >po/POTFILES.skip <<-EOF || die
+               # Required by make check
+               data/currencies.xml.in
+               data/datasets.xml.in
+               data/elements.xml.in
+               data/functions.xml.in
+               data/planets.xml.in
+               data/prefixes.xml.in
+               data/units.xml.in
+               data/variables.xml.in
+               src/defs2doc.cc
        EOF
 }
 
@@ -59,8 +59,7 @@ src_install() {
                DESTDIR="${D}" \
                referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
                install
-
-       dodoc AUTHORS ChangeLog NEWS README* TODO
+       einstalldocs
 
        find "${ED}" -name '*.la' -delete || die
 }

Reply via email to