public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/irsim/
@ 2015-11-16 20:35 Thomas Beierlein
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Beierlein @ 2015-11-16 20:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3224706d60ba985ec508a03281ff9df7a946cb5a
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 20:34:45 2015 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 20:34:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3224706d

sci-electronics/irsim: Maintenance release

Package-Manager: portage-2.2.24

 sci-electronics/irsim/Manifest            |  1 +
 sci-electronics/irsim/irsim-9.7.93.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/sci-electronics/irsim/Manifest b/sci-electronics/irsim/Manifest
index a443cc8..cba6a9d 100644
--- a/sci-electronics/irsim/Manifest
+++ b/sci-electronics/irsim/Manifest
@@ -1,2 +1,3 @@
 DIST irsim-9.7.79.tgz 471749 SHA256 48f639b0893eaf116d0d248b32fbc884fe5eceaba57499f22ee61e6e7c44b7eb SHA512 a5bbf9757ff1c6e74f36725e9da8d16cebff7a3a77174f37b3e2a2239afc839ac7165214d221c44d437fa07f5544e01969e0cad4e205067a04c7e37c8d3c1969 WHIRLPOOL 822f78763e60ae3edf41d896036a93a38696f84ea6274ed011a83263fb79b61201f2c9d86f2ad2559c328f9b3cb4cfbcabc067070251b3757bc823d6175debe0
 DIST irsim-9.7.87.tgz 459249 SHA256 528e8daa9afa63ba81425fc679b786228e314f45b64f03f67150332f0fd7bff6 SHA512 2399c41d22db146ce4d87019476f975386aef62afd831bc245ff8d8fc5c88a256712c31a04b58cacf28602c00273ed4623adffc2eddb4c7b533e7eb0894a9651 WHIRLPOOL e469b0d7015e735867fa0d90e3a2c961f73d8cf5a554dd70011ea634f4031b061a48fcce5587a2d941a4aea05057c6dda0a8d7b0ec09c9f27bf972f418b3d22f
+DIST irsim-9.7.93.tgz 465721 SHA256 072d6a487a8bd0537b986a4dd53fa39e2123a1680a8df13afd25c5d9d448f9b8 SHA512 441a803935c178bdd663360df058142c07d91aecd158d6be8f10b670fc2a295e79839914de6a85ced58a79591625c514e2ceabe87486092d8a1784c7e47a02b3 WHIRLPOOL 68976c5c3c19f69c16bf48746c29d181cffa0cc0d7c993ea3683bd4e9c1c1c097d8eb14ef3a7efa66842a546255541f8bea7183cd12f7dc26eee42e8306547a9

diff --git a/sci-electronics/irsim/irsim-9.7.93.ebuild b/sci-electronics/irsim/irsim-9.7.93.ebuild
new file mode 100644
index 0000000..c7dc322
--- /dev/null
+++ b/sci-electronics/irsim/irsim-9.7.93.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib
+
+DESCRIPTION="IRSIM is a \"switch-level\" simulator"
+HOMEPAGE="http://opencircuitdesign.com/irsim/"
+SRC_URI="http://opencircuitdesign.com/irsim/archive/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/tcl:0
+	dev-lang/tk:0"
+DEPEND="${RDEPEND}
+	app-shells/tcsh"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-9.7.72-ldflags.patch
+	epatch "${FILESDIR}"/${PN}-9.7.79-datadir.patch
+}
+
+src_configure() {
+	# Short-circuit top-level configure script to retain CFLAGS
+	cd scripts
+	#tc-export CPP
+	econf
+}
+
+src_install() {
+	emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install
+	dodoc README
+}
+
+pkg_postinst() {
+	einfo
+	einfo "You will probably need to add to your ~/.Xdefaults"
+	einfo "the following line:"
+	einfo "irsim.background: black"
+	einfo
+	einfo "This is needed because Gentoo from default sets a"
+	einfo "grey background which makes impossible to see the"
+	einfo "simulation (white line on light gray background)."
+	einfo
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/irsim/
@ 2019-11-13 19:58 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-11-13 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c83191c5998f39d0d94b05b99b337dade967a804
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 19:39:09 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 19:58:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83191c5

sci-electronics/irsim: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-electronics/irsim/Manifest            |  2 --
 sci-electronics/irsim/irsim-9.7.79.ebuild | 53 -------------------------------
 sci-electronics/irsim/irsim-9.7.87.ebuild | 49 ----------------------------
 3 files changed, 104 deletions(-)

diff --git a/sci-electronics/irsim/Manifest b/sci-electronics/irsim/Manifest
index 8353f2b7798..144ec603afa 100644
--- a/sci-electronics/irsim/Manifest
+++ b/sci-electronics/irsim/Manifest
@@ -1,3 +1 @@
-DIST irsim-9.7.79.tgz 471749 BLAKE2B d2909f12c66b3b9b4c141627996cbdf0a4985d904f0ba7f196c2caa58f50f328224be675067d5164fdd824bd877fdb2f11295da487dff83e55bc120dae47371c SHA512 a5bbf9757ff1c6e74f36725e9da8d16cebff7a3a77174f37b3e2a2239afc839ac7165214d221c44d437fa07f5544e01969e0cad4e205067a04c7e37c8d3c1969
-DIST irsim-9.7.87.tgz 459249 BLAKE2B bbeecde1d77985170aa83d624d381616654915cbd8cf1032de5b38f535c376964652bf679f9d09e58f0e7cc9ce584815d9dcbd4c9a706093189d94056b4d00e2 SHA512 2399c41d22db146ce4d87019476f975386aef62afd831bc245ff8d8fc5c88a256712c31a04b58cacf28602c00273ed4623adffc2eddb4c7b533e7eb0894a9651
 DIST irsim-9.7.93.tgz 465721 BLAKE2B f40e1216f51a51a38ee52628532989ee307db1ff3b0daa4f047a1a3eb04bd49d903382f67c1c4bae4366147f4448eb9699cdc47cffe712fa70a9d34c5bf13d00 SHA512 441a803935c178bdd663360df058142c07d91aecd158d6be8f10b670fc2a295e79839914de6a85ced58a79591625c514e2ceabe87486092d8a1784c7e47a02b3

diff --git a/sci-electronics/irsim/irsim-9.7.79.ebuild b/sci-electronics/irsim/irsim-9.7.79.ebuild
deleted file mode 100644
index 16d94a5a020..00000000000
--- a/sci-electronics/irsim/irsim-9.7.79.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib
-
-DESCRIPTION="IRSIM is a \"switch-level\" simulator"
-HOMEPAGE="http://opencircuitdesign.com/irsim/"
-SRC_URI="http://opencircuitdesign.com/irsim/archive/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl:0
-	dev-lang/tk:0"
-DEPEND="${RDEPEND}
-	app-shells/tcsh"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-9.7.72-ldflags.patch
-	epatch "${FILESDIR}"/${PN}-9.7.79-datadir.patch
-	sed -e "s:/usr/bin/:${EPREFIX}/usr/bin/:" \
-		-e "s:/usr/local/lib/:${EPREFIX}/usr/$(get_libdir)/:" \
-		-i tcltk/irsim.sh \
-		-i tcltk/irsim.tcl || die
-}
-
-src_configure() {
-	# Short-circuit top-level configure script to retain CFLAGS
-	cd scripts
-	#tc-export CPP
-	econf
-}
-
-src_install() {
-	emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install
-	dodoc README
-}
-
-pkg_postinst() {
-	einfo
-	einfo "You will probably need to add to your ~/.Xdefaults"
-	einfo "the following line:"
-	einfo "irsim.background: black"
-	einfo
-	einfo "This is needed because Gentoo from default sets a"
-	einfo "grey background which makes impossible to see the"
-	einfo "simulation (white line on light gray background)."
-	einfo
-}

