commit: 35cbfb41f02b7835601675bbba8b5ddf0338bb0a Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun May 14 04:17:08 2023 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun May 14 04:17:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=35cbfb41
sci-biology/BlastToSam: treeclean Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/BlastToSam/BlastToSam-1.1.ebuild | 32 ---------------------------- sci-biology/BlastToSam/metadata.xml | 15 ------------- 2 files changed, 47 deletions(-) diff --git a/sci-biology/BlastToSam/BlastToSam-1.1.ebuild b/sci-biology/BlastToSam/BlastToSam-1.1.ebuild deleted file mode 100644 index 775889330..000000000 --- a/sci-biology/BlastToSam/BlastToSam-1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 java-pkg-2 java-ant-2 - -DESCRIPTION="Convert NCBI BLAST+ Pairwise/XML (-outfmt 0 or 5) output to SAM v1.4" -HOMEPAGE="https://github.com/AstrorEnales/BlastToSam" -EGIT_REPO_URI="https://github.com/AstrorEnales/BlastToSam.git" -EGIT_COMMIT="8f543ff1640b64e44701cb534e2959ff46469b2e" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=virtual/jre-1.5:*" -DEPEND="${RDEPEND} - >=virtual/jdk-1.5:* - dev-java/ant-core - dev-java/jython -" - -src_compile() { - ant compile || die -} - -src_install() { - java-pkg_dojar build/jar/BlastToSam.jar - java-pkg_dolauncher - dodoc README.md -} diff --git a/sci-biology/BlastToSam/metadata.xml b/sci-biology/BlastToSam/metadata.xml deleted file mode 100644 index 5a3c7d51d..000000000 --- a/sci-biology/BlastToSam/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">AstrorEnales/BlastToSam</remote-id> - </upstream> -</pkgmetadata>
