public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/
Date: Mon, 20 Jul 2020 21:34:24 +0000 (UTC)	[thread overview]
Message-ID: <1595280825.ac5f0212dbe13f6c0ba3e253f5dae37edd60740e.asturm@gentoo> (raw)

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"
-}


             reply	other threads:[~2020-07-20 21:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20 21:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 13:55 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xcircuit/ Andreas K. Hüttel
2024-08-14  5:19 Eli Schwartz
2022-12-27 10:23 Sam James
2022-09-18  1:34 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  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

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=1595280825.ac5f0212dbe13f6c0ba3e253f5dae37edd60740e.asturm@gentoo \
    --to=asturm@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