diff --git a/sci-electronics/irsim/irsim-9.7.87.ebuild b/sci-electronics/irsim/irsim-9.7.87.ebuild
deleted file mode 100644
index 0875ea0e440..00000000000
--- a/sci-electronics/irsim/irsim-9.7.87.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib
-
-DESCRIPTION="IRSIM is a \"switch-level\" simulator"
-HOMEPAGE="http://opencircuitdesign.com/irsim/"
-SRC_URI="http://opencircuitdesign.com/irsim/archive/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl:0
-	dev-lang/tk:0"
-DEPEND="${RDEPEND}
-	app-shells/tcsh"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-9.7.72-ldflags.patch
-	epatch "${FILESDIR}"/${PN}-9.7.79-datadir.patch
-}
-
-src_configure() {
-	# Short-circuit top-level configure script to retain CFLAGS
-	cd scripts
-	#tc-export CPP
-	econf
-}
-
-src_install() {
-	emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install
-	dodoc README
-}
-
-pkg_postinst() {
-	einfo
-	einfo "You will probably need to add to your ~/.Xdefaults"
-	einfo "the following line:"
-	einfo "irsim.background: black"
-	einfo
-	einfo "This is needed because Gentoo from default sets a"
-	einfo "grey background which makes impossible to see the"
-	einfo "simulation (white line on light gray background)."
-	einfo
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/irsim/
@ 2020-02-13 13:00 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-02-13 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3c65ea63d059c0708f1f75fe28ae73be2fc9cfad
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 12:59:46 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 12:59:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c65ea63

sci-electronics/irsim: Remove stray tc-export call

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-electronics/irsim/irsim-9.7.93.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-electronics/irsim/irsim-9.7.93.ebuild b/sci-electronics/irsim/irsim-9.7.93.ebuild
index 335f5fce314..aa5dd785104 100644
--- a/sci-electronics/irsim/irsim-9.7.93.ebuild
+++ b/sci-electronics/irsim/irsim-9.7.93.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -27,7 +27,6 @@ src_prepare() {
 src_configure() {
 	# Short-circuit top-level configure script to retain CFLAGS
 	cd scripts
-	#tc-export CPP
 	econf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/irsim/
@ 2024-05-09  1:31 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-05-09  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     da13133391397a9ac2cd37af9b2a74fda6ab53b1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 01:27:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 01:29:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da131333

sci-electronics/irsim: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/irsim/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-electronics/irsim/metadata.xml b/sci-electronics/irsim/metadata.xml
index 59be6adb7fb2..c9ff90a10614 100644
--- a/sci-electronics/irsim/metadata.xml
+++ b/sci-electronics/irsim/metadata.xml
@@ -12,4 +12,7 @@
 		little bit more realistic than the ideal, using the RC time constants
 		to predict the relative timing of events.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">RTimothyEdwards/irsim</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-05-09  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09  1:31 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/irsim/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2020-02-13 13:00 David Seifert
2019-11-13 19:58 Aaron Bauman
2015-11-16 20:35 Thomas Beierlein

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