commit: ae9e34b4e9c8032f5845eb36ee53497f46f008f5 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 08:56:55 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 08:56:55 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ae9e34b4
sci-biology/minced: treeclean Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> sci-biology/minced/metadata.xml | 15 --------------- sci-biology/minced/minced-0.4.2.ebuild | 23 ----------------------- 2 files changed, 38 deletions(-) diff --git a/sci-biology/minced/metadata.xml b/sci-biology/minced/metadata.xml deleted file mode 100644 index f7601e7b0..000000000 --- a/sci-biology/minced/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>mmokr...@fold.natur.cuni.cz</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>sci-biol...@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">ctSkennerton/minced</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-biology/minced/minced-0.4.2.ebuild b/sci-biology/minced/minced-0.4.2.ebuild deleted file mode 100644 index b9845e859..000000000 --- a/sci-biology/minced/minced-0.4.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Short Palindromic Repeat finder tool (for CRISPRs)" -HOMEPAGE="https://github.com/ctSkennerton/minced" -SRC_URI="https://github.com/ctSkennerton/minced/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7" - -src_install(){ - java-pkg_dojar minced.jar - java-pkg_dolauncher - einstalldocs -}