public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2022-09-18  1:34 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-09-18  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5ac5f2307891deb06ba17ace56750e5399cbba1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 01:27:21 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 01:27:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac5f230

sci-electronics/xcircuit: add github upstream metadata

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

 sci-electronics/xcircuit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-electronics/xcircuit/metadata.xml b/sci-electronics/xcircuit/metadata.xml
index 4139bb1a7533..886eda20dd11 100644
--- a/sci-electronics/xcircuit/metadata.xml
+++ b/sci-electronics/xcircuit/metadata.xml
@@ -23,5 +23,6 @@
     <changelog>http://www.opencircuitdesign.com/xcircuit/changes.html</changelog>
     <doc lang="en">http://www.opencircuitdesign.com/xcircuit/reference.html</doc>
     <bugs-to>mailto:tim@opencircuitdesign.com</bugs-to>
+    <remote-id type="github">RTimothyEdwards/xcircuit</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2024-08-14  5:19 Eli Schwartz
  0 siblings, 0 replies; 19+ messages in thread
From: Eli Schwartz @ 2024-08-14  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     97b3bb88d6cc6c4763586a0b85b3385d430d70da
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 05:04:00 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 05:15:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b3bb88

sci-electronics/xcircuit: fix underspecified dependency on cairo

It doesn't just require cairo. It specifically uses cairo-xlib, so we
need to ensure cairo is built with USE=X.

