* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2018-01-26 21:36 David Seifert
0 siblings, 0 replies; 34+ messages in thread
From: David Seifert @ 2018-01-26 21:36 UTC (permalink / raw
To: gentoo-commits
commit: dedb706a5e6c04262f2a13963797024452431ed0
Author: xdch47 <xdch47 <AT> posteo <DOT> de>
AuthorDate: Fri Jan 19 12:49:02 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:36:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedb706a
sci-electronics/iverilog: Version bump to 10.2
Closes: https://bugs.gentoo.org/563086
Closes: https://bugs.gentoo.org/645340
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6906
sci-electronics/iverilog/Manifest | 1 +
sci-electronics/iverilog/iverilog-10.2.ebuild | 32 +++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
index 88e0a07dffd..2459fd7d45c 100644
--- a/sci-electronics/iverilog/Manifest
+++ b/sci-electronics/iverilog/Manifest
@@ -1,2 +1,3 @@
DIST verilog-0.9.6.tar.gz 1219982 BLAKE2B 12f7dfb1ab8b7e4524cf0a3061ce801bfa741015fc1446aef7ffe51c42d76b5d0578e78ce13cd8c3fb6bac580e9da1ed11ca03e1fd02f8cb75dd74425546f851 SHA512 63c18f211eb9711547db65b859551063129cf18acb1196eaa88562f194231079fe929a6f7b8fbe2160863c521f02dde079e792f1b0bbe1c2514deafd55d5288c
DIST verilog-0.9.7.tar.gz 1238088 BLAKE2B c0b173b4857abc0d35ad05d9f11d5265763c92e625aadb1b487978c40e0679725b8e6de0fc05cc8e4bc7a6db6e1d9abacf886942b05e27d8513b9586cca156f9 SHA512 1a81f132c667f5cd33a11156364a366806ef9b6ef59b86f69df852af79cc92db17df8db0bace4e3c14929b0110df0aa7d83f35f664057e715842acf7bd21c1f5
+DIST verilog-10.2.tar.gz 1695227 BLAKE2B ea2488de55ef60a248e7f5ffd5e06c6d86d57f3cff4536cb64a727ab70d8868847e53beec093e21243a1e81ede021b0ccde771d66ce1d986f737b5d925aaff11 SHA512 21e0861ee994daf0a98d0da3e0ad665e37cba4669faa873ae57d05eb41794b6cc2948c88cc07ebe1e9266850ad2bad189096ae6911b9c4064f772279d0901aef
diff --git a/sci-electronics/iverilog/iverilog-10.2.ebuild b/sci-electronics/iverilog/iverilog-10.2.ebuild
new file mode 100644
index 00000000000..adcc651fe35
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-10.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:2}/verilog-${PV}.tar.gz"
+HOMEPAGE="http://iverilog.icarus.com/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="examples"
+
+RDEPEND="
+ app-arch/bzip2
+ sys-libs/readline:0=
+ sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P#i}"
+
+src_install() {
+ emake -j1 DESTDIR="${D}" install
+ einstalldocs
+ dodoc *.txt
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-01-05 10:10 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-05 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 4bbf7865096bfbbeb861ac51585e6fb3ba9f6ded
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Dec 23 02:45:38 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jan 5 10:09:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbf7865
sci-electronics/iverilog: bump to 10.3
Bump iverilog version to 10.3
Follow these URL:
* http://iverilog.icarus.com
* https://github.com/steveicarus/iverilog
Update LICENSE to LGPL-2.1
Rewrite ebuild to download file from iverilog official github repo
Update maintainer list, add proxy-maint
Add github upstream https://github.com/steveicarus/iverilog
Bump the version with bugfixes
Replace autoconf.sh to make it utilize the autotools eclass
Fix upstream parallel compilation bug
Add https://github.com/steveicarus/iverilog in HOMEPAGE array
Happy new year 2020
Tested from my overlay:
https://github.com/vowstar/vowstar-overlay/
Closes: https://bugs.gentoo.org/687080
Closes: https://bugs.gentoo.org/701122
Closes: https://bugs.gentoo.org/704344
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14096
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/Manifest | 1 +
sci-electronics/iverilog/iverilog-10.3.ebuild | 68 +++++++++++++++++++++++++++
sci-electronics/iverilog/metadata.xml | 31 ++++++++----
3 files changed, 90 insertions(+), 10 deletions(-)
diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
index 2459fd7d45c..19e0b1a4411 100644
--- a/sci-electronics/iverilog/Manifest
+++ b/sci-electronics/iverilog/Manifest
@@ -1,3 +1,4 @@
+DIST iverilog-10.3.tar.gz 1600835 BLAKE2B 107c57c61fb27c18f4020f7853bf6ca83d1a86fdc73c57ea207828baf6b7a26d42e43ce7b33580f050a4c0b8f63bca6accecf678323a3bbbee1eb9c1d8fa2caa SHA512 67076e19a208576c21a0462ff7d15d00a9d47740c47518a5523bd928b3118360d85eb84c317963717d15e5246ece3727259f6ff3baf59e195340530cc9086a1d
DIST verilog-0.9.6.tar.gz 1219982 BLAKE2B 12f7dfb1ab8b7e4524cf0a3061ce801bfa741015fc1446aef7ffe51c42d76b5d0578e78ce13cd8c3fb6bac580e9da1ed11ca03e1fd02f8cb75dd74425546f851 SHA512 63c18f211eb9711547db65b859551063129cf18acb1196eaa88562f194231079fe929a6f7b8fbe2160863c521f02dde079e792f1b0bbe1c2514deafd55d5288c
DIST verilog-0.9.7.tar.gz 1238088 BLAKE2B c0b173b4857abc0d35ad05d9f11d5265763c92e625aadb1b487978c40e0679725b8e6de0fc05cc8e4bc7a6db6e1d9abacf886942b05e27d8513b9586cca156f9 SHA512 1a81f132c667f5cd33a11156364a366806ef9b6ef59b86f69df852af79cc92db17df8db0bace4e3c14929b0110df0aa7d83f35f664057e715842acf7bd21c1f5
DIST verilog-10.2.tar.gz 1695227 BLAKE2B ea2488de55ef60a248e7f5ffd5e06c6d86d57f3cff4536cb64a727ab70d8868847e53beec093e21243a1e81ede021b0ccde771d66ce1d986f737b5d925aaff11 SHA512 21e0861ee994daf0a98d0da3e0ad665e37cba4669faa873ae57d05eb41794b6cc2948c88cc07ebe1e9266850ad2bad189096ae6911b9c4064f772279d0901aef
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
new file mode 100644
index 00000000000..145ceb786d7
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+# If you are building from git, you will also need gperf to generate
+# the configure scripts.
+RDEPEND="
+ sys-libs/readline:0
+ sys-libs/zlib
+"
+
+DEPEND="
+ dev-util/gperf
+ ${RDEPEND}
+"
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Fix build fail problem when using large job number, make it parallel safe
+ echo ".NOTPARALLEL: install" >> ./Makefile.in || die
+
+ # Autoconf in root ...
+ eautoconf --force
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+ default
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
diff --git a/sci-electronics/iverilog/metadata.xml b/sci-electronics/iverilog/metadata.xml
index 21d969b3bbd..edc7fde50a3 100644
--- a/sci-electronics/iverilog/metadata.xml
+++ b/sci-electronics/iverilog/metadata.xml
@@ -1,14 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci-electronics@gentoo.org</email>
- <name>Gentoo Electronics Project</name>
- </maintainer>
- <longdescription>
- Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a
- compiler, compiling source code writen in Verilog (IEEE-1364) into some target
- format. The compiler proper is intended to parse and elaborate design
- descriptions written to the IEEE standard IEEE Std 1364-2001.
- </longdescription>
+ <maintainer type="person">
+ <email>vowstar@gmail.com</email>
+ <name>Huang Rui</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci-electronics@gentoo.org</email>
+ <name>Gentoo Electronics Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">steveicarus/iverilog</remote-id>
+ </upstream>
+ <longdescription>
+ Icarus Verilog is a Verilog simulation and synthesis tool. It operates as a
+ compiler, compiling source code writen in Verilog (IEEE-1364) into some target
+ format. The compiler proper is intended to parse and elaborate design
+ descriptions written to the IEEE standard IEEE Std 1364-2001.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-01-07 6:20 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-07 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 472224059f9b4847a78f8d3b92d0aa1ae203993d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 06:18:43 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 06:20:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47222405
sci-electronics/iverilog: use default phase on 9999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index db4f4df2699..183ed6f2023 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -54,10 +54,6 @@ src_prepare() {
gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
}
-src_compile() {
- default
-}
-
src_install() {
local DOCS=( *.txt )
# Default build fails with parallel jobs,
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-01-07 6:20 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-07 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 0fc98522fe830493d8472d21a784d48fa3dca03e
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Jan 7 06:07:14 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 06:20:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc98522
sci-electronics/iverilog: add iverilog-9999.ebuild
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14258
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 72 +++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
new file mode 100644
index 00000000000..93a9f3f1c0c
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+# If you are building from git, you will also need gperf to generate
+# the configure scripts.
+RDEPEND="
+ sys-libs/readline:0
+ sys-libs/zlib
+"
+
+DEPEND="
+ dev-util/gperf
+ ${RDEPEND}
+"
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf --force
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_compile() {
+ default
+}
+
+src_install() {
+ local DOCS=( *.txt )
+ # Default build fails with parallel jobs,
+ # https://github.com/steveicarus/iverilog/pull/294
+ emake installdirs DESTDIR="${D}"
+ default
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-01-07 6:20 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-07 6:20 UTC (permalink / raw
To: gentoo-commits
commit: 7c0aea2cf5df1ed33abc96dd86077b86fe6cf45f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 7 06:12:54 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 06:20:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0aea2c
sci-electronics/iverilog: fix trailing whitespace on 9999
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index 93a9f3f1c0c..db4f4df2699 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -60,7 +60,7 @@ src_compile() {
src_install() {
local DOCS=( *.txt )
- # Default build fails with parallel jobs,
+ # Default build fails with parallel jobs,
# https://github.com/steveicarus/iverilog/pull/294
emake installdirs DESTDIR="${D}"
default
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-01-07 6:20 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-01-07 6:20 UTC (permalink / raw
To: gentoo-commits
commit: bc83939f4bc332d299688236072d2416631c29e4
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Jan 7 06:05:14 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 06:20:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc83939f
sci-electronics/iverilog: fix parallel install in 10.3
* Found a better way to fix the build race condition
* Removed .NOTPARALLEL: install to speed up build
Upstream fix: https://github.com/steveicarus/iverilog/pull/294
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index 145ceb786d7..183ed6f2023 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -45,9 +45,6 @@ src_prepare() {
# Here translate the autoconf.sh, equivalent to the following code
# > sh autoconf.sh
- # Fix build fail problem when using large job number, make it parallel safe
- echo ".NOTPARALLEL: install" >> ./Makefile.in || die
-
# Autoconf in root ...
eautoconf --force
# Precompiling lexor_keyword.gperf
@@ -59,6 +56,9 @@ src_prepare() {
src_install() {
local DOCS=( *.txt )
+ # Default build fails with parallel jobs,
+ # https://github.com/steveicarus/iverilog/pull/294
+ emake installdirs DESTDIR="${D}"
default
if use examples; then
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-02-18 10:07 Sergei Trofimovich
0 siblings, 0 replies; 34+ messages in thread
From: Sergei Trofimovich @ 2020-02-18 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 055dc279103007ce97dbe6a7df6549fdec2874b1
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Feb 17 13:04:27 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 10:07:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055dc279
sci-electronics/iverilog: fix DEPEND's problem for 9999
Add flex and bison to DEPEND's of the iverilog suggested by @trofi
https://github.com/gentoo/gentoo/pull/14619
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index 46f342bfb5a..74c2574d0ab 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -35,6 +35,8 @@ RDEPEND="
DEPEND="
dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
${RDEPEND}
"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-02-18 10:07 Sergei Trofimovich
0 siblings, 0 replies; 34+ messages in thread
From: Sergei Trofimovich @ 2020-02-18 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 06e1355d5c053e849e198ab7d14869404dba3cb9
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Feb 17 13:29:02 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 10:07:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e1355d
sci-electronics/iverilog: fix DEPEND's problem for 10.3
Add flex and bison to DEPEND's of the iverilog suggested by @trofi
https://github.com/gentoo/gentoo/pull/14619
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14685
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index b5e65f56c2e..cb0a5a2dca5 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -35,6 +35,8 @@ RDEPEND="
DEPEND="
dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
${RDEPEND}
"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-03-22 8:51 Mikle Kolyada
0 siblings, 0 replies; 34+ messages in thread
From: Mikle Kolyada @ 2020-03-22 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 03977906773ff9135a171d6a57da8620877f28ec
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 08:50:43 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 08:50:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03977906
sci-electronics/iverilog: amd64 stable wrt bug #713730
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index cb0a5a2dca5..abb406c6c94 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-03-22 10:37 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-03-22 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 9c8c28d4cc9a710614001e714aad50a872ccf74b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 10:37:36 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 10:37:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8c28d4
sci-electronics/iverilog: x86 stable wrt bug #713730
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index abb406c6c94..b4ec6051198 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-06-18 12:08 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-06-18 12:08 UTC (permalink / raw
To: gentoo-commits
commit: 32fa008a2d71310fe7b9004aaf5e9192a5e2b12c
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue May 19 01:46:32 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 12:07:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fa008a
sci-electronics/iverilog: optimize RDEPEND sys-libs/readline
Change sys-libs/readline:0 to sys-libs/readline:=
Readline soname changes between version 7 and 8 so
the runtime link is broken unless the iverilog
ebuild depends on the subslot so portage knows to
trigger a rebuild.
It requires a revbump, so dropped x86 and amd64 stable.
Closes: https://bugs.gentoo.org/721022
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r1.ebuild | 75 ++++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
new file mode 100644
index 00000000000..8a107b99189
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+# If you are building from git, you will also need gperf to generate
+# the configure scripts.
+RDEPEND="
+ sys-libs/readline:=
+ sys-libs/zlib
+"
+
+DEPEND="
+ dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
+ ${RDEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
+ "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
+)
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf --force
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+ # Default build fails with parallel jobs,
+ # https://github.com/steveicarus/iverilog/pull/294
+ emake installdirs DESTDIR="${D}"
+ default
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-06-18 12:08 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-06-18 12:08 UTC (permalink / raw
To: gentoo-commits
commit: ad319a41bc5a11d40ce8a0c7eabe293b7784ed3c
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue May 19 01:47:48 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 12:07:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad319a41
sci-electronics/iverilog: optimize RDEPEND for 9999
Change sys-libs/readline:0 to sys-libs/readline:=
Readline soname changes between version 7 and 8 so
the runtime link is broken unless the iverilog
ebuild depends on the subslot so portage knows to
trigger a rebuild.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15759
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index 4592e8c4277..c7053b77526 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -29,7 +29,7 @@ IUSE="examples"
# If you are building from git, you will also need gperf to generate
# the configure scripts.
RDEPEND="
- sys-libs/readline:0
+ sys-libs/readline:=
sys-libs/zlib
"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-06-28 20:41 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-06-28 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 34405534dd9ea4e9a30201fd52b7117bafd29bd5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 20:41:48 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 20:41:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34405534
sci-electronics/iverilog: sparc stable wrt bug #713730
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index 55e7f1e7c1c..b904b64a19d 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-06-29 6:24 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2020-06-29 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 5a2469cd91f5828a1710be3963f98c093cec3289
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 06:23:46 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 06:23:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2469cd
sci-electronics/iverilog: ppc stable wrt bug #713730
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index b904b64a19d..a2dea488d4f 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-09-14 18:26 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-09-14 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 14344ce1243a9d47d55adb43f096177cb4080d83
Author: Felix Neumärker <xdch47 <AT> posteo <DOT> de>
AuthorDate: Tue Sep 8 05:21:39 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 18:26:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14344ce1
sci-electronics/iverilog: split depend -> bdepend
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Felix Neumärker <xdch47 <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/17415
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 10 +++-------
sci-electronics/iverilog/iverilog-9999.ebuild | 10 +++-------
2 files changed, 6 insertions(+), 14 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
index dcce51a4502..61d8fc371b2 100644
--- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
@@ -26,18 +26,14 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="examples"
-# If you are building from git, you will also need gperf to generate
-# the configure scripts.
-RDEPEND="
+DEPEND="
sys-libs/readline:=
sys-libs/zlib
"
-
-DEPEND="
- dev-util/gperf
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/gperf
sys-devel/bison
sys-devel/flex
- ${RDEPEND}
"
PATCHES=(
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index c7053b77526..eb85629d9e8 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -26,18 +26,14 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="examples"
-# If you are building from git, you will also need gperf to generate
-# the configure scripts.
-RDEPEND="
+DEPEND="
sys-libs/readline:=
sys-libs/zlib
"
-
-DEPEND="
- dev-util/gperf
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/gperf
sys-devel/bison
sys-devel/flex
- ${RDEPEND}
"
src_prepare() {
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-09-14 18:26 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-09-14 18:26 UTC (permalink / raw
To: gentoo-commits
commit: e654adf6eda8559817d9669e85f76b1ba414b69b
Author: Felix Neumärker <xdch47 <AT> posteo <DOT> de>
AuthorDate: Fri Sep 4 16:52:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 18:26:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654adf6
sci-electronics/iverilog: remove old
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Felix Neumärker <xdch47 <AT> posteo.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/Manifest | 3 --
sci-electronics/iverilog/iverilog-0.9.6.ebuild | 49 --------------------------
sci-electronics/iverilog/iverilog-0.9.7.ebuild | 49 --------------------------
sci-electronics/iverilog/iverilog-10.2.ebuild | 32 -----------------
4 files changed, 133 deletions(-)
diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
index 19e0b1a4411..24a4970e513 100644
--- a/sci-electronics/iverilog/Manifest
+++ b/sci-electronics/iverilog/Manifest
@@ -1,4 +1 @@
DIST iverilog-10.3.tar.gz 1600835 BLAKE2B 107c57c61fb27c18f4020f7853bf6ca83d1a86fdc73c57ea207828baf6b7a26d42e43ce7b33580f050a4c0b8f63bca6accecf678323a3bbbee1eb9c1d8fa2caa SHA512 67076e19a208576c21a0462ff7d15d00a9d47740c47518a5523bd928b3118360d85eb84c317963717d15e5246ece3727259f6ff3baf59e195340530cc9086a1d
-DIST verilog-0.9.6.tar.gz 1219982 BLAKE2B 12f7dfb1ab8b7e4524cf0a3061ce801bfa741015fc1446aef7ffe51c42d76b5d0578e78ce13cd8c3fb6bac580e9da1ed11ca03e1fd02f8cb75dd74425546f851 SHA512 63c18f211eb9711547db65b859551063129cf18acb1196eaa88562f194231079fe929a6f7b8fbe2160863c521f02dde079e792f1b0bbe1c2514deafd55d5288c
-DIST verilog-0.9.7.tar.gz 1238088 BLAKE2B c0b173b4857abc0d35ad05d9f11d5265763c92e625aadb1b487978c40e0679725b8e6de0fc05cc8e4bc7a6db6e1d9abacf886942b05e27d8513b9586cca156f9 SHA512 1a81f132c667f5cd33a11156364a366806ef9b6ef59b86f69df852af79cc92db17df8db0bace4e3c14929b0110df0aa7d83f35f664057e715842acf7bd21c1f5
-DIST verilog-10.2.tar.gz 1695227 BLAKE2B ea2488de55ef60a248e7f5ffd5e06c6d86d57f3cff4536cb64a727ab70d8868847e53beec093e21243a1e81ede021b0ccde771d66ce1d986f737b5d925aaff11 SHA512 21e0861ee994daf0a98d0da3e0ad665e37cba4669faa873ae57d05eb41794b6cc2948c88cc07ebe1e9266850ad2bad189096ae6911b9c4064f772279d0901aef
diff --git a/sci-electronics/iverilog/iverilog-0.9.6.ebuild b/sci-electronics/iverilog/iverilog-0.9.6.ebuild
deleted file mode 100644
index eb137e4aeb1..00000000000
--- a/sci-electronics/iverilog/iverilog-0.9.6.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz"
-HOMEPAGE="http://iverilog.icarus.com/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="examples"
-
-RDEPEND="app-arch/bzip2
- sys-libs/readline
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/verilog-${PV}"
-
-src_prepare() {
- # Fix tests
- mkdir -p lib/ivl
- touch lib/ivl/ivl
- sed -i -e 's/driver\/iverilog -B./IVERILOG_ROOT="." driver\/iverilog -B./' Makefile.in || die
-
- # Fix LDFLAGS
- sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die
-}
-
-src_install() {
- emake -j1 \
- prefix="${ED}"/usr \
- mandir="${ED}"/usr/share/man \
- infodir="${ED}"/usr/share/info \
- libdir="${ED}"/usr/$(get_libdir) \
- libdir64="${ED}"/usr/$(get_libdir) \
- vpidir="${ED}"/usr/$(get_libdir)/ivl \
- install
-
- dodoc *.txt
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-electronics/iverilog/iverilog-0.9.7.ebuild b/sci-electronics/iverilog/iverilog-0.9.7.ebuild
deleted file mode 100644
index 6a0aa268dd6..00000000000
--- a/sci-electronics/iverilog/iverilog-0.9.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:3}/verilog-${PV}.tar.gz"
-HOMEPAGE="http://iverilog.icarus.com/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="app-arch/bzip2
- sys-libs/readline
- sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/verilog-${PV}"
-
-src_prepare() {
- # Fix tests
- mkdir -p lib/ivl
- touch lib/ivl/ivl
- sed -i -e 's/driver\/iverilog -B./IVERILOG_ROOT="." driver\/iverilog -B./' Makefile.in || die
-
- # Fix LDFLAGS
- sed -i -e 's/@shared@/@shared@ $(LDFLAGS)/' {cadpli,tgt-vhdl,tgt-null,tgt-stub,tgt-vvp}/Makefile.in || die
-}
-
-src_install() {
- emake -j1 \
- prefix="${ED}"/usr \
- mandir="${ED}"/usr/share/man \
- infodir="${ED}"/usr/share/info \
- libdir="${ED}"/usr/$(get_libdir) \
- libdir64="${ED}"/usr/$(get_libdir) \
- vpidir="${ED}"/usr/$(get_libdir)/ivl \
- install
-
- dodoc *.txt
- if use examples ; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-electronics/iverilog/iverilog-10.2.ebuild b/sci-electronics/iverilog/iverilog-10.2.ebuild
deleted file mode 100644
index adcc651fe35..00000000000
--- a/sci-electronics/iverilog/iverilog-10.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-SRC_URI="ftp://icarus.com/pub/eda/verilog/v${PV:0:2}/verilog-${PV}.tar.gz"
-HOMEPAGE="http://iverilog.icarus.com/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="examples"
-
-RDEPEND="
- app-arch/bzip2
- sys-libs/readline:0=
- sys-libs/zlib:="
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P#i}"
-
-src_install() {
- emake -j1 DESTDIR="${D}" install
- einstalldocs
- dodoc *.txt
-
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-09-14 18:36 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2020-09-14 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 0adc7a3e612b9d167f7eda095035cf6732e03685
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 14 18:36:37 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 18:36:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adc7a3e
sci-electronics/iverilog: install examples unconditionally
"The size of the examples is 104 kB (compressed - bz2) / 144 kB (uncompressed)."
"Total size of the package is about 6.3M."
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
index 61d8fc371b2..5d2c037dbaa 100644
--- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
@@ -24,7 +24,6 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="examples"
DEPEND="
sys-libs/readline:=
@@ -50,7 +49,8 @@ src_prepare() {
# > sh autoconf.sh
# Autoconf in root ...
- eautoconf --force
+ eautoconf
+
# Precompiling lexor_keyword.gperf
gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
# Precompiling vhdlpp/lexor_keyword.gperf
@@ -60,13 +60,12 @@ src_prepare() {
src_install() {
local DOCS=( *.txt )
+
# Default build fails with parallel jobs,
# https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${D}"
+ emake installdirs DESTDIR="${ED}"
default
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-11 9:30 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-11 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 90f5be862e2ceba2c998bdf4a3e1ac1da69b2bea
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 5 13:58:46 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 09:29:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f5be86
sci-electronics/iverilog: fix ebuild from 11.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17801
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index eb85629d9e8..2261c277e8c 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -24,14 +24,14 @@ fi
LICENSE="LGPL-2.1"
SLOT="0"
-IUSE="examples"
DEPEND="
sys-libs/readline:=
sys-libs/zlib
"
RDEPEND="${DEPEND}"
-BDEPEND="dev-util/gperf
+BDEPEND="
+ dev-util/gperf
sys-devel/bison
sys-devel/flex
"
@@ -44,7 +44,8 @@ src_prepare() {
# > sh autoconf.sh
# Autoconf in root ...
- eautoconf --force
+ eautoconf
+
# Precompiling lexor_keyword.gperf
gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
# Precompiling vhdlpp/lexor_keyword.gperf
@@ -54,13 +55,9 @@ src_prepare() {
src_install() {
local DOCS=( *.txt )
- # Default build fails with parallel jobs,
- # https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${D}"
+
default
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-11 9:30 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-11 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 35f504e3f0b06f315afe183c52336838d74b652d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 09:17:40 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 09:29:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f504e3
sci-electronics/iverilog: fix spaces to tab
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
sci-electronics/iverilog/iverilog-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index 2261c277e8c..de6fe18b47c 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -31,7 +31,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- dev-util/gperf
+ dev-util/gperf
sys-devel/bison
sys-devel/flex
"
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index 2261c277e8c..de6fe18b47c 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -31,7 +31,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- dev-util/gperf
+ dev-util/gperf
sys-devel/bison
sys-devel/flex
"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-11 9:30 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-11 9:30 UTC (permalink / raw
To: gentoo-commits
commit: 7dd65bdb230ff6e3b2647be30831397957f61fd6
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Oct 5 13:57:26 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 09:29:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd65bdb
sci-electronics/iverilog: bump to 11.0
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/Manifest | 1 +
sci-electronics/iverilog/iverilog-11.0.ebuild | 63 +++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
index 24a4970e513..7fe42d17f04 100644
--- a/sci-electronics/iverilog/Manifest
+++ b/sci-electronics/iverilog/Manifest
@@ -1 +1,2 @@
DIST iverilog-10.3.tar.gz 1600835 BLAKE2B 107c57c61fb27c18f4020f7853bf6ca83d1a86fdc73c57ea207828baf6b7a26d42e43ce7b33580f050a4c0b8f63bca6accecf678323a3bbbee1eb9c1d8fa2caa SHA512 67076e19a208576c21a0462ff7d15d00a9d47740c47518a5523bd928b3118360d85eb84c317963717d15e5246ece3727259f6ff3baf59e195340530cc9086a1d
+DIST iverilog-11.0.tar.gz 1682457 BLAKE2B ba90574e1453a095143e76e5dc79bb2357a721fc62c24f0fb23d220458819cb3b8ea8494410ce956e68831b682b61f27f64e94e9c166a69e5f6d5d30a8269a11 SHA512 5d6a65e1c3b6b62e99af708cd5a259cc69c6b789dd6eff69e225903d9b8c115d9e5d6f7635b30c6558197cd0ee6fd8196a163fbd98956e24c211d97328b85056
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
new file mode 100644
index 00000000000..2261c277e8c
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND="
+ sys-libs/readline:=
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
+"
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf
+
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+
+ default
+
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-17 16:41 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-17 16:41 UTC (permalink / raw
To: gentoo-commits
commit: df8b7414f4120d86af3b2d69a54529919ecef655
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 16:39:54 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 16:41:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8b7414
sci-electronics/iverilog: remove old
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r1.ebuild | 75 ------------------------
sci-electronics/iverilog/iverilog-10.3.ebuild | 75 ------------------------
2 files changed, 150 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
deleted file mode 100644
index 8a107b99189..00000000000
--- a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-GITHUB_PV=$(ver_rs 1- '_')
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-HOMEPAGE="
- http://iverilog.icarus.com
- https://github.com/steveicarus/iverilog
-"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
-else
- SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- S="${WORKDIR}/${PN}-${GITHUB_PV}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="examples"
-
-# If you are building from git, you will also need gperf to generate
-# the configure scripts.
-RDEPEND="
- sys-libs/readline:=
- sys-libs/zlib
-"
-
-DEPEND="
- dev-util/gperf
- sys-devel/bison
- sys-devel/flex
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
- "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
-)
-
-src_prepare() {
- default
-
- # From upstreams autoconf.sh, to make it utilize the autotools eclass
- # Here translate the autoconf.sh, equivalent to the following code
- # > sh autoconf.sh
-
- # Autoconf in root ...
- eautoconf --force
- # Precompiling lexor_keyword.gperf
- gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
- # Precompiling vhdlpp/lexor_keyword.gperf
- cd vhdlpp || die
- gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
-}
-
-src_install() {
- local DOCS=( *.txt )
- # Default build fails with parallel jobs,
- # https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${D}"
- default
-
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
deleted file mode 100644
index a2dea488d4f..00000000000
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-GITHUB_PV=$(ver_rs 1- '_')
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-HOMEPAGE="
- http://iverilog.icarus.com
- https://github.com/steveicarus/iverilog
-"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
-else
- SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
- S="${WORKDIR}/${PN}-${GITHUB_PV}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="examples"
-
-# If you are building from git, you will also need gperf to generate
-# the configure scripts.
-RDEPEND="
- sys-libs/readline:0
- sys-libs/zlib
-"
-
-DEPEND="
- dev-util/gperf
- sys-devel/bison
- sys-devel/flex
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
- "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
-)
-
-src_prepare() {
- default
-
- # From upstreams autoconf.sh, to make it utilize the autotools eclass
- # Here translate the autoconf.sh, equivalent to the following code
- # > sh autoconf.sh
-
- # Autoconf in root ...
- eautoconf --force
- # Precompiling lexor_keyword.gperf
- gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
- # Precompiling vhdlpp/lexor_keyword.gperf
- cd vhdlpp || die
- gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
-}
-
-src_install() {
- local DOCS=( *.txt )
- # Default build fails with parallel jobs,
- # https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${D}"
- default
-
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-17 16:41 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-17 16:41 UTC (permalink / raw
To: gentoo-commits
commit: dfd996662271b2e801d2efe725f5ebe0d21fc37f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 16:39:14 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 16:41:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd99666
sci-electronics/iverilog: stabilize 10.3-r2 on amd64
Closes: https://bugs.gentoo.org/749678
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
index 25e555cd292..be0e7690095 100644
--- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2020-10-17 16:41 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2020-10-17 16:41 UTC (permalink / raw
To: gentoo-commits
commit: e0c118563d28b4ae2b46838065b52de7574cbd65
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 16:38:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 16:41:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c11856
sci-electronics/iverilog: stabilize 10.3-r2 on x86
Bug: https://bugs.gentoo.org/749678
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
index 5d2c037dbaa..25e555cd292 100644
--- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-25 13:54 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2021-02-25 13:54 UTC (permalink / raw
To: gentoo-commits
commit: b262be4f4d137176a331e49e73a1c910ac925b7c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 13:51:56 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 13:51:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b262be4f
sci-electronics/iverilog: x86 stable wrt bug #772065
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index 158257d7f0e..3494f313136 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-27 17:08 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-02-27 17:08 UTC (permalink / raw
To: gentoo-commits
commit: 14f7824dbb4c2b7e5fc313fd3051097b5cd7a8b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 17:07:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 17:07:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f7824d
sci-electronics/iverilog: Stabilize 11.0 amd64, #772065
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index 3494f313136..cf2b50d12f0 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-28 17:39 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-02-28 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 4c02986d1eb865d18930db5d684b50f155d7cac2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 17:33:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 17:39:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c02986d
sci-electronics/iverilog: Revert "remove old"
This dropped the last stable versions for ppc and sparc.
This reverts commit df8b7414f4120d86af3b2d69a54529919ecef655.
Bug: https://bugs.gentoo.org/772065
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r1.ebuild | 75 ++++++++++++++++++++++++
sci-electronics/iverilog/iverilog-10.3.ebuild | 75 ++++++++++++++++++++++++
2 files changed, 150 insertions(+)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
new file mode 100644
index 00000000000..8a107b99189
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+# If you are building from git, you will also need gperf to generate
+# the configure scripts.
+RDEPEND="
+ sys-libs/readline:=
+ sys-libs/zlib
+"
+
+DEPEND="
+ dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
+ ${RDEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
+ "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
+)
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf --force
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+ # Default build fails with parallel jobs,
+ # https://github.com/steveicarus/iverilog/pull/294
+ emake installdirs DESTDIR="${D}"
+ default
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
new file mode 100644
index 00000000000..a2dea488d4f
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="examples"
+
+# If you are building from git, you will also need gperf to generate
+# the configure scripts.
+RDEPEND="
+ sys-libs/readline:0
+ sys-libs/zlib
+"
+
+DEPEND="
+ dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
+ ${RDEPEND}
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
+ "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
+)
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf --force
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+ # Default build fails with parallel jobs,
+ # https://github.com/steveicarus/iverilog/pull/294
+ emake installdirs DESTDIR="${D}"
+ default
+
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-28 17:39 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-02-28 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 123a8fca20c9ad42fef0d58e2312bb7e65caab55
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 17:36:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 17:39:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123a8fca
sci-electronics/iverilog: cleanup old where possible
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3-r1.ebuild | 75 ------------------------
sci-electronics/iverilog/iverilog-10.3-r2.ebuild | 71 ----------------------
2 files changed, 146 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild b/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
deleted file mode 100644
index 8a107b99189..00000000000
--- a/sci-electronics/iverilog/iverilog-10.3-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-GITHUB_PV=$(ver_rs 1- '_')
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-HOMEPAGE="
- http://iverilog.icarus.com
- https://github.com/steveicarus/iverilog
-"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
-else
- SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- S="${WORKDIR}/${PN}-${GITHUB_PV}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="examples"
-
-# If you are building from git, you will also need gperf to generate
-# the configure scripts.
-RDEPEND="
- sys-libs/readline:=
- sys-libs/zlib
-"
-
-DEPEND="
- dev-util/gperf
- sys-devel/bison
- sys-devel/flex
- ${RDEPEND}
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
- "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
-)
-
-src_prepare() {
- default
-
- # From upstreams autoconf.sh, to make it utilize the autotools eclass
- # Here translate the autoconf.sh, equivalent to the following code
- # > sh autoconf.sh
-
- # Autoconf in root ...
- eautoconf --force
- # Precompiling lexor_keyword.gperf
- gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
- # Precompiling vhdlpp/lexor_keyword.gperf
- cd vhdlpp || die
- gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
-}
-
-src_install() {
- local DOCS=( *.txt )
- # Default build fails with parallel jobs,
- # https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${D}"
- default
-
- if use examples; then
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
- fi
-}
diff --git a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild b/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
deleted file mode 100644
index be0e7690095..00000000000
--- a/sci-electronics/iverilog/iverilog-10.3-r2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-GITHUB_PV=$(ver_rs 1- '_')
-
-DESCRIPTION="A Verilog simulation and synthesis tool"
-HOMEPAGE="
- http://iverilog.icarus.com
- https://github.com/steveicarus/iverilog
-"
-
-if [[ ${PV} == "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
-else
- SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
- S="${WORKDIR}/${PN}-${GITHUB_PV}"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-DEPEND="
- sys-libs/readline:=
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-util/gperf
- sys-devel/bison
- sys-devel/flex
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-10.3-file-missing.patch #705412
- "${FILESDIR}"/${PN}-10.3-fno-common.patch #706366
- "${FILESDIR}"/${PN}-10.3-gen-bison-header.patch #734760
-)
-
-src_prepare() {
- default
-
- # From upstreams autoconf.sh, to make it utilize the autotools eclass
- # Here translate the autoconf.sh, equivalent to the following code
- # > sh autoconf.sh
-
- # Autoconf in root ...
- eautoconf
-
- # Precompiling lexor_keyword.gperf
- gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
- # Precompiling vhdlpp/lexor_keyword.gperf
- cd vhdlpp || die
- gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
-}
-
-src_install() {
- local DOCS=( *.txt )
-
- # Default build fails with parallel jobs,
- # https://github.com/steveicarus/iverilog/pull/294
- emake installdirs DESTDIR="${ED}"
- default
-
- dodoc -r examples
- docompress -x /usr/share/doc/${PF}/examples
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-28 21:37 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-02-28 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 3a5447b84d97d862e485cb90bd1e76908967c76b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 21:36:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 21:37:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5447b8
sci-electronics/iverilog: Stabilize 11.0 sparc, #772065
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index bed87e6df97..bf530fda830 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2021-02-28 21:37 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-02-28 21:37 UTC (permalink / raw
To: gentoo-commits
commit: f219eab9448996ac30dc84e91d5011a40eb3b025
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 21:35:57 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 21:36:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f219eab9
sci-electronics/iverilog: Stabilize 11.0 ppc, #772065
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index cf2b50d12f0..bed87e6df97 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2023-04-10 7:37 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2023-04-10 7:37 UTC (permalink / raw
To: gentoo-commits
commit: f53802382c4fc5073387abd486118da5970dae34
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Mar 31 04:22:42 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 07:37:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5380238
sci-electronics/iverilog: add 12.0
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/Manifest | 1 +
sci-electronics/iverilog/iverilog-12.0.ebuild | 65 +++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/sci-electronics/iverilog/Manifest b/sci-electronics/iverilog/Manifest
index 7fe42d17f047..4b6c9faac096 100644
--- a/sci-electronics/iverilog/Manifest
+++ b/sci-electronics/iverilog/Manifest
@@ -1,2 +1,3 @@
DIST iverilog-10.3.tar.gz 1600835 BLAKE2B 107c57c61fb27c18f4020f7853bf6ca83d1a86fdc73c57ea207828baf6b7a26d42e43ce7b33580f050a4c0b8f63bca6accecf678323a3bbbee1eb9c1d8fa2caa SHA512 67076e19a208576c21a0462ff7d15d00a9d47740c47518a5523bd928b3118360d85eb84c317963717d15e5246ece3727259f6ff3baf59e195340530cc9086a1d
DIST iverilog-11.0.tar.gz 1682457 BLAKE2B ba90574e1453a095143e76e5dc79bb2357a721fc62c24f0fb23d220458819cb3b8ea8494410ce956e68831b682b61f27f64e94e9c166a69e5f6d5d30a8269a11 SHA512 5d6a65e1c3b6b62e99af708cd5a259cc69c6b789dd6eff69e225903d9b8c115d9e5d6f7635b30c6558197cd0ee6fd8196a163fbd98956e24c211d97328b85056
+DIST iverilog-12.0.tar.gz 2995096 BLAKE2B 7e1d4d8302168da3d38aac113daaaa62b80e59d7485be142443cd57ef346e788d9b58564af491a0ad58f64c06e475696238205f3e673f10da3c2cd417020fbed SHA512 a8e112f760903335ef2fbf00529e5fe282b83c1f583c4316373b9410d7fad2a53d5c4adb82dd62491c14a620cb5b1fab117cb0cde638c86b65fe5b7b0dd07152
diff --git a/sci-electronics/iverilog/iverilog-12.0.ebuild b/sci-electronics/iverilog/iverilog-12.0.ebuild
new file mode 100644
index 000000000000..43fe2c27ba04
--- /dev/null
+++ b/sci-electronics/iverilog/iverilog-12.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+GITHUB_PV=$(ver_rs 1- '_')
+
+DESCRIPTION="A Verilog simulation and synthesis tool"
+HOMEPAGE="
+ http://iverilog.icarus.com
+ https://github.com/steveicarus/iverilog
+"
+
+if [[ ${PV} == "9999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
+else
+ SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ S="${WORKDIR}/${PN}-${GITHUB_PV}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND="
+ sys-libs/readline:=
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-util/gperf
+ sys-devel/bison
+ sys-devel/flex
+"
+
+src_prepare() {
+ default
+
+ # From upstreams autoconf.sh, to make it utilize the autotools eclass
+ # Here translate the autoconf.sh, equivalent to the following code
+ # > sh autoconf.sh
+
+ # Autoconf in root ...
+ eautoconf
+
+ # Precompiling lexor_keyword.gperf
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf \
+ > lexor_keyword.cc || die
+ # Precompiling vhdlpp/lexor_keyword.gperf
+ cd vhdlpp || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf \
+ > lexor_keyword.cc || die
+}
+
+src_install() {
+ local DOCS=( *.txt )
+
+ default
+
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2023-04-10 7:37 Joonas Niilola
0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2023-04-10 7:37 UTC (permalink / raw
To: gentoo-commits
commit: dbb0db9a8e0d6bbae1750a2ce5b539aed41b8b3a
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Fri Mar 31 04:23:06 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 07:37:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb0db9a
sci-electronics/iverilog: EAPI 7 -> 8, fix long lines
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30419
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sci-electronics/iverilog/iverilog-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index de6fe18b47c9..43fe2c27ba04 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
@@ -47,10 +47,12 @@ src_prepare() {
eautoconf
# Precompiling lexor_keyword.gperf
- gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ gperf -o -i 7 -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf \
+ > lexor_keyword.cc || die
# Precompiling vhdlpp/lexor_keyword.gperf
cd vhdlpp || die
- gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc || die
+ gperf -o -i 7 --ignore-case -C -k 1-4,6,9,\$ -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf \
+ > lexor_keyword.cc || die
}
src_install() {
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2023-06-25 3:13 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-06-25 3:13 UTC (permalink / raw
To: gentoo-commits
commit: 81d957913dae28b5c89e64034c4dd5ef9db59a22
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 03:13:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 03:13:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d95791
sci-electronics/iverilog: Stabilize 12.0 amd64, #909104
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-12.0.ebuild b/sci-electronics/iverilog/iverilog-12.0.ebuild
index 43fe2c27ba04..c24c3720868d 100644
--- a/sci-electronics/iverilog/iverilog-12.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-12.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2023-06-25 4:48 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2023-06-25 4:48 UTC (permalink / raw
To: gentoo-commits
commit: 56fb188f281a968b5997917dc97c877cd43f39b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 04:48:05 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 04:48:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fb188f
sci-electronics/iverilog: Stabilize 12.0 sparc, #909104
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-electronics/iverilog/iverilog-12.0.ebuild b/sci-electronics/iverilog/iverilog-12.0.ebuild
index c24c3720868d..cc85424ee944 100644
--- a/sci-electronics/iverilog/iverilog-12.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-12.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/
@ 2023-12-09 17:01 Arthur Zamarin
0 siblings, 0 replies; 34+ messages in thread
From: Arthur Zamarin @ 2023-12-09 17:01 UTC (permalink / raw
To: gentoo-commits
commit: d05f5af2481919f7c89acfe185f13c7987ad0e21
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 16:59:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 17:00:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05f5af2
sci-electronics/iverilog: unkeyword for most arches
Was added by mistake in linked commit. I'm pretty sure this isn't
used on those arches, but if mistakes, feel free to correct me.
Fixes: 4bbf7865096bfbbeb861ac51585e6fb3ba9f6ded
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-electronics/iverilog/iverilog-10.3.ebuild | 2 +-
sci-electronics/iverilog/iverilog-11.0.ebuild | 2 +-
sci-electronics/iverilog/iverilog-12.0.ebuild | 2 +-
sci-electronics/iverilog/iverilog-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-electronics/iverilog/iverilog-10.3.ebuild b/sci-electronics/iverilog/iverilog-10.3.ebuild
index ad66c40b299a..29ac9813ef08 100644
--- a/sci-electronics/iverilog/iverilog-10.3.ebuild
+++ b/sci-electronics/iverilog/iverilog-10.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
diff --git a/sci-electronics/iverilog/iverilog-11.0.ebuild b/sci-electronics/iverilog/iverilog-11.0.ebuild
index 216f953bb8fc..66fbabe00a50 100644
--- a/sci-electronics/iverilog/iverilog-11.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-11.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
diff --git a/sci-electronics/iverilog/iverilog-12.0.ebuild b/sci-electronics/iverilog/iverilog-12.0.ebuild
index cc85424ee944..6c9b7f17d41b 100644
--- a/sci-electronics/iverilog/iverilog-12.0.ebuild
+++ b/sci-electronics/iverilog/iverilog-12.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
diff --git a/sci-electronics/iverilog/iverilog-9999.ebuild b/sci-electronics/iverilog/iverilog-9999.ebuild
index 43fe2c27ba04..e92e840b6a74 100644
--- a/sci-electronics/iverilog/iverilog-9999.ebuild
+++ b/sci-electronics/iverilog/iverilog-9999.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/steveicarus/${PN}.git"
else
SRC_URI="https://github.com/steveicarus/${PN}/archive/v${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
S="${WORKDIR}/${PN}-${GITHUB_PV}"
fi
^ permalink raw reply related [flat|nested] 34+ messages in thread
end of thread, other threads:[~2023-12-09 17:01 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-25 13:54 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/iverilog/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2023-12-09 17:01 Arthur Zamarin
2023-06-25 4:48 Sam James
2023-06-25 3:13 Sam James
2023-04-10 7:37 Joonas Niilola
2023-04-10 7:37 Joonas Niilola
2021-02-28 21:37 Sam James
2021-02-28 21:37 Sam James
2021-02-28 17:39 Sam James
2021-02-28 17:39 Sam James
2021-02-27 17:08 Sam James
2020-10-17 16:41 Joonas Niilola
2020-10-17 16:41 Joonas Niilola
2020-10-17 16:41 Joonas Niilola
2020-10-11 9:30 Joonas Niilola
2020-10-11 9:30 Joonas Niilola
2020-10-11 9:30 Joonas Niilola
2020-09-14 18:36 Sam James
2020-09-14 18:26 Sam James
2020-09-14 18:26 Sam James
2020-06-29 6:24 Agostino Sarubbo
2020-06-28 20:41 Agostino Sarubbo
2020-06-18 12:08 Joonas Niilola
2020-06-18 12:08 Joonas Niilola
2020-03-22 10:37 Agostino Sarubbo
2020-03-22 8:51 Mikle Kolyada
2020-02-18 10:07 Sergei Trofimovich
2020-02-18 10:07 Sergei Trofimovich
2020-01-07 6:20 Joonas Niilola
2020-01-07 6:20 Joonas Niilola
2020-01-07 6:20 Joonas Niilola
2020-01-07 6:20 Joonas Niilola
2020-01-05 10:10 Joonas Niilola
2018-01-26 21:36 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox