From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23299138359 for ; Sun, 27 Sep 2020 09:22:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51CFBE082D; Sun, 27 Sep 2020 09:22:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 356EDE082D for ; Sun, 27 Sep 2020 09:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0777340D06 for ; Sun, 27 Sep 2020 09:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334E3339 for ; Sun, 27 Sep 2020 09:22:02 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1601198421.ca7355423fa229cebfe243f837792abb9bf1ef4c.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/artemis/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/artemis/artemis-9999.ebuild sci-biology/artemis/metadata.xml X-VCS-Directories: sci-biology/artemis/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ca7355423fa229cebfe243f837792abb9bf1ef4c X-VCS-Branch: master Date: Sun, 27 Sep 2020 09:22:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5d4f59f-ad30-4113-9d48-eb04fd54e8ec X-Archives-Hash: 88278be5fea662d1fa6d634a7eddafc6 commit: ca7355423fa229cebfe243f837792abb9bf1ef4c Author: Horea Christian chymera eu> AuthorDate: Sun Sep 27 09:20:21 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Sep 27 09:20:21 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca735542 sci-biology/artemis: remove unmaintained package Package is not discontinued upstream, but would need a major overhaul from present live ebuild: https://github.com/sanger-pathogens/Artemis Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> sci-biology/artemis/artemis-9999.ebuild | 70 --------------------------------- sci-biology/artemis/metadata.xml | 12 ------ 2 files changed, 82 deletions(-) diff --git a/sci-biology/artemis/artemis-9999.ebuild b/sci-biology/artemis/artemis-9999.ebuild deleted file mode 100644 index 162cc67e7..000000000 --- a/sci-biology/artemis/artemis-9999.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit java-pkg-2 java-ant-2 git-r3 - -DESCRIPTION="DNA sequence viewer/annotation (Artemis) and comparison (ACT) tool" -HOMEPAGE="http://www.sanger.ac.uk/resources/software/artemis" -SRC_URI=" - ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/artemis.pdf -> ${P}.manual.pdf - ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/art_html_build.zip -> ${P}.html_build.zip" -EGIT_REPO_URI="https://github.com/sanger-pathogens/Artemis" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -# uses its own BamView -RDEPEND=" - sci-biology/samtools:0 - >=virtual/jre-1.6:*" -DEPEND="${RDEPEND} - !sci-biology/artemis-bin - dev-java/ant-core - >=virtual/jdk-1.6:* - dev-java/log4j - dev-java/jdbc-postgresql - dev-java/jakarta-regexp - dev-java/batik - dev-java/j2ssh - sci-biology/picard - dev-java/biojava" -# some more dependencies extracted from /usr/bin/act -# JacORB.jar, jemAlign.jar, macos.jar, chado-14-interface.jar, iBatis, biojava.jar, -# - -# http://www.mail-archive.com/artemis-users@sanger.ac.uk/msg00551.html -# http://www.mail-archive.com/artemis-users@sanger.ac.uk/msg00561.html -# http://gmod.org/wiki/Artemis-Chado_Integration_Tutorial - -# BamView is at http://bamview.sourceforge.net/ - -src_unpack(){ - unzip "${DISTDIR}"/art_html_build.zip || die -} - -src_compile(){ - ant || die -} - -src_install(){ - dobin act act.command art dnaplotter gff2embl - java-pkg_dojar ant-build/artemis.jar - dodoc "${DISTDIR}"/"${P}".manual.pdf README - insinto /usr/share/doc/"${PN}"/html - doins art_html_build/* -} - -# artemis_compiled_v16.0.11.tar.gz contains compiled binaries but also java *.class files -# artemis_v16.0.11.jar and sartemis_v16.0.11.jar -# ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/v16.0.11/ - -pkg_postinst(){ - einfo "For BAM file support please install sci-biology/BamView" - einfo "You may find interesting the additional web resources:" - einfo "http://www.webact.org/WebACT" - einfo "http://www.hpa-bioinfotools.org.uk/pise/double_act.html" -} diff --git a/sci-biology/artemis/metadata.xml b/sci-biology/artemis/metadata.xml deleted file mode 100644 index 138cb7705..000000000 --- a/sci-biology/artemis/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - - - sci-biology@gentoo.org - Gentoo Biology Project - -