Closes: https://bugs.gentoo.org/616312
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{xcircuit-3.10.30-r1.ebuild => xcircuit-3.10.30-r2.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild
similarity index 94%
rename from sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild
rename to sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild
index 99dddef08239..5b7a88dac467 100644
--- a/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.10.30-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ DEPEND="
 	app-text/ghostscript-gpl:=
 	media-libs/fontconfig:1.0=
 	sys-libs/zlib:=
-	x11-libs/cairo
+	x11-libs/cairo[X]
 	x11-libs/libICE
 	x11-libs/libSM
 	x11-libs/libX11


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2022-12-27 10:23 Sam James
  0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-12-27 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5c889c121b7ff723d96e05a10c493ffeb3c07b93
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Tue Dec 27 09:37:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 10:19:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c889c12

sci-electronics/xcircuit: subscribe to app-text/ghostscript-gpl subslot

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28841
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../xcircuit/{xcircuit-3.10.30.ebuild => xcircuit-3.10.30-r1.ebuild}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild
similarity index 97%
rename from sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
rename to sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild
index 2f9ba567b768..b4cf6a10fb70 100644
--- a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.10.30-r1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE="tcl"
 
 DEPEND="
-	app-text/ghostscript-gpl
+	app-text/ghostscript-gpl:=
 	media-libs/fontconfig:1.0=
 	sys-libs/zlib:=
 	x11-libs/cairo


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2022-08-31  7:18 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2022-08-31  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f4e2b6f66ff6df1cc5d470a4cbda35f325da20cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:13:15 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:13:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e2b6f6

sci-electronics/xcircuit: drop 3.9.73

Closes: https://bugs.gentoo.org/867226
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/xcircuit/Manifest               |  1 -
 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 55 -------------------------
 2 files changed, 56 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 081de064ba6a..bcbcdccac84e 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,2 +1 @@
 DIST xcircuit-3.10.30.tgz 1619256 BLAKE2B 5316a2dc7d9864eefbdbf1647920c322c85adfbe27289a7c4dfc719940921754a6e616af530b20b3ffa159004ce6808cceb6e4d9349dcbc110e2e580a574c7a1 SHA512 52bf65fa9b5c095092f60abe32b3c88180365cc8043a8e95652ea9ab20e01c3e790989fe41171ecd1b2c60684016f6963c4851105b17a1c8a3bac8d75db84a8e
-DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
deleted file mode 100644
index d44b7bc85edb..000000000000
--- a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="tcl"
-
-DEPEND="
-	app-text/ghostscript-gpl
-	media-libs/fontconfig:1.0=
-	sys-libs/zlib:=
-	x11-libs/cairo
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXpm
-	x11-libs/libXt
-	tcl? (
-		dev-lang/tcl:0=
-		dev-lang/tk:0=
-	)
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-	default
-	mv configure.{in,ac} || die
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		--with-cairo
-		--with-ngspice
-		$(use_with tcl)
-		$(use_with tcl tcllibs "/usr/$(get_libdir)")
-		$(use_with tcl tk)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	dodoc -r examples
-	docompress -x /usr/share/doc/${PF}/examples
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2022-08-31  6:22 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2022-08-31  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c3861da83405235e990e0211fbde0dc01a50045a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 06:21:20 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 06:21:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3861da8

sci-electronics/xcircuit: Stabilize 3.10.30 x86, #867226

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.10.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
index fe304c5cc975..2f9ba567b768 100644
--- a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2022-08-30  9:25 Jakov Smolić
  0 siblings, 0 replies; 19+ messages in thread
From: Jakov Smolić @ 2022-08-30  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     d6f33ba53a8d585fac814a66963dc709ca5c8a44
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 09:24:33 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 09:24:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f33ba5

sci-electronics/xcircuit: Stabilize 3.10.30 amd64, #867226

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.10.30.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
index 838248386668..fe304c5cc975 100644
--- a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2021-11-18 23:50 Georgy Yakovlev
  0 siblings, 0 replies; 19+ messages in thread
From: Georgy Yakovlev @ 2021-11-18 23:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d74903e68fd4f65cdd2704bfb49bc39333aabb7e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 23:44:16 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 23:50:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74903e6

sci-electronics/xcircuit: de-stabilize for ~ppc, bug #823768

Bug: https://bugs.gentoo.org/823768
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
index 62140eb5a226..d44b7bc85edb 100644
--- a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2021-06-16 17:50 Andrew Ammerlaan
  0 siblings, 0 replies; 19+ messages in thread
From: Andrew Ammerlaan @ 2021-06-16 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7eb9aaa9b4a7155b612eed02f5373415879944b1
Author:     Victor Kustov <ktrace <AT> yandex <DOT> ru>
AuthorDate: Tue Jun  8 13:23:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 17:50:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb9aaa9

sci-electronics/xcircuit: version bump to 3.10.20

- up version to 3.10.30
- add ngspice as run dependency

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Victor Kustov <ktrace <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/21161
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-electronics/xcircuit/Manifest                |  1 +
 sci-electronics/xcircuit/xcircuit-3.10.30.ebuild | 56 ++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index d35a7325e09..081de064ba6 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1 +1,2 @@
+DIST xcircuit-3.10.30.tgz 1619256 BLAKE2B 5316a2dc7d9864eefbdbf1647920c322c85adfbe27289a7c4dfc719940921754a6e616af530b20b3ffa159004ce6808cceb6e4d9349dcbc110e2e580a574c7a1 SHA512 52bf65fa9b5c095092f60abe32b3c88180365cc8043a8e95652ea9ab20e01c3e790989fe41171ecd1b2c60684016f6963c4851105b17a1c8a3bac8d75db84a8e
 DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
new file mode 100644
index 00000000000..83824838666
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.10.30.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Circuit drawing and schematic capture program"
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="tcl"
+
+DEPEND="
+	app-text/ghostscript-gpl
+	media-libs/fontconfig:1.0=
+	sys-libs/zlib:=
+	x11-libs/cairo
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXpm
+	x11-libs/libXt
+	tcl? (
+		dev-lang/tcl:0=
+		dev-lang/tk:0=
+	)
+"
+RDEPEND="${DEPEND}
+	sci-electronics/ngspice"
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--with-cairo
+		--with-ngspice
+		$(use_with tcl)
+		$(use_with tcl tcllibs "/usr/$(get_libdir)")
+		$(use_with tcl tk)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	dodoc -r examples
+	docompress -x /usr/share/doc/${PF}/examples
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2020-07-20 21:34 Andreas Sturmlechner
  0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2020-07-20 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5f0212dbe13f6c0ba3e253f5dae37edd60740e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:48:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 21:33:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5f0212

sci-electronics/xcircuit: Drop 3.7.48 and 3.8.83

Closes: https://bugs.gentoo.org/724164
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-electronics/xcircuit/Manifest               |  2 -
 sci-electronics/xcircuit/xcircuit-3.7.48.ebuild | 61 -------------------------
 sci-electronics/xcircuit/xcircuit-3.8.83.ebuild | 61 -------------------------
 3 files changed, 124 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 701a89b3115..d35a7325e09 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,3 +1 @@
-DIST xcircuit-3.7.48.tgz 1648993 BLAKE2B 4c3693a75323634ec39a4bc1b76a5310c68e63346cf92209fdce7576038315e4a3488f18c9835dca5069e947daabf143c6b6ab328ae37c4adc2bb6255bacedc9 SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84
-DIST xcircuit-3.8.83.tgz 1533560 BLAKE2B 25e634effad9f5c81954982baacdcb6cf05423ed4c7b92abd85873af054f29b0886a6dddf9771862f839e8274067f990e684f20f3fd123b4298ddb1826637d53 SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a
 DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
deleted file mode 100644
index 6f439117d2d..00000000000
--- a/sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install() {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
deleted file mode 100644
index 9e29aaa97f6..00000000000
--- a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install() {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2020-07-20  6:42 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2020-07-20  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     91d5b40c4c1c2e8887f2a8dc7a4a497e0ae7f7a5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 06:41:40 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 06:41:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d5b40c

sci-electronics/xcircuit: amd64 stable wrt bug #724164

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
index 8a82366d2a5..62140eb5a22 100644
--- a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2020-07-19  7:43 Agostino Sarubbo
  0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2020-07-19  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     60fbabd2933a1006be7a440e475d94d917979015
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 07:42:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 07:42:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fbabd2

sci-electronics/xcircuit: x86 stable wrt bug #724164

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
index 3fb64e1e19e..8a82366d2a5 100644
--- a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2020-07-15  6:45 Sergei Trofimovich
  0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2020-07-15  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2acc026a3ff1bf8214cbe84937be0e917a3fe12c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 06:45:14 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 06:45:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acc026a

sci-electronics/xcircuit: stable 3.9.73 for ppc

stable wrt bug #
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
index 48d29c17668..3fb64e1e19e 100644
--- a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://opencircuitdesign.com/xcircuit"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="tcl"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2018-06-05  7:30 Jason Zaman
  0 siblings, 0 replies; 19+ messages in thread
From: Jason Zaman @ 2018-06-05  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     40918647c7084099de28c5e58717a4c538d1cf09
Author:     ktrace <coyote <AT> bks <DOT> tv>
AuthorDate: Mon Jun  4 22:24:37 2018 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Jun  5 07:29:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40918647

sci-electronics/xcircuit: remove old 3.9.62

Remove old 3.9.62 with old EAPI cause 3.9.73 same and better

Closes: https://github.com/gentoo/gentoo/pull/8728
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-electronics/xcircuit/Manifest               |  1 -
 sci-electronics/xcircuit/xcircuit-3.9.62.ebuild | 67 -------------------------
 2 files changed, 68 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 1dfcdf85aeb..701a89b3115 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,4 +1,3 @@
 DIST xcircuit-3.7.48.tgz 1648993 BLAKE2B 4c3693a75323634ec39a4bc1b76a5310c68e63346cf92209fdce7576038315e4a3488f18c9835dca5069e947daabf143c6b6ab328ae37c4adc2bb6255bacedc9 SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84
 DIST xcircuit-3.8.83.tgz 1533560 BLAKE2B 25e634effad9f5c81954982baacdcb6cf05423ed4c7b92abd85873af054f29b0886a6dddf9771862f839e8274067f990e684f20f3fd123b4298ddb1826637d53 SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a
-DIST xcircuit-3.9.62.tgz 1610475 BLAKE2B 1d1c0e33aef24e9d68c5ea6aecda0897a3bfb269db653196c554b1847884837c459edb19c5a023d5ecaacc3bc8458664948cb2c6498c272011736b59b117aa08 SHA512 8042c2b891336e3985385eaefa5762f806af779f2885a74f180b91fdd5178cfb276e496974ad7e81e64cd3e403b4039d060ab6a660a52f18455cd67811609fd7
 DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
deleted file mode 100644
index c43e347fcd2..00000000000
--- a/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	media-libs/fontconfig:1.0
-	sys-libs/zlib
-	x11-libs/cairo
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE
-"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-		--with-tk
-		--with-cairo
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2018-04-27  9:40 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2018-04-27  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8ddd50d4ca2b2e1c72b6af14cb232de0876782e8
Author:     ktrace <coyote <AT> bks <DOT> tv>
AuthorDate: Thu Apr 26 11:41:14 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 09:40:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddd50d4

sci-electronics/xcircuit: version bump to 3.9.73

 - version bump
 - switch to EAPI=6
 - add USE="tcl" and fix tcl support

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://bugs.gentoo.org/652984
Closes: https://github.com/gentoo/gentoo/pull/7945

 sci-electronics/xcircuit/Manifest               |  1 +
 sci-electronics/xcircuit/xcircuit-3.9.73.ebuild | 55 +++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index c50550844bd..1dfcdf85aeb 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,3 +1,4 @@
 DIST xcircuit-3.7.48.tgz 1648993 BLAKE2B 4c3693a75323634ec39a4bc1b76a5310c68e63346cf92209fdce7576038315e4a3488f18c9835dca5069e947daabf143c6b6ab328ae37c4adc2bb6255bacedc9 SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84
 DIST xcircuit-3.8.83.tgz 1533560 BLAKE2B 25e634effad9f5c81954982baacdcb6cf05423ed4c7b92abd85873af054f29b0886a6dddf9771862f839e8274067f990e684f20f3fd123b4298ddb1826637d53 SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a
 DIST xcircuit-3.9.62.tgz 1610475 BLAKE2B 1d1c0e33aef24e9d68c5ea6aecda0897a3bfb269db653196c554b1847884837c459edb19c5a023d5ecaacc3bc8458664948cb2c6498c272011736b59b117aa08 SHA512 8042c2b891336e3985385eaefa5762f806af779f2885a74f180b91fdd5178cfb276e496974ad7e81e64cd3e403b4039d060ab6a660a52f18455cd67811609fd7
+DIST xcircuit-3.9.73.tgz 1620922 BLAKE2B ac3f8e6f9370efd720b57a9cd7c487621534f477d1af4fd267d311da3bd949886eccd1c8e8e59071689637272ca23f985dd1809594aab692fa60ea2ca8f8a456 SHA512 2dfeb130a48c99bf08bdff94250f7157acd283bc3f3d6b41f963346deb1241aca0d59a3e8d60dbd36a4aa60acd89e131b263ddbf489b2b44e7e1831714d7b703

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
new file mode 100644
index 00000000000..48d29c17668
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.9.73.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Circuit drawing and schematic capture program"
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="tcl"
+
+DEPEND="
+	app-text/ghostscript-gpl
+	media-libs/fontconfig:1.0=
+	sys-libs/zlib:=
+	x11-libs/cairo
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXpm
+	x11-libs/libXt
+	tcl? (
+		dev-lang/tcl:0=
+		dev-lang/tk:0=
+	)
+"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--with-cairo
+		--with-ngspice
+		$(use_with tcl)
+		$(use_with tcl tcllibs "/usr/$(get_libdir)")
+		$(use_with tcl tk)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	dodoc -r examples
+	docompress -x /usr/share/doc/${PF}/examples
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2017-03-16  8:16 Michael Weber
  0 siblings, 0 replies; 19+ messages in thread
From: Michael Weber @ 2017-03-16  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3e47a4bdcda45548e3759830d1ece0ed4783a846
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 08:16:18 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 08:16:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e47a4bd

sci-electronics/xcircuit: Version bump (hint by coyote, bug 612628).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-electronics/xcircuit/Manifest               |  1 +
 sci-electronics/xcircuit/xcircuit-3.9.62.ebuild | 67 +++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 8c4ea22bc5f..d4f23d0ed36 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,2 +1,3 @@
 DIST xcircuit-3.7.48.tgz 1648993 SHA256 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84 WHIRLPOOL 6f935190c7a95e3d4dac48090efa18418ca9e6e8e345f23a27da35debf0aeae7ca1223e1b2e975cce1619d3f2ff878e72a0cd3bee103624214955397c40739ce
 DIST xcircuit-3.8.83.tgz 1533560 SHA256 263d54f455b0624b3497d375ebf1f557c9b99900a64cb21c013db8690d5248df SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a WHIRLPOOL a3b56df2e58d3f6107eda1e35417a029df04cbe8611778704dbbfe95abedb32fde16f96bfe1959b73f863f2c04854c3e03b7ad7dfa371237da5eabdf90e7f49b
+DIST xcircuit-3.9.62.tgz 1610475 SHA256 d20129b67e61ffe2a81b53054f563b3ad79733983140b74f6aa51e5e41538fda SHA512 8042c2b891336e3985385eaefa5762f806af779f2885a74f180b91fdd5178cfb276e496974ad7e81e64cd3e403b4039d060ab6a660a52f18455cd67811609fd7 WHIRLPOOL a11c60058b7917f2880ec817823fc153970b6028e698a103066799df3ef0ad559d874561209270f30e28cf28347b37ae2e6f98c98d9c3e71d33c350c3af4f973

diff --git a/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild b/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
new file mode 100644
index 00000000000..c43e347fcd2
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.9.62.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils multilib
+
+DESCRIPTION="Circuit drawing and schematic capture program"
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+	app-text/ghostscript-gpl
+	dev-lang/tk:0
+	media-libs/fontconfig:1.0
+	sys-libs/zlib
+	x11-libs/cairo
+	x11-libs/libX11
+	x11-libs/libXt
+	x11-libs/libXpm
+	x11-libs/libSM
+	x11-libs/libICE
+"
+RDEPEND=${DEPEND}
+
+RESTRICT="test" #131024
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+	# automake-1.12
+	sed \
+		-e '/AM_C_PROTOTYPES/d' \
+		-i configure.in || die
+	# automake-1.13
+	mv configure.{in,ac} || die
+	autotools-utils_src_prepare
+}
+
+src_configure() {
+	export loader_run_path="/usr/$(get_libdir)"
+	local myeconfargs=(
+		--disable-dependency-tracking
+		--with-tcl
+		--with-ngspice
+		--with-tk
+		--with-cairo
+	)
+	autotools-utils_src_configure
+}
+
+src_compile() {
+	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
+}
+
+src_install () {
+	autotools-utils_src_install \
+		appdefaultsdir="/usr/share/X11/app-defaults" \
+		appmandir="/usr/share/man/man1"
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2017-03-16  7:59 Michael Weber
  0 siblings, 0 replies; 19+ messages in thread
From: Michael Weber @ 2017-03-16  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5aeeaabc1d36a35655f7b8ff12a01f670c62bb2f
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 07:50:48 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 07:58:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeeaabc

sci-electronics/xcircuit: Remove old 3.8.x versions.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-electronics/xcircuit/Manifest               |  2 -
 sci-electronics/xcircuit/xcircuit-3.8.77.ebuild | 62 -------------------------
 sci-electronics/xcircuit/xcircuit-3.8.81.ebuild | 62 -------------------------
 3 files changed, 126 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 7a991d43787..8c4ea22bc5f 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,4 +1,2 @@
 DIST xcircuit-3.7.48.tgz 1648993 SHA256 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84 WHIRLPOOL 6f935190c7a95e3d4dac48090efa18418ca9e6e8e345f23a27da35debf0aeae7ca1223e1b2e975cce1619d3f2ff878e72a0cd3bee103624214955397c40739ce
-DIST xcircuit-3.8.77.tgz 1523126 SHA256 1d39401a41ffa66098ef482395539cc546b293ef372a1e1a464947c05abfce26 SHA512 a65ac0962aa4828ce75610cd6fe3bb0e934a9c563ac08cccfaf3e8ba1f1c8bf34c5d339bcce18d170a5a2a840ba9a435421c0826dd778b66efa3847685847fda WHIRLPOOL b5c33a5c01c17e3f1585f31d283a08cbc3492a448252f7f8fd10730f7114a8f21be5781340ea4c95ebfeb263eaff117e64528019df69cc3d3c75151005bc84a8
-DIST xcircuit-3.8.81.tgz 1533514 SHA256 919a52b2e2db977d49e75f91ee941dfe85efc9bbf7cb8c9b3cc8c4b3114bf416 SHA512 6e7c5de33e90f9a6b004ea3e78977dec62ce0b319a02f01e19b89539e298de5b30b80aa99ee6ac50d39603b3a359313a514a40de2dc1489f6c3f3b33b235254f WHIRLPOOL d56e1d4e12be943d0b4d2cae539ed3779541b8350d23963d916795d17521f8d2b1e85546e02594c257c6dba2eea9b763858add36c37e6f85fe0efc6b000fd56f
 DIST xcircuit-3.8.83.tgz 1533560 SHA256 263d54f455b0624b3497d375ebf1f557c9b99900a64cb21c013db8690d5248df SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a WHIRLPOOL a3b56df2e58d3f6107eda1e35417a029df04cbe8611778704dbbfe95abedb32fde16f96bfe1959b73f863f2c04854c3e03b7ad7dfa371237da5eabdf90e7f49b

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild
deleted file mode 100644
index 9c785d8cfcd..00000000000
--- a/sci-electronics/xcircuit/xcircuit-3.8.77.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.81.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.81.ebuild
deleted file mode 100644
index a08d71bb364..00000000000
--- a/sci-electronics/xcircuit/xcircuit-3.8.81.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2017-03-16  7:59 Michael Weber
  0 siblings, 0 replies; 19+ messages in thread
From: Michael Weber @ 2017-03-16  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e75faf658899144d6f58461dc1eaf3ee8be4e970
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 07:50:18 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 07:58:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75faf65

sci-electronics/xcircuit: Version bump to latest 3.8.x.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-electronics/xcircuit/Manifest               |  1 +
 sci-electronics/xcircuit/xcircuit-3.8.83.ebuild | 62 +++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 96f700b995c..7a991d43787 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,3 +1,4 @@
 DIST xcircuit-3.7.48.tgz 1648993 SHA256 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84 WHIRLPOOL 6f935190c7a95e3d4dac48090efa18418ca9e6e8e345f23a27da35debf0aeae7ca1223e1b2e975cce1619d3f2ff878e72a0cd3bee103624214955397c40739ce
 DIST xcircuit-3.8.77.tgz 1523126 SHA256 1d39401a41ffa66098ef482395539cc546b293ef372a1e1a464947c05abfce26 SHA512 a65ac0962aa4828ce75610cd6fe3bb0e934a9c563ac08cccfaf3e8ba1f1c8bf34c5d339bcce18d170a5a2a840ba9a435421c0826dd778b66efa3847685847fda WHIRLPOOL b5c33a5c01c17e3f1585f31d283a08cbc3492a448252f7f8fd10730f7114a8f21be5781340ea4c95ebfeb263eaff117e64528019df69cc3d3c75151005bc84a8
 DIST xcircuit-3.8.81.tgz 1533514 SHA256 919a52b2e2db977d49e75f91ee941dfe85efc9bbf7cb8c9b3cc8c4b3114bf416 SHA512 6e7c5de33e90f9a6b004ea3e78977dec62ce0b319a02f01e19b89539e298de5b30b80aa99ee6ac50d39603b3a359313a514a40de2dc1489f6c3f3b33b235254f WHIRLPOOL d56e1d4e12be943d0b4d2cae539ed3779541b8350d23963d916795d17521f8d2b1e85546e02594c257c6dba2eea9b763858add36c37e6f85fe0efc6b000fd56f
+DIST xcircuit-3.8.83.tgz 1533560 SHA256 263d54f455b0624b3497d375ebf1f557c9b99900a64cb21c013db8690d5248df SHA512 2fc798c7fd1e098e4cf1605cd46007ae980be27373cdc0089a129f4a98be475c6a7452e8498c39d28bc97e7b8d7dcd9ef35e029ca416fb49144f00bf83c4b36a WHIRLPOOL a3b56df2e58d3f6107eda1e35417a029df04cbe8611778704dbbfe95abedb32fde16f96bfe1959b73f863f2c04854c3e03b7ad7dfa371237da5eabdf90e7f49b

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
new file mode 100644
index 00000000000..0a9b3465062
--- /dev/null
+++ b/sci-electronics/xcircuit/xcircuit-3.8.83.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils multilib
+
+DESCRIPTION="Circuit drawing and schematic capture program"
+SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
+HOMEPAGE="http://opencircuitdesign.com/xcircuit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="
+	app-text/ghostscript-gpl
+	dev-lang/tk:0
+	sys-libs/zlib
+	x11-libs/libX11
+	x11-libs/libXt
+	x11-libs/libXpm
+	x11-libs/libSM
+	x11-libs/libICE"
+RDEPEND=${DEPEND}
+
+RESTRICT="test" #131024
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_prepare() {
+	# automake-1.12
+	sed \
+		-e '/AM_C_PROTOTYPES/d' \
+		-i configure.in || die
+	# automake-1.13
+	mv configure.{in,ac} || die
+	autotools-utils_src_prepare
+}
+
+src_configure() {
+	export loader_run_path="/usr/$(get_libdir)"
+	local myeconfargs=(
+		--disable-dependency-tracking
+		--with-tcl
+		--with-ngspice
+	)
+	autotools-utils_src_configure
+}
+
+src_compile() {
+	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
+}
+
+src_install () {
+	autotools-utils_src_install \
+		appdefaultsdir="/usr/share/X11/app-defaults" \
+		appmandir="/usr/share/man/man1"
+}


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2016-07-24 16:26 Thomas Beierlein
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Beierlein @ 2016-07-24 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     16174a833700fea6892ba2f8339e8c359c954d09
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:25:43 2016 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 16:25:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16174a83

sci-electronics/xcircuit: bump to last stable upstream version. drop old

Package-Manager: portage-2.3.0

 sci-electronics/xcircuit/Manifest                  |  5 +-
 sci-electronics/xcircuit/xcircuit-3.7.49.ebuild    | 63 ----------------------
 sci-electronics/xcircuit/xcircuit-3.7.50.ebuild    | 63 ----------------------
 sci-electronics/xcircuit/xcircuit-3.8.39.ebuild    | 63 ----------------------
 ...ircuit-3.8.40.ebuild => xcircuit-3.8.81.ebuild} |  4 +-
 5 files changed, 3 insertions(+), 195 deletions(-)

diff --git a/sci-electronics/xcircuit/Manifest b/sci-electronics/xcircuit/Manifest
index 8982955..96f700b 100644
--- a/sci-electronics/xcircuit/Manifest
+++ b/sci-electronics/xcircuit/Manifest
@@ -1,6 +1,3 @@
 DIST xcircuit-3.7.48.tgz 1648993 SHA256 4d6e7cb155f41d2643e9d1a07865de49aa31cbd238a951ac5d74e13e4c03457b SHA512 686bd2139a6d2d5011b51ff500ea9ffb4007326734eafc0afeec250cb844d8107a344c4ef90d2ed747d8485e7dc8dca69c7e62fd785fc17d3f3460212a0dcb84 WHIRLPOOL 6f935190c7a95e3d4dac48090efa18418ca9e6e8e345f23a27da35debf0aeae7ca1223e1b2e975cce1619d3f2ff878e72a0cd3bee103624214955397c40739ce
-DIST xcircuit-3.7.49.tgz 1649013 SHA256 a37e6b3baa4fb13f12bb14b27856dd71eda7620f755bb5532f76e747f3b73738 SHA512 930f00c507d422a50cfb9c4e9bbe74f0cb3b8c971ce50aec8b77a45db4e2b46ab45598d4cebfaaeab5e06b2f65a750506af39b4016042ee13409e0ac6141bcfb WHIRLPOOL cee63a6444be6bff5b1f4f33f47da9ded551c958136d105fe954785efdfb61253cd2e68d29f7262c13753a2b1c0dbb3939c1e565aca41f074c6f898889bafe25
-DIST xcircuit-3.7.50.tgz 1649046 SHA256 2dbc1bd4a16b9a2df1ba18dd2010c963231170b4d46844eef7b2fe18020eeb0f SHA512 2407b8d5f71d4fd28aabcbddeba7f2e31451c0516f2aec1c0b956dc8dbb27331fbc266ae0875020bbb73c76c49f4a47dc3ed98f3d5d7949854527f5390598c0a WHIRLPOOL 2ad917cf83346baa5be7a54707199094109057f15005a7f20bbb6c566dcdc6f33851653a74df56925a2f880d7d07a4dea107b44c8de705a41c5d084f400e3c3f
-DIST xcircuit-3.8.39.tgz 1517080 SHA256 2ab1540a4ad84e0df8e4e5ce2f33d58a3d0bb8798ec42e401b3daf7384cfea18 SHA512 d700f98cd3fe22d05deea31b839369238c8886e0e6c5b624ba2f197f2a1427168b7d95fa70c4821d8a9dcd7868ba78b6a5e3e582be9a944809ac996410ae9f21 WHIRLPOOL af88c995ac0daaec37f9bd3e9a61d3e7699562b9b68f8f69920ffed5fd5d71a20a166f81351ddce38a05011d07a0e8859066ae2a748bb06c79e3db0dcbc518b1
-DIST xcircuit-3.8.40.tgz 1517241 SHA256 52f9cd623bac2b9d27cf8671368e66c83c31858378c1e8b850819d92b78c4af9 SHA512 0f2b381a36b3f2b5376f365d4b7be8f144162a096ba03f1b99bf8911f80d7d14459d64d7668e73ca08f786816165f5ad88af7eed4faf8984993b0bd243bd3eb0 WHIRLPOOL 87e10465882d7e2a834f9d243a7022329881b7fbdc7986be4b9e73ccc643ec8beee5f5a3db53737da9cd963c82e894801249af81ec07c9bbec955cba5c60476c
 DIST xcircuit-3.8.77.tgz 1523126 SHA256 1d39401a41ffa66098ef482395539cc546b293ef372a1e1a464947c05abfce26 SHA512 a65ac0962aa4828ce75610cd6fe3bb0e934a9c563ac08cccfaf3e8ba1f1c8bf34c5d339bcce18d170a5a2a840ba9a435421c0826dd778b66efa3847685847fda WHIRLPOOL b5c33a5c01c17e3f1585f31d283a08cbc3492a448252f7f8fd10730f7114a8f21be5781340ea4c95ebfeb263eaff117e64528019df69cc3d3c75151005bc84a8
+DIST xcircuit-3.8.81.tgz 1533514 SHA256 919a52b2e2db977d49e75f91ee941dfe85efc9bbf7cb8c9b3cc8c4b3114bf416 SHA512 6e7c5de33e90f9a6b004ea3e78977dec62ce0b319a02f01e19b89539e298de5b30b80aa99ee6ac50d39603b3a359313a514a40de2dc1489f6c3f3b33b235254f WHIRLPOOL d56e1d4e12be943d0b4d2cae539ed3779541b8350d23963d916795d17521f8d2b1e85546e02594c257c6dba2eea9b763858add36c37e6f85fe0efc6b000fd56f

diff --git a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild
deleted file mode 100644
index 65a2662..0000000
--- a/sci-electronics/xcircuit/xcircuit-3.7.49.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild b/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild
deleted file mode 100644
index 65a2662..0000000
--- a/sci-electronics/xcircuit/xcircuit-3.7.50.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild
deleted file mode 100644
index 65a2662..0000000
--- a/sci-electronics/xcircuit/xcircuit-3.8.39.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-AUTOTOOLS_AUTORECONF=yes
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Circuit drawing and schematic capture program"
-SRC_URI="http://opencircuitdesign.com/xcircuit/archive/${P}.tgz"
-HOMEPAGE="http://opencircuitdesign.com/xcircuit"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
-	app-text/ghostscript-gpl
-	dev-lang/tk:0
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXt
-	x11-libs/libXpm
-	x11-libs/libSM
-	x11-libs/libICE"
-RDEPEND=${DEPEND}
-
-RESTRICT="test" #131024
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_prepare() {
-	# automake-1.12
-	sed \
-		-e '/AM_C_PROTOTYPES/d' \
-		-i configure.in || die
-	# automake-1.13
-	mv configure.{in,ac} || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	export loader_run_path="/usr/$(get_libdir)"
-	local myeconfargs=(
-		--disable-dependency-tracking
-		--with-tcl
-		--with-ngspice
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile appdefaultsdir="/usr/share/X11/app-defaults"
-}
-
-src_install () {
-	autotools-utils_src_install \
-		appdefaultsdir="/usr/share/X11/app-defaults" \
-		appmandir="/usr/share/man/man1"
-}

diff --git a/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild b/sci-electronics/xcircuit/xcircuit-3.8.81.ebuild
similarity index 96%
rename from sci-electronics/xcircuit/xcircuit-3.8.40.ebuild
rename to sci-electronics/xcircuit/xcircuit-3.8.81.ebuild
index 65a2662..3b9ed64 100644
--- a/sci-electronics/xcircuit/xcircuit-3.8.40.ebuild
+++ b/sci-electronics/xcircuit/xcircuit-3.8.81.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
 AUTOTOOLS_AUTORECONF=yes
 


^ permalink raw reply related	[flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
@ 2016-03-06 23:35 David Seifert
  0 siblings, 0 replies; 19+ messages in thread
From: David Seifert @ 2016-03-06 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     11ee29be79722a53dd51ceb7ee09ef991c37480e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 23:35:00 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 23:35:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ee29be

sci-electronics/xcircuit: Add 'mailto:' to <bugs-to/> tag

Package-Manager: portage-2.2.27

 sci-electronics/xcircuit/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/xcircuit/metadata.xml b/sci-electronics/xcircuit/metadata.xml
index 5bb97f7..4eb5551 100644
--- a/sci-electronics/xcircuit/metadata.xml
+++ b/sci-electronics/xcircuit/metadata.xml
@@ -22,6 +22,6 @@
     </maintainer>
     <changelog>http://www.opencircuitdesign.com/xcircuit/changes.html</changelog>
     <doc lang="en">http://www.opencircuitdesign.com/xcircuit/reference.html</doc>
-    <bugs-to>tim@opencircuitdesign.com</bugs-to>
+    <bugs-to>mailto:tim@opencircuitdesign.com</bugs-to>
   </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-08-14  5:19 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-18  1:34 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-14  5:19 Eli Schwartz
2022-12-27 10:23 Sam James
2022-08-31  7:18 Andreas Sturmlechner
2022-08-31  6:22 Jakov Smolić
2022-08-30  9:25 Jakov Smolić
2021-11-18 23:50 Georgy Yakovlev
2021-06-16 17:50 Andrew Ammerlaan
2020-07-20 21:34 Andreas Sturmlechner
2020-07-20  6:42 Agostino Sarubbo
2020-07-19  7:43 Agostino Sarubbo
2020-07-15  6:45 Sergei Trofimovich
2018-06-05  7:30 Jason Zaman
2018-04-27  9:40 David Seifert
2017-03-16  8:16 Michael Weber
2017-03-16  7:59 Michael Weber
2017-03-16  7:59 Michael Weber
2016-07-24 16:26 Thomas Beierlein
2016-03-06 23:35 David Seifert

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