From cdb1c8354867f08cf7d9ba7bd933ee5310e01f41 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Sun, 26 Dec 2021 18:48:39 +0100 Subject: sci-biology/ApE: treeclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/827522 Signed-off-by: Jakov Smolić --- profiles/package.mask | 13 --------- sci-biology/ApE/ApE-2.0.7-r1.ebuild | 53 ------------------------------------- sci-biology/ApE/Manifest | 1 - sci-biology/ApE/metadata.xml | 5 ---- 4 files changed, 72 deletions(-) delete mode 100644 sci-biology/ApE/ApE-2.0.7-r1.ebuild delete mode 100644 sci-biology/ApE/Manifest delete mode 100644 sci-biology/ApE/metadata.xml diff --git a/profiles/package.mask b/profiles/package.mask index 772a96c9f80d..7dc8344a09e5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -283,24 +283,11 @@ dev-java/jss # EAPI 6. Removal in 30 days. Bug @827158 =dev-lang/gnat-gpl-2019-r2 -# Marek Szuba (2021-11-25) -# Upstream discontinued Linux support over 10 years ago so we are now -# one major version and countless known bugs behind. No source archives -# published for current versions. Unmaintained in Gentoo for years, -# EAPI 5. Removal in 30 days. Bug #827522 -sci-biology/ApE - # Hans de Graaff (2021-11-26) # Mask new rubygems version for testing. This version uses a new # gentoo-defaults profile, bug #789957 >=dev-ruby/rubygems-3.2.31 -# Hans de Graaff (2021-11-26) -# Old slot, obsolete since 2016. No reverse dependencies. Use the -# newer slot instead. -# Masked for removal in 30 days. -dev-ruby/typhoeus:0 - # Volkmar W. Pogatzki (2021-11-23) # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812}) diff --git a/sci-biology/ApE/ApE-2.0.7-r1.ebuild b/sci-biology/ApE/ApE-2.0.7-r1.ebuild deleted file mode 100644 index 273e236997ed..000000000000 --- a/sci-biology/ApE/ApE-2.0.7-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit desktop - -DESCRIPTION="A Plasmid Editor" -HOMEPAGE="https://jorgensen.biology.utah.edu/wayned/ape/" -SRC_URI="https://jorgensen.biology.utah.edu/wayned/ape/Download/Linux/ApE_linux_current.zip -> ${P}.zip" - -LICENSE="ApE" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND=" - dev-lang/tcl:0 - dev-lang/tk:0" - -RESTRICT="bindist mirror" - -S="${WORKDIR}/ApE Linux/" - -src_compile() { :; } - -src_install() { - cat >> "${T}/ApE" <<- "EOF" - #!/bin/bash - cmdArgs="" - - # AppMain.tcl searches files relative to the directory where it resides. - # Add absolute path to file here, if necessary. - for rfpath in "$@"; do - afpath="$PWD/${rfpath}" - if test -r "${afpath}"; then - cmdArgs="${cmdArgs} \"${afpath}\""; - else - cmdArgs="${cmdArgs} \"${rfpath}\""; - fi - done - - eval exec tclsh "\"/usr/share/ApE-2.0.7/AppMain.tcl\"" "${cmdArgs}" - EOF - - dobin "${T}/ApE" - insinto "/usr/share/${P}" - doins -r "${WORKDIR}"/ApE\ Linux/* - make_desktop_entry ${PN} ${PN} \ - "/usr/share/${P}/Accessory Files/Icons and images/monkey_icon.gif" \ - "Science" -} diff --git a/sci-biology/ApE/Manifest b/sci-biology/ApE/Manifest deleted file mode 100644 index 6e45b2ff5014..000000000000 --- a/sci-biology/ApE/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ApE-2.0.7.zip 318454 BLAKE2B 420001d298b8c6b1bc26247446aafe8c3adcf6477ebabc689219c094d46fe5e836d216a493169bac0ccd9c3b669d9421edb3b023a1a39cf74d32a81df09e66d2 SHA512 073e3f96badf4888c10a7c7eb453a3775d5bb9136b0bd836d37d1be784847f887e0c68b37325f430eebfb90c2d94021f10d4e8ede92de89b1ab1ddc1ffdbc254 diff --git a/sci-biology/ApE/metadata.xml b/sci-biology/ApE/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/sci-biology/ApE/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- cgit v1.2.3-65-gdbad