Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gbench/
Date: Sat, 27 Oct 2018 12:32:47
Message-Id: 1540643552.e13c803fe9c9c8917720bf5d2e499bc2086c07b3.jlec@gentoo
1 commit: e13c803fe9c9c8917720bf5d2e499bc2086c07b3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 12:32:32 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 12:32:32 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e13c803f
7
8 Drop broken package
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-biology/gbench/gbench-2.11.7.ebuild | 89 ---------------------------------
13 sci-biology/gbench/metadata.xml | 8 ---
14 2 files changed, 97 deletions(-)
15
16 diff --git a/sci-biology/gbench/gbench-2.11.7.ebuild b/sci-biology/gbench/gbench-2.11.7.ebuild
17 deleted file mode 100644
18 index 58631ce43..000000000
19 --- a/sci-biology/gbench/gbench-2.11.7.ebuild
20 +++ /dev/null
21 @@ -1,89 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python2_7 )
28 -
29 -inherit python-single-r1 wxwidgets
30 -
31 -DESCRIPTION="View and analyze genome sequences"
32 -HOMEPAGE="http://www.ncbi.nlm.nih.gov/projects/gbench/"
33 -SRC_URI="ftp://ftp.ncbi.nlm.nih.gov/toolbox/gbench/ver-"${PV}"/gbench-src-"${PV}".tgz"
34 -
35 -LICENSE="public-domain"
36 -SLOT="0"
37 -KEYWORDS=""
38 -#KEYWORDS="~amd64 ~x86"
39 -IUSE="xml ssl sybase-ct zlib lzo pcre gnutls freetds mysql berkdb python opengl glut icu expat sqlite hdf5 jpeg png tiff gif xpm sybase threads fltk cgi"
40 -
41 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
42 -
43 -RDEPEND="${PYTHON_DEPS}
44 - app-arch/bzip2
45 - app-text/sablotron
46 - dev-cpp/muParser
47 - dev-libs/boost:=
48 - dev-libs/expat
49 - dev-libs/icu
50 - dev-libs/libxslt
51 - lzo? ( dev-libs/lzo )
52 - dev-libs/xalan-c
53 - dev-libs/xerces-c
54 - dev-util/cppunit
55 - media-libs/freetype
56 - media-libs/giflib
57 - media-libs/tiff:0=
58 - || ( sci-biology/ncbi-tools++ sci-biology/sra_sdk )
59 - gnutls? ( net-libs/gnutls )
60 - hdf5? ( sci-libs/hdf5 )
61 - sys-fs/fuse:=
62 - berkdb? ( >=sys-libs/db-4.3:* )
63 - glut? ( virtual/glu )
64 - opengl? ( virtual/opengl
65 - media-libs/ftgl
66 - media-libs/glew:= )
67 - x11-libs/fltk
68 - >=x11-libs/gtk+-2:*
69 - x11-libs/wxGTK:*
70 - mysql? ( virtual/mysql )
71 - pcre? ( dev-libs/libpcre )
72 - sqlite? ( dev-db/sqlite:3= )
73 - ssl? ( dev-libs/openssl:0= )
74 - sybase-ct? ( dev-db/freetds )
75 - xml? ( dev-libs/libxml2:2= )
76 - xpm? (
77 - x11-libs/libXpm
78 - virtual/jpeg:0=
79 - media-libs/libpng:0=
80 - sys-libs/zlib
81 - )
82 -"
83 -DEPEND="${RDEPEND}"
84 -
85 -# recycle ebuild logic from ncbi-tools++
86 -
87 -S="${WORKDIR}"/gbench-src-"${PV}"
88 -
89 -src_configure(){
90 - # configure: error: --mandir=/usr/share/man: unknown option; use --help to show usage
91 - # configure: error: --infodir=/usr/share/info: unknown option; use --help to show usage
92 - # configure: error: --datadir=/usr/share: unknown option; use --help to show usage
93 - # configure: error: --sysconfdir=/etc: unknown option; use --help to show usage
94 - # configure: error: --localstatedir=/var/lib: unknown option; use --help to show usage
95 - ./configure --prefix="${DESTDIR}"/"${EPREFIX}/usr" --libdir="${EPREFIX}/usr/$(get_libdir)" \
96 - --without-downloaded-vdb \
97 - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die
98 -}
99 -
100 -# Doh, it runs git during configure phase if it could not find NCBI SRA VDB
101 -# by executing ./scripts/common/add_vdb.sh which points to https://github.com/ncbi/ncbi-vdb
102 -# But, we already have sci-biology/sra_sdk which blocks sci-biology/ncbi-tools++
103 -# as some files overlap. Seems ncbi-vdb is yet another smaller subset of either
104 -# of the two?
105 -#
106 -# Same come checking out ncbi-vdb should be in ncbi-tools++-18.0.0 .
107 -#
108 -# That behavior is entirely optional; you can suppress it by
109 -# configuring the Toolkit --without-downloaded-vdb, --with-vdb=PATH (e.g.,
110 -# --with-vdb=/usr), or --without-vdb altogether.
111
112 diff --git a/sci-biology/gbench/metadata.xml b/sci-biology/gbench/metadata.xml
113 deleted file mode 100644
114 index 8417d1580..000000000
115 --- a/sci-biology/gbench/metadata.xml
116 +++ /dev/null
117 @@ -1,8 +0,0 @@
118 -<?xml version="1.0" encoding="UTF-8"?>
119 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
120 -<pkgmetadata>
121 - <maintainer type="project">
122 - <email>sci-biology@g.o</email>
123 - <name>Gentoo Biology Project</name>
124 - </maintainer>
125 -</pkgmetadata>