commit:     06787dbec06146cac745be92526bf244932a3c60
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 19:04:10 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 19:53:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06787dbe

sci-electronics/magic: drop old EAPI=5

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

 sci-electronics/magic/Manifest             |  2 -
 sci-electronics/magic/magic-7.5.231.ebuild | 73 ----------------------------
 sci-electronics/magic/magic-8.0.138.ebuild | 76 ------------------------------
 3 files changed, 151 deletions(-)

diff --git a/sci-electronics/magic/Manifest b/sci-electronics/magic/Manifest
index aaa86e03d40..bd1baafd599 100644
--- a/sci-electronics/magic/Manifest
+++ b/sci-electronics/magic/Manifest
@@ -1,5 +1,3 @@
 DIST 2002a.tar.gz 6601961 BLAKE2B 
e34bc281b3f1bc032ba14954b781c8b0055bb9125c57944a5b5f595f8b22feb455c60f3230cf04f06bc41aa807e909d900e3d3ab746076e2c99dcbbdf51a71df
 SHA512 
cb8e30df77e58eb37f7ada775db8a8411612897b1cdbcb59b0c4bd814fa73c6cb10a5461e27e9eecb0fe452e194ee95fbb02b568b86848e501b9c37cc24de39e
 DIST magic-7.5.202.tgz 3692294 BLAKE2B 
8c484e7771b388df8a5e9df574a522f81b5ae34bfaa0db28f444f31a0f5737094d73d2f5467796df74f9230fe684e9c96b08b11812b5627ee5a1bcc74893a021
 SHA512 
62be6e781ab51a4129a520b91a35ff5c280e7e9cb825e5d71e4012205dd0b777ca8c2355fb071d7d716977d477bddd44e45ca2810d3f97bb63dfe46c5ad1ba80
-DIST magic-7.5.231.tgz 3751133 BLAKE2B 
ffe7b19cfadd84ab91d668f7f317fc53dcec4292348324a9cd6326370a6b8446db537667103169313b72ad5e5e78458e346e802744ab2856eae40d773d65f80e
 SHA512 
ff1aa170c0fdbeb78aca7328370f40fde1a7276dd77e1b4d4d53f121b38ffecdc8b0d860dc92c1dfeccd1dd7685ee6079aa19984757025fc743ae1a88ed0aace
-DIST magic-8.0.138.tgz 3880247 BLAKE2B 
be6e11f55452c990ae443639ba6852d683323159104ef3626e96e5ddc275a420f0f8debfcb517a7ac38ecd04aa01dfc935e81634c740f1761a1bd3a6adb35c69
 SHA512 
934fb0afef7fd7aca1307a1e9c86d23531d4188d1bd03bbfbb3609cabec115f5ce66ef02b75f5a0aedbace0b1f68260585b279a6d7bc45f58a4e0ac09cd99d36
 DIST magic-8.0.207.tgz 3893605 BLAKE2B 
39309def79e03fd6b116482eec2f200cb2b0d2042add2e2a70b0805bc0bc75654de6a92150167ab755b21c333be917c5fac53a30e9f5ee7915fd662179ce391c
 SHA512 
034387d774f653d6de419d597564e96242b87bf3c478045e5a649f490fe4e5431c983f6667b5900ec9ae283af2775404dfbdcbaf18419f85d7242d492360d32b

