public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/bluespec/
Date: Sun, 28 Aug 2022 14:42:05 +0000 (UTC)	[thread overview]
Message-ID: <1661697702.f6847ec1b6d5812b07d1b9729c39c07070a07fd8.vowstar@gentoo> (raw)

commit:     f6847ec1b6d5812b07d1b9729c39c07070a07fd8
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 14:41:42 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 14:41:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6847ec1

sci-electronics/bluespec: fix doc build and install path

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/bluespec/bluespec-2022.01.ebuild | 12 +++++++-----
 sci-electronics/bluespec/bluespec-9999.ebuild    | 12 +++++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/sci-electronics/bluespec/bluespec-2022.01.ebuild b/sci-electronics/bluespec/bluespec-2022.01.ebuild
index b16ee8ddb..1ac42d567 100644
--- a/sci-electronics/bluespec/bluespec-2022.01.ebuild
+++ b/sci-electronics/bluespec/bluespec-2022.01.ebuild
@@ -49,6 +49,7 @@ BDEPEND="
 	dev-util/gperf
 	doc? (
 		dev-ruby/asciidoctor
+		dev-ruby/asciidoctor-pdf
 		dev-texlive/texlive-bibtexextra
 		dev-texlive/texlive-fontsextra
 		dev-texlive/texlive-fontutils
@@ -99,16 +100,17 @@ src_compile() {
 
 src_test() {
 	emake check-smoke
-	emake -c testsuite check
+	emake -C testsuite check
 }
 
 src_install() {
 	# From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
 	# upstream recommend placing the inst directory at
 	# the path /usr/share/bsc/bsc-<VERSION> for multi-version.
-	local PREFIX="${ED}"/usr/share/bsc/bsc-"${PV}"
-	mkdir -p "${PREFIX}" || die
-	cp -dr --preserve=mode,timestamp "${S}"/inst/* "${PREFIX}"/ || die
-	insinto "${PREFIX}"/vimfiles
+	local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
+	local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
+	mkdir -p "${ED_INSTALL_PATH}" || die
+	cp -dr --preserve=mode,timestamp "${S}"/inst/* "${ED_INSTALL_PATH}"/ || die
+	insinto "${INSTALL_PATH}"/vimfiles
 	doins -r "${S}"/util/vim/{ftdetect,indent,syntax}
 }

diff --git a/sci-electronics/bluespec/bluespec-9999.ebuild b/sci-electronics/bluespec/bluespec-9999.ebuild
index b16ee8ddb..1ac42d567 100644
--- a/sci-electronics/bluespec/bluespec-9999.ebuild
+++ b/sci-electronics/bluespec/bluespec-9999.ebuild
@@ -49,6 +49,7 @@ BDEPEND="
 	dev-util/gperf
 	doc? (
 		dev-ruby/asciidoctor
+		dev-ruby/asciidoctor-pdf
 		dev-texlive/texlive-bibtexextra
 		dev-texlive/texlive-fontsextra
 		dev-texlive/texlive-fontutils
@@ -99,16 +100,17 @@ src_compile() {
 
 src_test() {
 	emake check-smoke
-	emake -c testsuite check
+	emake -C testsuite check
 }
 
 src_install() {
 	# From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
 	# upstream recommend placing the inst directory at
 	# the path /usr/share/bsc/bsc-<VERSION> for multi-version.
-	local PREFIX="${ED}"/usr/share/bsc/bsc-"${PV}"
-	mkdir -p "${PREFIX}" || die
-	cp -dr --preserve=mode,timestamp "${S}"/inst/* "${PREFIX}"/ || die
-	insinto "${PREFIX}"/vimfiles
+	local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
+	local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
+	mkdir -p "${ED_INSTALL_PATH}" || die
+	cp -dr --preserve=mode,timestamp "${S}"/inst/* "${ED_INSTALL_PATH}"/ || die
+	insinto "${INSTALL_PATH}"/vimfiles
 	doins -r "${S}"/util/vim/{ftdetect,indent,syntax}
 }


             reply	other threads:[~2022-08-28 14:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 14:42 Rui Huang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28 17:01 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/bluespec/ Rui Huang
2022-08-28 20:28 Rui Huang
2022-09-07  2:51 Rui Huang
2022-09-07  3:11 Rui Huang
2022-09-07  3:11 Rui Huang
2023-03-23 14:04 Rui Huang
2023-11-02 13:53 Rui Huang
2023-11-02 13:53 Rui Huang
2023-11-03  3:18 Rui Huang
2025-03-07  9:32 Rui Huang
2025-03-07  9:32 Rui Huang
2025-03-08 11:07 Lucio Sauer
2025-03-16  1:35 Rui Huang
2025-04-27  8:03 Rui Huang

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=1661697702.f6847ec1b6d5812b07d1b9729c39c07070a07fd8.vowstar@gentoo \
    --to=vowstar@gmail.com \
    --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