aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-24 15:42:29 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-24 15:42:29 +0100
commitfbff3b23c7b848ac245aec24083b8eccbd4e03a4 (patch)
tree4a08cce343d954d950dbccc2fb99a721467bf7c1
parentdev-cpp/blitz: drop live (diff)
downloadsci-fbff3b23c7b848ac245aec24083b8eccbd4e03a4.tar.gz
sci-fbff3b23c7b848ac245aec24083b8eccbd4e03a4.tar.bz2
sci-fbff3b23c7b848ac245aec24083b8eccbd4e03a4.zip
dev-perl/Bio-EnsEMBL: remove fundamentally broken package
how is this even supposed to work? Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild30
-rw-r--r--dev-perl/Bio-EnsEMBL/Manifest1
-rw-r--r--dev-perl/Bio-EnsEMBL/metadata.xml12
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild b/dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild
deleted file mode 100644
index f2d7c6a54..000000000
--- a/dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MODULE_AUTHOR=""
-inherit perl-module
-
-DESCRIPTION="EnsEMBL Perl API aka ensembl-api exposing Bio::EnsEMBL::Registry"
-HOMEPAGE="https://www.ensembl.org/index.html"
-SRC_URI="ftp://ftp.ensembl.org/pub/ensembl-api.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-
-S="${WORKDIR}"
-
-src_install(){
- perl_set_version
- find . -name t | xargs rm -rf || die
- find . -name test.pl | xargs rm -f || die
- find . -name \*.example | xargs rm -f || die
- find . -name \*.json | xargs rm -f || die
- find . -name README* | xargs rm -rf || die
- find . -name \*.conf | xargs rm -f || die
- find . -name travisci | xargs rm -rf || die
- find . -name sql | xargs rm -rf || die
- find . -name modules | while read d; do pushd "$d"; perl_domodule -r *; popd; done || die
-}
diff --git a/dev-perl/Bio-EnsEMBL/Manifest b/dev-perl/Bio-EnsEMBL/Manifest
deleted file mode 100644
index 29ccdd889..000000000
--- a/dev-perl/Bio-EnsEMBL/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ensembl-api.tar.gz 69757923 BLAKE2B 78b0f688667ffc501e14b8633416582dbf8921edfd8aea5eef98f403bdadf9b78c2ceeebcc2b8d89ebaaaef5b3f32a0c3066ee899a1ac94dafb19f70bc15d96c SHA512 bb70e70221a945902d937c2cdd811d1c39cf477ae8c1825bfb08681f2051a39d47ae91f305bfee12c3c2ced4b56b7756549c39d93bb16f8b6a23d793d0813e5f
diff --git a/dev-perl/Bio-EnsEMBL/metadata.xml b/dev-perl/Bio-EnsEMBL/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/dev-perl/Bio-EnsEMBL/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>