aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-08-31 11:20:00 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-08-31 11:20:00 +0200
commit1799fb910883f958fd725da74828ae7becbc8e67 (patch)
tree9c74bae999a03938708a7c155a647a926cf3351d
parentsci-biology/cgview-bin: remove last-rited pack (diff)
downloadsci-1799fb91.tar.gz
sci-1799fb91.tar.bz2
sci-1799fb91.zip
sci-biology/prot4EST: remove last-rited pack
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-biology/prot4EST/Manifest1
-rw-r--r--sci-biology/prot4EST/metadata.xml12
-rw-r--r--sci-biology/prot4EST/prot4EST-3.1b.ebuild38
4 files changed, 0 insertions, 52 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 83a94e897..f8e1e4d32 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,7 +37,6 @@
# Bug #798015, removal in 30 days.
# Perhaps these packages work with the newer ncbi-tools++? If anyone is actively
# using these packages please open a bug report
-sci-biology/prot4EST
sci-biology/seqclean
sci-chemistry/talosn
# revdep of seqclean
diff --git a/sci-biology/prot4EST/Manifest b/sci-biology/prot4EST/Manifest
deleted file mode 100644
index b010efd0e..000000000
--- a/sci-biology/prot4EST/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST prot4EST_rl3.1b.tgz 21869514 BLAKE2B eeafdd97482ff397c54d85195069471756b7dca685c9e066038aa78fbd76a84a907e2b0b16b4912c445644aedf2bea7117eb4ebd857a644c337154bdbfb8bf98 SHA512 0768d36066c9d0f88ce53100ffaf71cdb27bb75ab2e36cc0f5950ac5995292bb31c3226033b17acbaf43f002474df4ddafed7bc2cf4e454bcd3282e85656ff78
diff --git a/sci-biology/prot4EST/metadata.xml b/sci-biology/prot4EST/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/prot4EST/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-biology/prot4EST/prot4EST-3.1b.ebuild b/sci-biology/prot4EST/prot4EST-3.1b.ebuild
deleted file mode 100644
index 9f8fb4302..000000000
--- a/sci-biology/prot4EST/prot4EST-3.1b.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-module
-
-DESCRIPTION="Predict proteins from EST sequences overcoming frameshifts"
-HOMEPAGE="http://www.compsysbio.org/
- http://www.biomedcentral.com/1471-2105/5/187"
-SRC_URI="http://www.compsysbio.org/lab/james/prot4EST_rl3.1b.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- sci-biology/emboss
- sci-biology/estscan
- sci-biology/bioperl
- sci-biology/ncbi-tools
- virtual/perl-File-Path
- virtual/perl-Getopt-Long
- dev-perl/Statistics-Descriptive
- dev-perl/Tie-IxHash
- dev-perl/Algorithm-Loops"
- # sci-biology/DECODER
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/p4e3.1b"
-
-src_install(){
- mydoc="README INSTALL"
- perl-module_src_install
- mv bin/prot4EST*.pl bin/prot4EST.pl
- dobin bin/*.pl
- dodoc doc/*
-}