Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-biology/diya/
Date: Tue, 04 May 2021 22:30:30
Message-Id: 1620167375.465ad2177c6573574db5d9514684adb90208fd6e.sam@gentoo
1 commit: 465ad2177c6573574db5d9514684adb90208fd6e
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 4 21:56:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:29:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465ad217
7
8 sci-biology/diya: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/625492
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 profiles/package.mask | 5 -----
15 sci-biology/diya/Manifest | 1 -
16 sci-biology/diya/diya-1.0_rc4.ebuild | 42 ------------------------------------
17 sci-biology/diya/metadata.xml | 11 ----------
18 4 files changed, 59 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 7fe45dfde90..34796fa37a1 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -637,11 +637,6 @@ dev-php/PEAR-Net_LDAP3
25 # #542940, #574632, #780396, removal in 30 days.
26 sci-biology/gatk
27
28 -# David Seifert <soap@g.o> (2021-04-05)
29 -# Tests broken since perl 5.22, last release in 2008,
30 -# Bug #625492, removal in 30 days.
31 -sci-biology/diya
32 -
33 # Michał Górny <mgorny@g.o> (2021-03-31)
34 # New versions remove PORTAGE_CONFIGROOT support, breaking a lot
35 # of scripts.
36
37 diff --git a/sci-biology/diya/Manifest b/sci-biology/diya/Manifest
38 deleted file mode 100644
39 index 7a98449a5c8..00000000000
40 --- a/sci-biology/diya/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST diya-1.0-rc4.tar.gz 386706 BLAKE2B 9d000892c3da9ec307a8e089056611bc9cd566ac2dea046601506215c1a5c5fb67621324d2d9e1de94ee4e00129325448e3a1a8aa417e5d8c07f564a77e287d6 SHA512 64a00cb7f07200882d0b97f58e6b7f26d08ab0eab43834c3d19ab08f61080f8edb4a63833095e876c72c087324d39b2c4334ed1d3aa0280b7efb6a7ab3e08007
44
45 diff --git a/sci-biology/diya/diya-1.0_rc4.ebuild b/sci-biology/diya/diya-1.0_rc4.ebuild
46 deleted file mode 100644
47 index ae923b60da8..00000000000
48 --- a/sci-biology/diya/diya-1.0_rc4.ebuild
49 +++ /dev/null
50 @@ -1,42 +0,0 @@
51 -# Copyright 1999-2017 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI="5"
55 -
56 -inherit perl-module
57 -
58 -DESCRIPTION="Do It Yourself Annotation, tools & libraries for sequence assembly & annotation"
59 -HOMEPAGE="http://gmod.org/wiki/Diya"
60 -SRC_URI="mirror://sourceforge/diyg/files/diya/diya-1.0/diya-${PV/_/-}.tar.gz"
61 -
62 -LICENSE="GPL-3"
63 -SLOT="0"
64 -IUSE="-minimal"
65 -KEYWORDS="~amd64 ~x86"
66 -
67 -DEPEND="sci-biology/bioperl
68 - dev-perl/Data-Utilities
69 - dev-perl/XML-Simple"
70 -RDEPEND="${DEPEND}
71 - !minimal? (
72 - sci-biology/mummer
73 - sci-biology/glimmer
74 - sci-biology/trnascan-se
75 - sci-biology/infernal )"
76 -
77 -# see ftp://ftp.ncbi.nih.gov/blast/ to check if blast and blast+ are different from ncbi-tools and ncbi-tools++
78 -# * rfamscan.pl v0.1 (http://www.sanger.ac.uk/Users/sgj/code/)
79 -# * UniRef50 (http://www.ebi.ac.uk/uniref/)
80 -# * Protein Clusters (ftp://ftp.ncbi.nih.gov/genomes/Bacteria/CLUSTERS/)
81 -# The file cddid_all.tbl can be found at ftp://ftp.ncbi.nih.gov/pub/mmdb/cdd/.
82 -
83 -S="${WORKDIR}/diya-${PV/_/-}"
84 -
85 -SRC_TEST=do
86 -
87 -src_install() {
88 - mydoc="INSTALL README docs/diya.html"
89 - perl-module_src_install
90 - insinto /usr/share/${PN}
91 - doins -r diya.conf docs examples scripts
92 -}
93
94 diff --git a/sci-biology/diya/metadata.xml b/sci-biology/diya/metadata.xml
95 deleted file mode 100644
96 index 37bde911b94..00000000000
97 --- a/sci-biology/diya/metadata.xml
98 +++ /dev/null
99 @@ -1,11 +0,0 @@
100 -<?xml version="1.0" encoding="UTF-8"?>
101 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
102 -<pkgmetadata>
103 - <maintainer type="project">
104 - <email>sci-biology@g.o</email>
105 - <name>Gentoo Biology Project</name>
106 - </maintainer>
107 - <upstream>
108 - <remote-id type="sourceforge">diyg</remote-id>
109 - </upstream>
110 -</pkgmetadata>