public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/
Date: Sat,  1 Feb 2020 07:42:28 +0000 (UTC)	[thread overview]
Message-ID: <1580542917.856ba3ac14d9e0b770ec5d044ea3db97710390b6.juippis@gentoo> (raw)

commit:     856ba3ac14d9e0b770ec5d044ea3db97710390b6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 07:40:14 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 07:41:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856ba3ac

sci-mathematics/nestedsums: fix CI issues

Non-maintainer commit, I want my tree synced.
- fix BannedEapiCommand CI issue,
- fix MissingSlash tree issue,
- introduce BDEPEND,
- modernize ebuild with HTML_DOCS and 'default' calls.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
index e0eff2517d5..86a84599f41 100644
--- a/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
+++ b/sci-mathematics/nestedsums/nestedsums-1.5.2.ebuild
@@ -13,8 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND=">=sci-mathematics/ginac-1.7"
-DEPEND="${RDEPEND}
-	doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
 
 src_compile() {
 	default
@@ -29,11 +29,7 @@ src_test() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	rm -f "${D}"usr/lib/*.la
-	dodoc AUTHORS ChangeLog
-
-	if use doc; then
-		dohtml reference/html/*
-	fi
+	use doc && local HTML_DOCS=( reference/html/. )
+	default
+	find "${D}" -name '*.la' -type f -delete || die
 }


             reply	other threads:[~2020-02-01  7:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-01  7:42 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-31 21:10 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/nestedsums/ David Seifert
2020-08-21  8:54 Andrey Grozin
2020-08-21  8:52 Andrey Grozin
2020-02-01  9:15 Andrey Grozin
2020-01-31 16:31 Andrey Grozin
2020-01-31 16:30 Andrey Grozin
2017-06-16 19:57 Andreas Hüttel
2017-05-23 18:45 Andrey Grozin
2017-02-05 20:57 Andrey Grozin
2016-01-04  9:40 Andrey Grozin

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=1580542917.856ba3ac14d9e0b770ec5d044ea3db97710390b6.juippis@gentoo \
    --to=juippis@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