summaryrefslogtreecommitdiff
path: root/sci-biology/ApE
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-04 01:27:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-04 01:27:12 +0000
commit3517852e3b8a68d1e997770fc0650c5053bafc6c (patch)
tree44068672445b1418489aed82de58df3c470289e7 /sci-biology/ApE
parent0f15659d48c193027158492acb726297501202c5 (diff)
gentoo resync : 04.01.2022
Diffstat (limited to 'sci-biology/ApE')
-rw-r--r--sci-biology/ApE/ApE-2.0.7-r1.ebuild53
-rw-r--r--sci-biology/ApE/Manifest3
-rw-r--r--sci-biology/ApE/metadata.xml5
3 files changed, 0 insertions, 61 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 83055a8fbf43..000000000000
--- a/sci-biology/ApE/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ApE-2.0.7.zip 318454 BLAKE2B 420001d298b8c6b1bc26247446aafe8c3adcf6477ebabc689219c094d46fe5e836d216a493169bac0ccd9c3b669d9421edb3b023a1a39cf74d32a81df09e66d2 SHA512 073e3f96badf4888c10a7c7eb453a3775d5bb9136b0bd836d37d1be784847f887e0c68b37325f430eebfb90c2d94021f10d4e8ede92de89b1ab1ddc1ffdbc254
-EBUILD ApE-2.0.7-r1.ebuild 1170 BLAKE2B 9156e3862ffaba5ae4141f0b35f0736fac3f5e31e57a26d4d54c09b283db9303479649a98d4de21d329834cc8baa2b96f0fbeffa29cfb8ad015eac4813d6cb44 SHA512 3bfb046677223de0bc2c3b168dcd78f6e303b15f79b0305addef98ce75060414bc7b4a1f87d8bd08ed00a2a65972b2a5da41e31dd2c9d8ef8b31261e39112127
-MISC metadata.xml 168 BLAKE2B 2e0e000b4c3b6ca04c12903fdbe278415c05a822623c52e9aa95cbbf3d50bcb1246b7edbda7d2f6b559af8950c6374e6e0a69b76319964cfe686bf50b0604a57 SHA512 4dcf45d1809e8390a2d8155c8ebfe0dd610203e392aeab0ccd8a10f42cc8532a4925eff32b35e7a6c35598a4efd288229034ec0732299dbd8cfa0acff705fed3
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>