commit:     e2702784fbb9022078bf33fb1d340fe63b09631d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 17:14:30 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 17:38:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2702784

sci-chemistry/mars: Remove last-rited package

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask              |  1 -
 sci-chemistry/mars/Manifest        |  1 -
 sci-chemistry/mars/mars-1.2.ebuild | 43 --------------------------------------
 sci-chemistry/mars/metadata.xml    |  8 -------
 4 files changed, 53 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2d85a7f8cfd..9a9c7dde826 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -287,7 +287,6 @@ sci-libs/sktime
 sci-biology/ncbi-tools
 sci-biology/njplot
 sci-biology/psipred
-sci-chemistry/mars
 
 # Andreas K. Hüttel <dilfri...@gentoo.org> (2021-07-31)
 # Obsolete; all versions in current Perl core distributions

diff --git a/sci-chemistry/mars/Manifest b/sci-chemistry/mars/Manifest
deleted file mode 100644
index dfe88f47338..00000000000
--- a/sci-chemistry/mars/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mars-1.2_linux.tar.gz 2058733 BLAKE2B 
3ca8c636e619313c5462b4deda1f1c34b64574d869bd285c2a07cf7a1e36103a38d2a3401a29ef50f1e97478f1d8a5a3eab01a70aa410fd953a8d6261d14595a
 SHA512 
ba7ec4e94cf5918d22405022c75feabf3e5b345d96075eabf50eb24857101575bb41d15e5686822c2b2f25ba554aa7d7a2b65122dd47304939234a4a884ae4d2

diff --git a/sci-chemistry/mars/mars-1.2.ebuild 
b/sci-chemistry/mars/mars-1.2.ebuild
deleted file mode 100644
index 58667bc6dd8..00000000000
--- a/sci-chemistry/mars/mars-1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P}_linux"
-
-DESCRIPTION="Robust automatic backbone assignment of proteins"
-HOMEPAGE="http://www.mpibpc.mpg.de/groups/zweckstetter/_links/software_mars.htm";
-SRC_URI="http://www.mpibpc.mpg.de/groups/zweckstetter/_software_files/_${PN}/${MY_P}.tar.gz";
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-RESTRICT=mirror
-
-RDEPEND="sci-biology/psipred"
-
-S="${WORKDIR}/${MY_P}"
-
-QA_PREBUILT="opt/mars/*"
-
-src_install() {
-       dobin bin/runmars*
-
-       exeinto /opt/${PN}/
-       doexe bin/{${PN},calcJC-S2,runmars*,*.awk} *.awk
-
-       insinto /opt/${PN}/
-       doins bin/*.{tab,txt}
-
-       if use examples; then
-               insinto /usr/share/${PN}/
-               doins -r examples
-       fi
-
-       cat >> "${T}"/23mars <<- EOF || die
-               MARSHOME="${EPREFIX}/opt/${PN}"
-       EOF
-
-       doenvd "${T}"/23mars
-}

diff --git a/sci-chemistry/mars/metadata.xml b/sci-chemistry/mars/metadata.xml
deleted file mode 100644
index 8937bad0b17..00000000000
--- a/sci-chemistry/mars/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>sci-chemis...@gentoo.org</email>
-    <name>Gentoo Chemistry Project</name>
-  </maintainer>
-</pkgmetadata>

Reply via email to