Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/cgview-bin/
Date: Tue, 31 Aug 2021 09:24:15
Message-Id: 1630401568.f5bcc5911aea4f5c5cb38e65c8bc1a01fbc6bcf2.andrewammerlaan@gentoo
1 commit: f5bcc5911aea4f5c5cb38e65c8bc1a01fbc6bcf2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 31 09:19:28 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 31 09:19:28 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5bcc591
7
8 sci-biology/cgview-bin: remove last-rited pack
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 sci-biology/cgview-bin/cgview-bin-1.0.0.ebuild | 43 --------------------------
14 sci-biology/cgview-bin/metadata.xml | 12 -------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index a58bd71ee..83a94e897 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -37,7 +37,6 @@
22 # Bug #798015, removal in 30 days.
23 # Perhaps these packages work with the newer ncbi-tools++? If anyone is actively
24 # using these packages please open a bug report
25 -sci-biology/cgview-bin
26 sci-biology/prot4EST
27 sci-biology/seqclean
28 sci-chemistry/talosn
29
30 diff --git a/sci-biology/cgview-bin/cgview-bin-1.0.0.ebuild b/sci-biology/cgview-bin/cgview-bin-1.0.0.ebuild
31 deleted file mode 100644
32 index 5135e04ab..000000000
33 --- a/sci-biology/cgview-bin/cgview-bin-1.0.0.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit java-pkg-2 perl-module eutils toolchain-funcs
42 -
43 -DESCRIPTION="CGView Comparison Tool to compare genome sequences graphically (aka CCT)"
44 -HOMEPAGE="https://paulstothard.github.io/cgview_comparison_tool/"
45 -SRC_URI="https://github.com/paulstothard/cgview_comparison_tool/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -DEPEND="
52 - >=dev-lang/perl-5.8.8
53 - >=sci-biology/ncbi-tools-2.2.15
54 - >=virtual/jre-1.4.2:*
55 - dev-java/xerces:2
56 - dev-java/batik
57 - dev-java/commons-lang:2.1
58 - >=media-gfx/imagemagick-6
59 - >=sci-biology/bioperl-1.4.0"
60 -RDEPEND="${DEPEND}"
61 -
62 -S="${WORKDIR}/cgview_comparison_tool-${PV}"
63 -
64 -src_install() {
65 - insinto /usr/share/${PN}/scripts
66 - chmod a+x scripts/* # BUG: this does not work
67 - doins -r scripts/*
68 - insinto /usr/share/${PN}/lib/scripts
69 - doins -r lib/scripts/*
70 - echo 'CCT_HOME='${EPREFIX}'/usr/share/cgview' > "${S}/99cgview"
71 - echo 'PATH="$PATH":"'${CCT_HOME}'/scripts"' >> "${S}/99cgview"
72 - doenvd "${S}/99cgview"
73 - perl_set_version
74 - perl_domodule lib/perl_modules/Util/*.pm
75 - #
76 - # Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/batik/svggen/SVGGraphics2DIOException
77 - java-pkg_dojar bin/cgview/cgview.jar
78 -}
79
80 diff --git a/sci-biology/cgview-bin/metadata.xml b/sci-biology/cgview-bin/metadata.xml
81 deleted file mode 100644
82 index 138cb7705..000000000
83 --- a/sci-biology/cgview-bin/metadata.xml
84 +++ /dev/null
85 @@ -1,12 +0,0 @@
86 -<?xml version="1.0" encoding="UTF-8"?>
87 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
88 -<pkgmetadata>
89 - <maintainer type="person">
90 - <email>mmokrejs@×××××××××××××××.cz</email>
91 - <name>Martin Mokrejs</name>
92 - </maintainer>
93 - <maintainer type="project">
94 - <email>sci-biology@g.o</email>
95 - <name>Gentoo Biology Project</name>
96 - </maintainer>
97 -</pkgmetadata>