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
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>
-rw-r--r--profiles/package.mask13
-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
4 files changed, 0 insertions, 72 deletions
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 <marecki@gentoo.org> (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 <graaff@gentoo.org> (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 <graaff@gentoo.org> (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 <gentoo@pogatzki.net> (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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>