diff --git a/sci-electronics/magic/magic-7.5.231.ebuild 
b/sci-electronics/magic/magic-7.5.231.ebuild
deleted file mode 100644
index b85ff98fcbd..00000000000
--- a/sci-electronics/magic/magic-7.5.231.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib eutils autotools
-
-DESCRIPTION="The VLSI design CAD tool"
-HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html";
-SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \
-       ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz";
-
-LICENSE="HPND GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug opengl"
-
-RDEPEND="sys-libs/ncurses:0=
-       sys-libs/readline:0=
-       dev-lang/tcl:0=
-       dev-lang/tk:0=
-       dev-tcltk/blt
-       opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
-       app-shells/tcsh"
-
-src_prepare() {
-       einfo remove bundled readline-4.3
-       rm -r readline || die
-
-       epatch \
-               "${FILESDIR}"/${PN}-7.5.231-blt-test.patch \
-               "${FILESDIR}"/${PN}-7.5.231-ldflags.patch \
-               "${FILESDIR}"/${PN}-7.5.231-verbose-build.patch
-
-       cd scripts || die
-       eautoreconf
-       cd .. || die
-
-       sed -i -e "s: -pg : :" tcltk/Makefile || die
-}
-
-src_configure() {
-       # Short-circuit top-level configure script to retain CFLAGS
-       # fix tcl/tk detection #447868
-       cd scripts
-       CPP="cpp" econf \
-               --with-tcl=yes \
-               --with-tcllibs="/usr/$(get_libdir)" \
-               --with-tklibs="/usr/$(get_libdir)" \
-               --enable-modular \
-               $(use_enable debug memdebug) \
-               $(use_with opengl)
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-
-       dodoc README README.Tcl TODO
-
-       # Move docs from libdir to docdir and add symlink.
-       mv "${D}/usr/$(get_libdir)/magic/doc"/* "${D}/usr/share/doc/${PF}/" || 
die
-       rmdir "${D}/usr/$(get_libdir)/magic/doc" || die
-       dosym "/usr/share/doc/${PF}" "/usr/$(get_libdir)/magic/doc"
-
-       # Move tutorial from libdir to datadir and add symlink.
-       dodir /usr/share/${PN}
-       mv "${D}/usr/$(get_libdir)/magic/tutorial" "${D}/usr/share/${PN}/" || 
die
-       dosym "/usr/share/${PN}/tutorial" "/usr/$(get_libdir)/magic/tutorial"
-
-       # Install latest MOSIS tech files
-       cp -pPR "${WORKDIR}"/2002a "${D}"/usr/$(get_libdir)/magic/sys/current 
|| die
-}

diff --git a/sci-electronics/magic/magic-8.0.138.ebuild 
b/sci-electronics/magic/magic-8.0.138.ebuild
deleted file mode 100644
index c437a36c055..00000000000
--- a/sci-electronics/magic/magic-8.0.138.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib eutils autotools
-
-DESCRIPTION="The VLSI design CAD tool"
-HOMEPAGE="http://www.opencircuitdesign.com/magic/index.html";
-SRC_URI="http://www.opencircuitdesign.com/magic/archive/${P}.tgz \
-       ftp://ftp.mosis.edu/pub/sondeen/magic/new/beta/2002a.tar.gz";
-
-LICENSE="HPND GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug opengl"
-
-RDEPEND="sys-libs/ncurses:0=
-       sys-libs/readline:0=
-       dev-lang/tcl:0=
-       dev-lang/tk:0=
-       dev-tcltk/blt
-       opengl? ( virtual/glu
-               virtual/opengl )"
-DEPEND="${RDEPEND}
-       app-shells/tcsh"
-
-src_prepare() {
-       einfo remove bundled readline-4.3
-       rm -r readline || die
-
-       epatch \
-               "${FILESDIR}/${PN}-7.5.231-verbose-build.patch"
-
-       cd scripts || die
-       eautoreconf
-       cd .. || die
-
-       sed -i -e "s: -pg : :" tcltk/Makefile || die
-}
-
-src_configure() {
-       # Short-circuit top-level configure script to retain CFLAGS
-       # fix tcl/tk detection #447868
-       cd scripts
-       CPP="cpp" econf \
-               --with-tcl=yes \
-               --with-tcllibs="/usr/$(get_libdir)" \
-               --with-tklibs="/usr/$(get_libdir)" \
-               --enable-modular \
-               $(use_enable debug memdebug) \
-               $(use_with opengl)
-}
-
-src_compile() {
-       emake -j1
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-
-       dodoc README README.Tcl TODO
-
-       # Move docs from libdir to docdir and add symlink.
-       mv "${D}/usr/$(get_libdir)/magic/doc"/* "${D}/usr/share/doc/${PF}/" || 
die
-       rmdir "${D}/usr/$(get_libdir)/magic/doc" || die
-       dosym "/usr/share/doc/${PF}" "/usr/$(get_libdir)/magic/doc"
-
-       # Move tutorial from libdir to datadir and add symlink.
-       dodir /usr/share/${PN}
-       mv "${D}/usr/$(get_libdir)/magic/tutorial" "${D}/usr/share/${PN}/" || 
die
-       dosym "/usr/share/${PN}/tutorial" "/usr/$(get_libdir)/magic/tutorial"
-
-       # Install latest MOSIS tech files
-       cp -pPR "${WORKDIR}"/2002a "${D}"/usr/$(get_libdir)/magic/sys/current 
|| die
-}

Reply via email to