public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gtkwave/
Date: Sat,  3 Oct 2020 16:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1601742009.6df721c353493a4a9dc0b63307161c5ab985ee38.soap@gentoo> (raw)

commit:     6df721c353493a4a9dc0b63307161c5ab985ee38
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 16:20:09 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 16:20:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df721c3

sci-electronics/gtkwave: Version bump to 3.3.106

Bug: https://bugs.gentoo.org/707506
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-electronics/gtkwave/Manifest               |  1 +
 sci-electronics/gtkwave/gtkwave-3.3.106.ebuild | 64 ++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/sci-electronics/gtkwave/Manifest b/sci-electronics/gtkwave/Manifest
index b092eba47d4..9086e8d0049 100644
--- a/sci-electronics/gtkwave/Manifest
+++ b/sci-electronics/gtkwave/Manifest
@@ -1,3 +1,4 @@
+DIST gtkwave-3.3.106.tar.gz 3507185 BLAKE2B 89389c6eef2fb80b82b048fc94248cf6b30ec0d8fea1260189f2ea1f143123e0294d00f93a0c25f777b6e2c188041af16f4e26e5206e0c65fe23c1f058b19186 SHA512 4deec8dc88210ae542b8066763265450530756d34babf10c7820fe27b23d01e6d2f084ec74b7b0730a645fcb667ba3c0d2dcfb4111e702a523805041dc96768a
 DIST gtkwave-3.3.68.tar.gz 4097204 BLAKE2B acaad5e161c7aeaf84eccb81fd2bad75e2a067224ac436df34b4b4cb9c73bb8b9da019e1adb0e3016d247828d451004eb38f10c101d96e34b3277426e4000393 SHA512 bcdd6f7de6454aefec65a0056a4a6a9994566b19ba0dc13f49f38d7d2bc601421d68aa04ebcd285fcb446f6d4a0a55a169db366c0d9387a809a59d61c8c76cac
 DIST gtkwave-3.3.73.tar.gz 4122802 BLAKE2B 32fcf6e03e0a2d55c952df5d6188bc48c52789fbc605388c63932b5ee507470d7d8ed5f2a0f572b793fa8d3807160aa6c383142e66cbde67b04ffb5c9de6d6ea SHA512 a8a3bf3ba8964c0a42f01f38235762da51d62f5fd602e0a81a2d7c36f9562409e0ccaf9aeaf73c6eb853d979ca2c93008837c395f2312d6e7996135518938eff
 DIST gtkwave-3.3.87.tar.gz 4176746 BLAKE2B 96b43f40e965d54f973dd38a89caf84671fdb5ba03f72e6b3b6d4829926f29789b63069ab537f1627acea8602e716bbfc66585d5f4beb4da53f85c1ef7892a37 SHA512 eed3c93e0f8acb9b075c90ab59e5f2dff3c29d9602a4bac7b6c0adca1bf4778468964532606227719bde1c498fc1f5655553ea9fccbf7d37fbec1671c371b7dd

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.106.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.106.ebuild
new file mode 100644
index 00000000000..0b304354883
--- /dev/null
+++ b/sci-electronics/gtkwave/gtkwave-3.3.106.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs xdg
+
+DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files"
+HOMEPAGE="http://gtkwave.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples fasttree fatlines judy lzma packed tcl"
+
+RDEPEND="
+	dev-libs/glib:2
+	sys-libs/zlib
+	x11-libs/gtk+:2
+	x11-libs/pango
+	judy? ( dev-libs/judy )
+	tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
+	lzma? ( app-arch/xz-utils )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/gperf
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+
+	# do not install doc and examples by default
+	sed -i -e 's/doc examples//' Makefile.in || die
+}
+
+src_configure() {
+	econf \
+		--disable-local-libz \
+		--disable-local-libbz2 \
+		--disable-mime-update \
+		--enable-largefile \
+		$(use_enable packed struct-pack) \
+		$(use_enable fatlines) \
+		$(use_enable tcl) \
+		$(use_enable lzma xz) \
+		$(use_enable fasttree) \
+		$(use_enable judy)
+}
+
+src_compile() {
+	emake AR="$(tc-getAR)"
+}
+
+src_install() {
+	default
+
+	use doc && dodoc doc/${PN}.odt
+	if use examples; then
+		rm examples/Makefile* || die
+		dodoc -r examples
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+}


             reply	other threads:[~2020-10-03 16:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-03 16:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 22:43 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gtkwave/ Sam James
2024-12-01 12:12 Sam James
2023-06-25  3:13 Sam James
2022-08-26 11:33 Andrew Ammerlaan
2022-08-26  9:19 Andrew Ammerlaan
2020-10-03 16:20 David Seifert
2019-02-16 13:27 Virgil Dupras
2018-01-17 16:01 Thomas Beierlein
2016-07-24 11:11 Thomas Beierlein
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo
2015-11-30 18:31 Thomas Beierlein
2015-11-30 18:29 Thomas Beierlein
2015-09-07 13:46 Thomas Beierlein

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=1601742009.6df721c353493a4a9dc0b63307161c5ab985ee38.soap@gentoo \
    --to=soap@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