From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/bsc/
Date: Sun, 28 Mar 2021 10:52:45 +0000 (UTC) [thread overview]
Message-ID: <1616927996.9b3dedde6a4bf9a486382573134d8754422384e6.andrewammerlaan@gentoo> (raw)
commit: 9b3dedde6a4bf9a486382573134d8754422384e6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 10:39:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 10:39:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b3dedde
sci-electronics/bsc: fix DuplicateEclassInherit
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-electronics/bsc/bsc-0_pre20210124.ebuild | 10 +++++-----
sci-electronics/bsc/bsc-9999.ebuild | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/sci-electronics/bsc/bsc-0_pre20210124.ebuild b/sci-electronics/bsc/bsc-0_pre20210124.ebuild
index 5769c1fbc..4581c8485 100644
--- a/sci-electronics/bsc/bsc-0_pre20210124.ebuild
+++ b/sci-electronics/bsc/bsc-0_pre20210124.ebuild
@@ -6,9 +6,11 @@ EAPI=7
DESCRIPTION="Bluespec high level hardware design language compiler"
HOMEPAGE="https://github.com/B-Lang-org/bsc"
+# This inherit git-r3 will removed after upstream finished.
+inherit git-r3
+
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
- inherit git-r3
else
EGIT_COMMIT="69dee0667e51108832b685511e9aa631cca1e83a"
# Using SRC_URI here will failed because this repo uses git submodules.
@@ -16,8 +18,6 @@ else
# S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
# Waiting for https://github.com/B-Lang-org/bsc/issues/85
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
- # This inherit git-r3 will removed after upstream finished.
- inherit git-r3
KEYWORDS="~amd64 ~x86"
fi
@@ -64,7 +64,7 @@ DOCS=( "README.md" "COPYING" )
src_compile() { :; }
src_install() {
- emake PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install
- emake -C src/comp PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install-extra
+ emake PREFIX="${ED}"/usr LIBDIR="${ED}"/usr/$(get_libdir) install
+ emake -C src/comp PREFIX="${ED}"/usr LIBDIR="${ED}"/usr/$(get_libdir) install-extra
einstalldocs
}
diff --git a/sci-electronics/bsc/bsc-9999.ebuild b/sci-electronics/bsc/bsc-9999.ebuild
index 5769c1fbc..4581c8485 100644
--- a/sci-electronics/bsc/bsc-9999.ebuild
+++ b/sci-electronics/bsc/bsc-9999.ebuild
@@ -6,9 +6,11 @@ EAPI=7
DESCRIPTION="Bluespec high level hardware design language compiler"
HOMEPAGE="https://github.com/B-Lang-org/bsc"
+# This inherit git-r3 will removed after upstream finished.
+inherit git-r3
+
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
- inherit git-r3
else
EGIT_COMMIT="69dee0667e51108832b685511e9aa631cca1e83a"
# Using SRC_URI here will failed because this repo uses git submodules.
@@ -16,8 +18,6 @@ else
# S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
# Waiting for https://github.com/B-Lang-org/bsc/issues/85
EGIT_REPO_URI="https://github.com/B-Lang-org/${PN}.git"
- # This inherit git-r3 will removed after upstream finished.
- inherit git-r3
KEYWORDS="~amd64 ~x86"
fi
@@ -64,7 +64,7 @@ DOCS=( "README.md" "COPYING" )
src_compile() { :; }
src_install() {
- emake PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install
- emake -C src/comp PREFIX="${ED%/}"/usr LIBDIR="${ED%/}"/usr/$(get_libdir) install-extra
+ emake PREFIX="${ED}"/usr LIBDIR="${ED}"/usr/$(get_libdir) install
+ emake -C src/comp PREFIX="${ED}"/usr LIBDIR="${ED}"/usr/$(get_libdir) install-extra
einstalldocs
}
next reply other threads:[~2021-03-28 10:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-28 10:52 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-29 7:50 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/bsc/ Andrew Ammerlaan
2021-01-24 11:02 Rui Huang
2021-01-24 11:02 Rui Huang
2021-01-24 11:02 Rui Huang
2021-01-06 14:04 Rui Huang
2021-01-05 9:53 Rui Huang
2021-01-05 7:30 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=1616927996.9b3dedde6a4bf9a486382573134d8754422384e6.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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