From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB53F158087 for ; Mon, 24 Jan 2022 16:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03D82E05C1; Mon, 24 Jan 2022 16:06:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69481E05C1 for ; Mon, 24 Jan 2022 16:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33A6D342BD2 for ; Mon, 24 Jan 2022 16:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C389D1F0 for ; Mon, 24 Jan 2022 16:06:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643035349.fbff3b23c7b848ac245aec24083b8eccbd4e03a4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-EnsEMBL/ X-VCS-Repository: proj/sci X-VCS-Files: dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild dev-perl/Bio-EnsEMBL/metadata.xml X-VCS-Directories: dev-perl/Bio-EnsEMBL/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fbff3b23c7b848ac245aec24083b8eccbd4e03a4 X-VCS-Branch: master Date: Mon, 24 Jan 2022 16:06:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 970fe0b8-91b5-425a-8123-f08f209c8d23 X-Archives-Hash: 276a70f4ae37caa8cfee755c0262ce6b commit: fbff3b23c7b848ac245aec24083b8eccbd4e03a4 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jan 24 14:42:29 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 24 14:42:29 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fbff3b23 dev-perl/Bio-EnsEMBL: remove fundamentally broken package how is this even supposed to work? Signed-off-by: Andrew Ammerlaan gentoo.org> dev-perl/Bio-EnsEMBL/Bio-EnsEMBL-9999.ebuild | 30 ---------------------------- dev-perl/Bio-EnsEMBL/metadata.xml | 12 ----------- 2 files changed, 42 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/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 @@ - - - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biology@gentoo.org - Gentoo Biology Project - -