summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-07-20 22:48:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-07-20 23:33:45 +0200
commitac5f0212dbe13f6c0ba3e253f5dae37edd60740e (patch)
tree455c781c8f46dd2a34588589249cd708fb9ae619 /sci-electronics/xcircuit/xcircuit-3.7.48.ebuild
parentsci-libs/proj: Drop 6.2.1 and 6.3.0 (diff)
downloadgentoo-ac5f0212dbe13f6c0ba3e253f5dae37edd60740e.tar.gz
gentoo-ac5f0212dbe13f6c0ba3e253f5dae37edd60740e.tar.bz2
gentoo-ac5f0212dbe13f6c0ba3e253f5dae37edd60740e.zip
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@gentoo.org>
Diffstat (limited to 'sci-electronics/xcircuit/xcircuit-3.7.48.ebuild')
-rw-r--r--sci-electronics/xcircuit/xcircuit-3.7.48.ebuild61
1 files changed, 0 insertions, 61 deletions
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 6f439117d2dc..000000000000
--- 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"
-}