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: <1601742012.88a05d06575cb0880f6048aac92d2ec12cdbfa34.soap@gentoo> (raw)

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

sci-electronics/gtkwave: Remove old 3.3.{68,73,87,99}

Closes: 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              |  4 --
 sci-electronics/gtkwave/gtkwave-3.3.68.ebuild | 74 -------------------------
 sci-electronics/gtkwave/gtkwave-3.3.73.ebuild | 74 -------------------------
 sci-electronics/gtkwave/gtkwave-3.3.87.ebuild | 77 ---------------------------
 sci-electronics/gtkwave/gtkwave-3.3.99.ebuild | 77 ---------------------------
 5 files changed, 306 deletions(-)

diff --git a/sci-electronics/gtkwave/Manifest b/sci-electronics/gtkwave/Manifest
index 9086e8d0049..3f066ed6fcd 100644
--- a/sci-electronics/gtkwave/Manifest
+++ b/sci-electronics/gtkwave/Manifest
@@ -1,5 +1 @@
 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
-DIST gtkwave-3.3.99.tar.gz 3505354 BLAKE2B 1a768aca209ccd3049f40accec3c2dc0f5c1e7b05abb3300dd249345a70da4a72a20e9b5e1e22fdddc1e7e9b7586473aa590ccfa01947494b9040abe228d9e66 SHA512 b4525200a201b409fa8a4758f775671b458e8caf5b9c86b6052158ff24aa1e6620b74b663f755dcec71fd28612949a3a0e9ab700cd4559b962580bc130b8fa3c

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild
deleted file mode 100644
index ee4ce58a03b..00000000000
--- a/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils fdo-mime toolchain-funcs
-
-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"
-
-IUSE="doc examples fasttree fatlines judy lzma packed tcl"
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:2
-	x11-libs/pango
-	sys-libs/zlib
-	judy? ( dev-libs/judy )
-	tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
-	lzma? ( app-arch/xz-utils )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/gperf"
-
-AT_M4DIR="${S}"
-
-src_prepare() {
-	# 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() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog README
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins "doc/${PN}.odt"
-	fi
-	if use examples ; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild
deleted file mode 100644
index 2f498f210aa..00000000000
--- a/sci-electronics/gtkwave/gtkwave-3.3.73.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils fdo-mime toolchain-funcs
-
-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"
-
-IUSE="doc examples fasttree fatlines judy lzma packed tcl"
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:2
-	x11-libs/pango
-	sys-libs/zlib
-	judy? ( dev-libs/judy )
-	tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
-	lzma? ( app-arch/xz-utils )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/gperf"
-
-AT_M4DIR="${S}"
-
-src_prepare() {
-	# 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() {
-	emake DESTDIR="${D}" install
-	dodoc ChangeLog README
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins "doc/${PN}.odt"
-	fi
-	if use examples ; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-}

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild
deleted file mode 100644
index 80fab4ec0ad..00000000000
--- a/sci-electronics/gtkwave/gtkwave-3.3.87.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit xdg-utils gnome2-utils toolchain-funcs
-
-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"
-
-IUSE="doc examples fasttree fatlines judy lzma packed tcl"
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:2
-	x11-libs/pango
-	sys-libs/zlib
-	judy? ( dev-libs/judy )
-	tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
-	lzma? ( app-arch/xz-utils )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/gperf"
-
-AT_M4DIR="${S}"
-
-src_prepare() {
-	# do not install doc and examples by default
-	sed -i -e 's/doc examples//' Makefile.in || die
-	default
-}
-
-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() {
-	emake DESTDIR="${ED}" install
-	dodoc ChangeLog README
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins "doc/${PN}.odt"
-	fi
-	if use examples ; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild b/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild
deleted file mode 100644
index 257b3daf341..00000000000
--- a/sci-electronics/gtkwave/gtkwave-3.3.99.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils toolchain-funcs
-
-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"
-
-IUSE="doc examples fasttree fatlines judy lzma packed tcl"
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-	x11-libs/gtk+:2
-	x11-libs/pango
-	sys-libs/zlib
-	judy? ( dev-libs/judy )
-	tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
-	lzma? ( app-arch/xz-utils )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	dev-util/gperf"
-
-AT_M4DIR="${S}"
-
-src_prepare() {
-	# do not install doc and examples by default
-	sed -i -e 's/doc examples//' Makefile.in || die
-	default
-}
-
-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() {
-	emake DESTDIR="${ED}" install
-	dodoc ChangeLog README
-	if use doc ; then
-		insinto /usr/share/doc/${PF}
-		doins "doc/${PN}.odt"
-	fi
-	if use examples ; then
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	xdg_icon_cache_update
-}


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

Thread overview: 14+ 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 --
2024-12-01 12:12 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gtkwave/ 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=1601742012.88a05d06575cb0880f6048aac92d2ec12cdbfa34.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