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/artemis/
Date: Sun, 27 Sep 2020 09:22:06
Message-Id: 1601198421.ca7355423fa229cebfe243f837792abb9bf1ef4c.chymera@gentoo
1 commit: ca7355423fa229cebfe243f837792abb9bf1ef4c
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 09:20:21 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 09:20:21 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca735542
7
8 sci-biology/artemis: remove unmaintained package
9
10 Package is not discontinued upstream, but would need a major overhaul
11 from present live ebuild: https://github.com/sanger-pathogens/Artemis
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
15
16 sci-biology/artemis/artemis-9999.ebuild | 70 ---------------------------------
17 sci-biology/artemis/metadata.xml | 12 ------
18 2 files changed, 82 deletions(-)
19
20 diff --git a/sci-biology/artemis/artemis-9999.ebuild b/sci-biology/artemis/artemis-9999.ebuild
21 deleted file mode 100644
22 index 162cc67e7..000000000
23 --- a/sci-biology/artemis/artemis-9999.ebuild
24 +++ /dev/null
25 @@ -1,70 +0,0 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -
31 -inherit java-pkg-2 java-ant-2 git-r3
32 -
33 -DESCRIPTION="DNA sequence viewer/annotation (Artemis) and comparison (ACT) tool"
34 -HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis"
35 -SRC_URI="
36 - ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.pdf -> ${P}.manual.pdf
37 - ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/art_html_build.zip -> ${P}.html_build.zip"
38 -EGIT_REPO_URI="https://github.com/sanger-pathogens/Artemis"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS=""
43 -IUSE=""
44 -
45 -# uses its own BamView
46 -RDEPEND="
47 - sci-biology/samtools:0
48 - >=virtual/jre-1.6:*"
49 -DEPEND="${RDEPEND}
50 - !sci-biology/artemis-bin
51 - dev-java/ant-core
52 - >=virtual/jdk-1.6:*
53 - dev-java/log4j
54 - dev-java/jdbc-postgresql
55 - dev-java/jakarta-regexp
56 - dev-java/batik
57 - dev-java/j2ssh
58 - sci-biology/picard
59 - dev-java/biojava"
60 -# some more dependencies extracted from /usr/bin/act
61 -# JacORB.jar, jemAlign.jar, macos.jar, chado-14-interface.jar, iBatis, biojava.jar,
62 -#
63 -
64 -# http://www.mail-archive.com/artemis-users@×××××××××.uk/msg00551.html
65 -# http://www.mail-archive.com/artemis-users@×××××××××.uk/msg00561.html
66 -# http://gmod.org/wiki/Artemis-Chado_Integration_Tutorial
67 -
68 -# BamView is at http://bamview.sourceforge.net/
69 -
70 -src_unpack(){
71 - unzip "${DISTDIR}"/art_html_build.zip || die
72 -}
73 -
74 -src_compile(){
75 - ant || die
76 -}
77 -
78 -src_install(){
79 - dobin act act.command art dnaplotter gff2embl
80 - java-pkg_dojar ant-build/artemis.jar
81 - dodoc "${DISTDIR}"/"${P}".manual.pdf README
82 - insinto /usr/share/doc/"${PN}"/html
83 - doins art_html_build/*
84 -}
85 -
86 -# artemis_compiled_v16.0.11.tar.gz contains compiled binaries but also java *.class files
87 -# artemis_v16.0.11.jar and sartemis_v16.0.11.jar
88 -# ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/v16.0.11/
89 -
90 -pkg_postinst(){
91 - einfo "For BAM file support please install sci-biology/BamView"
92 - einfo "You may find interesting the additional web resources:"
93 - einfo "http://www.webact.org/WebACT"
94 - einfo "http://www.hpa-bioinfotools.org.uk/pise/double_act.html"
95 -}
96
97 diff --git a/sci-biology/artemis/metadata.xml b/sci-biology/artemis/metadata.xml
98 deleted file mode 100644
99 index 138cb7705..000000000
100 --- a/sci-biology/artemis/metadata.xml
101 +++ /dev/null
102 @@ -1,12 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 - <maintainer type="person">
107 - <email>mmokrejs@×××××××××××××××.cz</email>
108 - <name>Martin Mokrejs</name>
109 - </maintainer>
110 - <maintainer type="project">
111 - <email>sci-biology@g.o</email>
112 - <name>Gentoo Biology Project</name>
113 - </maintainer>
114 -</pkgmetadata>