public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verilator/
Date: Tue, 13 Jul 2021 09:09:02 +0000 (UTC)	[thread overview]
Message-ID: <1626059495.62abe1ce563bfcbd771e05b8d2e4f23279aac8e3.andrewammerlaan@gentoo> (raw)

commit:     62abe1ce563bfcbd771e05b8d2e4f23279aac8e3
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Jul 12 03:11:35 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 03:11:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62abe1ce

sci-electronics/verilator: 4.210

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 sci-electronics/verilator/Manifest               |  1 +
 sci-electronics/verilator/verilator-4.210.ebuild | 42 ++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/sci-electronics/verilator/Manifest b/sci-electronics/verilator/Manifest
index 816963992..3713eb3ed 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,3 +1,4 @@
 DIST verilator-4.200.tar.gz 2245877 BLAKE2B e0606966777c9d3c364bc6d6e84a246a27f4ad4ee67871194a4738cf2c3f76529fe23d2a555139bc9b8eba268ed1929b651a161a7434dd380ec9762cb907f43e SHA512 f2fac4c46006c064b4a31b0edf0c3b1aebdea7e158ca6f8445ae3ece97f1132cd95dbfd63dc5e0f0cb4566a839f44ae0547e0e604cdd3231cf79a7400353fbb5
 DIST verilator-4.202.tar.gz 2352846 BLAKE2B 9bd1744c3a8b4b750fbf57731078a09d41eb4708a7a3806d2110ab197fb60f23cf0956cb625058d6c6b6e03058ad15cf112f38f920ce93a8cc82a17b90363421 SHA512 2241d06f06cee708269e09d50725973bb1fc1c20f8873114ad6525c2b4bea940a0ed42369b2a2e19ba72dbc40b9271c35124b1d9db9f6421c2856075b0636780
 DIST verilator-4.204.tar.gz 2371483 BLAKE2B 9f029d281f6d4430f45cfaf49d791d5d5c2151e179f53b9e39c0bfedf35ddb2e9d145714937424c0212b0cc2ef8d127684412a1a861a1491c42d6964f341fec2 SHA512 4a793d28e6e559309dec41150b025aed45f394980888d94a99bd24f0638aa3df7f32d914550fbb346e79127931636a606171ccee62337e1238b084f66e48ce61
+DIST verilator-4.210.tar.gz 2401752 BLAKE2B 3387fb72511bdf9179001d09a9fff4d34746fc1eb4475ef50cb606d3102828cdf008399b5aab8ac515704b546956912468d88d9c6ace5ba5e042f9614d6e6a32 SHA512 f74b44a6dc26c1d1c21308e12b1f9ecdf14611acb53ed1a0e50d0977c69238fe2fbf6759c1dfbe833c9ecd5858f2650e193dae0fcf4179cf18fe771d50d4dcfa

diff --git a/sci-electronics/verilator/verilator-4.210.ebuild b/sci-electronics/verilator/verilator-4.210.ebuild
new file mode 100644
index 000000000..d8ccd0c01
--- /dev/null
+++ b/sci-electronics/verilator/verilator-4.210.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
+HOMEPAGE="
+	https://verilator.org
+	https://github.com/verilator/verilator
+"
+
+if [[ "${PV}" == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="|| ( Artistic-2 LGPL-3 )"
+SLOT="0"
+
+RDEPEND="
+	dev-lang/perl
+	sys-libs/zlib
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+BDEPEND="
+	sys-devel/bison
+	sys-devel/flex
+"
+
+src_prepare() {
+	default
+	eautoconf --force
+}


             reply	other threads:[~2021-07-13  9:09 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-13  9:09 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-30 12:22 [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/verilator/ David Roman
2024-04-30 12:22 David Roman
2024-04-04 10:08 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2024-04-04 10:09 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2024-03-19  0:39 Julien Roy
2024-03-19  0:39 Julien Roy
2024-03-16  5:57 Rui Huang
2024-03-16  5:56 [gentoo-commits] repo/proj/guru:dev " Rui Huang
2024-03-16  5:57 ` [gentoo-commits] repo/proj/guru:master " Rui Huang
2023-11-16 10:05 David Roman
2023-08-10  8:14 Viorel Munteanu
2023-03-31 10:16 Florian Schmaus
2023-03-31 10:16 Florian Schmaus
2023-01-31 11:00 Florian Schmaus
2023-01-31 11:00 Florian Schmaus
2023-01-31 11:00 Florian Schmaus
2023-01-06  8:51 Florian Schmaus
2023-01-06  8:51 Florian Schmaus
2022-07-11  6:54 Andrew Ammerlaan
2021-07-13  9:09 Andrew Ammerlaan
2021-06-28 10:59 Florian Schmaus
2021-04-30  7:45 Andrew Ammerlaan
2021-04-06  9:03 Andrew Ammerlaan
2021-04-06  9:03 Andrew Ammerlaan
2021-03-11 13:16 Andrew Ammerlaan
2021-03-11 13:16 Andrew Ammerlaan
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-01 13:14 Andrew Ammerlaan
2020-12-06 18:44 Andrew Ammerlaan
2020-12-06 18:44 Andrew Ammerlaan
2020-11-18 16:03 Andrew Ammerlaan
2020-11-18 16:03 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-07-24 11:25 Andrew Ammerlaan
2020-06-13 14:15 Andrew Ammerlaan
2020-05-14  9:29 Andrew Ammerlaan
2020-05-14  9:29 Andrew Ammerlaan
2020-05-12  9:01 Andrew Ammerlaan
2020-05-12  9:01 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27 11:25 Andrew Ammerlaan
2020-04-27  7:02 Andrew Ammerlaan
2020-04-11 20:34 Andrew Ammerlaan
2020-04-07 10:16 Andrew Ammerlaan
2020-04-07  7:42 Andrew Ammerlaan
2020-04-07  7:42 Andrew Ammerlaan
2020-03-27 12:40 Andrew Ammerlaan
2020-03-15 11:29 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 11:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626059495.62abe1ce563bfcbd771e05b8d2e4f23279aac8e3.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox