public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/yosys/
@ 2024-04-30 18:24 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2024-04-30 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     a17e5850164215a3aba87a4cb8b084d55312a669
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Apr 30 12:23:06 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 12:23:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a17e5850

sci-electronics/yosys: drop 0.32

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

 sci-electronics/yosys/Manifest          |  2 --
 sci-electronics/yosys/yosys-0.32.ebuild | 44 ---------------------------------
 2 files changed, 46 deletions(-)

diff --git a/sci-electronics/yosys/Manifest b/sci-electronics/yosys/Manifest
index c8d83d0afe..5dd00ba02a 100644
--- a/sci-electronics/yosys/Manifest
+++ b/sci-electronics/yosys/Manifest
@@ -1,4 +1,2 @@
 DIST abc-0cd90d0d2c5338277d832a1d890bed286486bcf5.tar.gz 6154902 BLAKE2B 1767891c9ae76aa0baea85a26a22dace92912affe857f9637abc90827b3193e2cf736e7b81cb2c3e56d80d76a98220863e0669fff5df9fa86ee4c990c594edd2 SHA512 7233edda97b6a2dfbb285b1884befc515b246392050cf01ae623c6bac4b4203cd667022f2fda21c068efc3d72a9fe50c3a66a2f16399fe959bea95f33e305f94
-DIST abc-bb64142b07794ee685494564471e67365a093710.tar.gz 6119314 BLAKE2B 6cba6362e59bb766d784a1c9edeca8906bf2b08df79d44a16ddb69c72c30e57c95a8375e0b0bad489c35a9a3728c1ccdd1b7fe84d5f5f48f113d59f7615aab8d SHA512 74d1c7c4b204fe30e85e31ed837feadbda9759afd9703ad525a1de53cb704d0f59ac25f78b918e3003fbc87b3afd293d138e0cfc1b38df9139a9aea8f5737fe7
-DIST yosys-0.32.tar.gz 2552341 BLAKE2B 491cd92de29097f3f9baca4c0982acc7fa180ae3b4ee5980b5246618520b3b0d53f0489615fba903838daef35b7a676106ef8b56e6f22ccc5e927429174dc4ac SHA512 3704ca8286e93ca53344b2a518ba4f2b9c137cf9688a95863f691cce3cca761d061100d3b93a0ad1dbabda13c0dbb137c5234abb6675ce2e5b5167701ccb0910
 DIST yosys-0.40.tar.gz 2802706 BLAKE2B d44a436b48bb0c65f67ee398a1663f309e169a22d1a55a0ac46ba60c6fbe9d60a31476e577c091c11bfec687491885df94db6ab6e6c135c014f813f9f7fb7811 SHA512 b42afbd9f4d65fe81110c0516e1d5d2cb8accc7fcc8f5bc79887d788547bab74292933b062405cf7c93c74311ad633a12c2ee11be55d7a803445dfac372937cd

