summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-26 18:48:39 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-26 18:48:39 +0100
commitcdb1c8354867f08cf7d9ba7bd933ee5310e01f41 (patch)
tree5a9d94f29d3bb138ddaecb4d0fc6f2407a8f8b4e /sci-biology
parentdev-ruby/typhoeus: drop 0.6.9-r1 (diff)
downloadgentoo-cdb1c8354867f08cf7d9ba7bd933ee5310e01f41.tar.gz
gentoo-cdb1c8354867f08cf7d9ba7bd933ee5310e01f41.tar.bz2
gentoo-cdb1c8354867f08cf7d9ba7bd933ee5310e01f41.zip
sci-biology/ApE: treeclean
Closes: https://bugs.gentoo.org/827522 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/ApE/ApE-2.0.7-r1.ebuild53
-rw-r--r--sci-biology/ApE/Manifest1
-rw-r--r--sci-biology/ApE/metadata.xml5
3 files changed, 0 insertions, 59 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>