commit: 094e637f0659cbd3e5b42538d3e6ce7caee32913 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Mar 20 10:29:16 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sat Mar 20 10:29:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=094e637f
sci-biology/dna2pep: remove masked package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 5 ----- sci-biology/dna2pep/dna2pep-1.1.ebuild | 27 --------------------------- sci-biology/dna2pep/metadata.xml | 12 ------------ 3 files changed, 44 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index dbd59dd0c..639f77fa7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,11 +30,6 @@ #--- END OF EXAMPLES --- -# Andrew Ammerlaan <[email protected]> (06 March 2021) -# Python2 only -# Masked for removal in 14 days, if you need this please complain -sci-biology/dna2pep - # Andrew Ammerlaan <[email protected]> (06 March 2021) # missing dependency cplex (nonfree IBM thingy) # Masked for removal in 14 days, if you need this please complain diff --git a/sci-biology/dna2pep/dna2pep-1.1.ebuild b/sci-biology/dna2pep/dna2pep-1.1.ebuild deleted file mode 100644 index 91aed370b..000000000 --- a/sci-biology/dna2pep/dna2pep-1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Translate DNA sequence into protein (with STOP codon read-through)" -HOMEPAGE="http://www.cbs.dtu.dk/services/VirtualRibosome/download.php" -SRC_URI="http://www.cbs.dtu.dk/services/VirtualRibosome/releases/${P}.tgz" - -# source code does not explictly mention GPL version so I assume GPL-1 -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare(){ - sed -e 's@#!/usr/local/python/bin/python@#! /usr/bin/env python@' -i *.py || die -} - -src_install(){ - dobin *.py - insinto /usr/share/"${PN}"/ - doins mtx/gcMitVertebrate.mtx -} diff --git a/sci-biology/dna2pep/metadata.xml b/sci-biology/dna2pep/metadata.xml deleted file mode 100644 index 138cb7705..000000000 --- a/sci-biology/dna2pep/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>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata>