diff --git a/sci-electronics/yosys/yosys-0.32.ebuild b/sci-electronics/yosys/yosys-0.32.ebuild
deleted file mode 100644
index 724268c969..0000000000
--- a/sci-electronics/yosys/yosys-0.32.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-
-EAPI=8
-
-# get the current value from the yosys makefile...look for ABCREV
-ABC_GIT_COMMIT=bb64142b07794ee685494564471e67365a093710
-
-DESCRIPTION="framework for Verilog RTL synthesis"
-HOMEPAGE="http://www.clifford.at/yosys/"
-SRC_URI="
-	https://github.com/YosysHQ/${PN}/archive/${P}.tar.gz
-	https://github.com/YosysHQ/abc/archive/${ABC_GIT_COMMIT}.tar.gz -> abc-${ABC_GIT_COMMIT}.tar.gz
-"
-S="${WORKDIR}/${PN}-${PN}-${PV}"
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-libs/boost
-	media-gfx/xdot
-	sys-devel/clang
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="dev-vcs/git"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.31-abc-c++17-fix.patch"
-)
-
-QA_PRESTRIPPED="
-	/usr/bin/yosys-filterlib
-	/usr/bin/yosys-abc
-"
-
-src_prepare() {
-	mv "${WORKDIR}/abc-${ABC_GIT_COMMIT}" "${S}"/abc || die
-	default
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX='/usr' install
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/yosys/
@ 2024-05-07  3:46 Rui Huang
  2024-05-07  3:54 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
  0 siblings, 1 reply; 4+ messages in thread
From: Rui Huang @ 2024-05-07  3:46 UTC (permalink / raw
  To: gentoo-commits

commit:     41efd23fa78c57701061951f38d7e9c2883b3d8a
Author:     omcaif <103504667+omcaif <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon May  6 16:36:30 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue May  7 03:41:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41efd23f

sci-electronics/yosys: fixes yosys-config and pre-strip

- fix yosys-config (e.g. for ghdl-yosys-plugin)
- do not pre-strip

Closes: https://github.com/gentoo/guru/pull/184
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 .../yosys/{yosys-0.40.ebuild => yosys-0.40-r1.ebuild}       | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-electronics/yosys/yosys-0.40.ebuild b/sci-electronics/yosys/yosys-0.40-r1.ebuild
similarity index 83%
rename from sci-electronics/yosys/yosys-0.40.ebuild
rename to sci-electronics/yosys/yosys-0.40-r1.ebuild
index 199e870529..03bacfe93a 100644
--- a/sci-electronics/yosys/yosys-0.40.ebuild
+++ b/sci-electronics/yosys/yosys-0.40-r1.ebuild
@@ -25,16 +25,15 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="dev-vcs/git"
 
-QA_PRESTRIPPED="
-	/usr/bin/yosys-filterlib
-	/usr/bin/yosys-abc
-"
-
 src_prepare() {
 	mv "${WORKDIR}/abc-${ABC_GIT_COMMIT}" "${S}"/abc || die
 	default
 }
 
-src_install() {
-	emake DESTDIR="${D}" PREFIX='/usr' install
+src_configure() {
+	cat <<-__EOF__ >> Makefile.conf || die
+		PREFIX := ${EPREFIX}/usr
+		STRIP := @echo "skipping strip"
+	__EOF__
+	default
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/yosys/
  2024-05-07  3:46 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/yosys/ Rui Huang
@ 2024-05-07  3:54 ` Rui Huang
  0 siblings, 0 replies; 4+ messages in thread
From: Rui Huang @ 2024-05-07  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     41efd23fa78c57701061951f38d7e9c2883b3d8a
Author:     omcaif <103504667+omcaif <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Mon May  6 16:36:30 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue May  7 03:41:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41efd23f

sci-electronics/yosys: fixes yosys-config and pre-strip

- fix yosys-config (e.g. for ghdl-yosys-plugin)
- do not pre-strip

Closes: https://github.com/gentoo/guru/pull/184
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 .../yosys/{yosys-0.40.ebuild => yosys-0.40-r1.ebuild}       | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-electronics/yosys/yosys-0.40.ebuild b/sci-electronics/yosys/yosys-0.40-r1.ebuild
similarity index 83%
rename from sci-electronics/yosys/yosys-0.40.ebuild
rename to sci-electronics/yosys/yosys-0.40-r1.ebuild
index 199e870529..03bacfe93a 100644
--- a/sci-electronics/yosys/yosys-0.40.ebuild
+++ b/sci-electronics/yosys/yosys-0.40-r1.ebuild
@@ -25,16 +25,15 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="dev-vcs/git"
 
-QA_PRESTRIPPED="
-	/usr/bin/yosys-filterlib
-	/usr/bin/yosys-abc
-"
-
 src_prepare() {
 	mv "${WORKDIR}/abc-${ABC_GIT_COMMIT}" "${S}"/abc || die
 	default
 }
 
-src_install() {
-	emake DESTDIR="${D}" PREFIX='/usr' install
+src_configure() {
+	cat <<-__EOF__ >> Makefile.conf || die
+		PREFIX := ${EPREFIX}/usr
+		STRIP := @echo "skipping strip"
+	__EOF__
+	default
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/yosys/
  2024-08-05 10:39 [gentoo-commits] repo/proj/guru:dev " Rui Huang
@ 2024-08-05 10:47 ` Rui Huang
  0 siblings, 0 replies; 4+ messages in thread
From: Rui Huang @ 2024-08-05 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     61d5e88e623795ef31a98a1620833f0f335e83d2
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Aug  5 10:37:23 2024 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Aug  5 10:37:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61d5e88e

sci-electronics/yosys: fit Copyright Policy GLEP 76

- Improve ebuild to fit Gentoo's Copyright Policy GLEP 76

Closes: https://bugs.gentoo.org/937371
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/yosys/yosys-0.40-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/yosys/yosys-0.40-r1.ebuild b/sci-electronics/yosys/yosys-0.40-r1.ebuild
index 03bacfe93..84ce65fb7 100644
--- a/sci-electronics/yosys/yosys-0.40-r1.ebuild
+++ b/sci-electronics/yosys/yosys-0.40-r1.ebuild
@@ -1,4 +1,5 @@
 # Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-05 10:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07  3:46 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/yosys/ Rui Huang
2024-05-07  3:54 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
  -- strict thread matches above, loose matches on Subject: below --
2024-08-05 10:39 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-08-05 10:47 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-04-30 18:24 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox