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/pb-jelly/
Date: Sun, 27 Sep 2020 20:59:38
Message-Id: 1601240352.cf414470c9a2bbb7ea5323bb516b6adbeea0012e.chymera@gentoo
1 commit: cf414470c9a2bbb7ea5323bb516b6adbeea0012e
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 20:59:12 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 20:59:12 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf414470
7
8 sci-biology/pb-jelly: removed discontinued package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/pb-jelly/metadata.xml | 15 ---------------
14 sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild | 22 ----------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/sci-biology/pb-jelly/metadata.xml b/sci-biology/pb-jelly/metadata.xml
18 deleted file mode 100644
19 index 1b533d8a5..000000000
20 --- a/sci-biology/pb-jelly/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="sourceforge">pb-jelly</remote-id>
36 - </upstream>
37 -</pkgmetadata>
38
39 diff --git a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild b/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild
40 deleted file mode 100644
41 index 32c52e9d0..000000000
42 --- a/sci-biology/pb-jelly/pb-jelly-14.9.9.ebuild
43 +++ /dev/null
44 @@ -1,22 +0,0 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=5
49 -
50 -PYTHON_COMPAT=( python2_7 )
51 -
52 -inherit distutils-r1
53 -
54 -DESCRIPTION="Close gaps using PacBio RS or 454 FLX+ reads"
55 -HOMEPAGE="https://www.hgsc.bcm.edu/software/jelly"
56 -SRC_URI="http://sourceforge.net/projects/pb-jelly/files/PBSuite_14.9.9.tgz -> pb-jelly-14.9.9.tgz"
57 -
58 -LICENSE="BSD-2"
59 -SLOT="0"
60 -KEYWORDS=""
61 -IUSE=""
62 -
63 -DEPEND="
64 - sci-biology/blasr
65 - <=dev-python/networkx-1.1[${PYTHON_USEDEP}]" # upstream says "Versions past v1.1 have been shown to have many issues."
66 -RDEPEND="${DEPEND}"