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ć --- sci-biology/ApE/ApE-2.0.7-r1.ebuild | 53 ------------------------------------- sci-biology/ApE/Manifest | 1 - sci-biology/ApE/metadata.xml | 5 ---- 3 files changed, 59 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 (limited to 'sci-biology') 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