Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_blast/
Date: Sun, 27 Sep 2020 22:18:04
Message-Id: 1601244986.7bc90e716a44033167ab0396494404548a8c46af.chymera@gentoo
1 commit: 7bc90e716a44033167ab0396494404548a8c46af
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 22:16:26 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 22:16:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bc90e71
7
8 sci-biology/scbi_blast: removed discontinued package
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/scbi_blast/metadata.xml | 15 --------------
14 sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild | 26 -------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/sci-biology/scbi_blast/metadata.xml b/sci-biology/scbi_blast/metadata.xml
18 deleted file mode 100644
19 index 4e1fea2dd..000000000
20 --- a/sci-biology/scbi_blast/metadata.xml
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 - <maintainer type="person">
27 - <email>mmokrejs@×××××××××××××××.cz</email>
28 - <name>Martin Mokrejs</name>
29 - </maintainer>
30 - <maintainer type="project">
31 - <email>sci-biology@g.o</email>
32 - <name>Gentoo Biology Project</name>
33 - </maintainer>
34 - <upstream>
35 - <remote-id type="rubygems">scbi_blast</remote-id>
36 - </upstream>
37 -</pkgmetadata>
38
39 diff --git a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild b/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild
40 deleted file mode 100644
41 index f5e447265..000000000
42 --- a/sci-biology/scbi_blast/scbi_blast-0.0.43.ebuild
43 +++ /dev/null
44 @@ -1,26 +0,0 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=6
49 -
50 -USE_RUBY="ruby22 ruby23 ruby24"
51 -
52 -RUBY_FAKEGEM_TASK_DOC=""
53 -RUBY_FAKEGEM_EXTRADOC="README.rdoc"
54 -
55 -inherit ruby-fakegem
56 -
57 -DESCRIPTION="Handle blast+ executions using pipes instead of files"
58 -HOMEPAGE="https://rubygems.org/gems/scbi_blast"
59 -
60 -LICENSE="MIT"
61 -SLOT="0"
62 -KEYWORDS="~amd64"
63 -IUSE=""
64 -
65 -DEPEND="
66 - >=dev-ruby/hoe-2.8.0
67 - >=dev-ruby/rdoc-4.0"
68 - #>=dev-ruby/newgem-1.5.3"
69 -RDEPEND="${DEPEND}
70 - >=dev-ruby/xml-simple-1.0.12"