diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-08-30 19:14:30 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-08-30 19:38:47 +0200 |
commit | e2702784fbb9022078bf33fb1d340fe63b09631d (patch) | |
tree | 059a1a32fc682f4189d47691e770ad9a8cbd5eb8 /sci-chemistry | |
parent | sci-libs/rosetta-fragments: Remove last-rited package (diff) | |
download | gentoo-e2702784fbb9022078bf33fb1d340fe63b09631d.tar.gz gentoo-e2702784fbb9022078bf33fb1d340fe63b09631d.tar.bz2 gentoo-e2702784fbb9022078bf33fb1d340fe63b09631d.zip |
sci-chemistry/mars: Remove last-rited package
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mars/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/mars/mars-1.2.ebuild | 43 | ||||
-rw-r--r-- | sci-chemistry/mars/metadata.xml | 8 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-chemistry/mars/Manifest b/sci-chemistry/mars/Manifest deleted file mode 100644 index dfe88f473389..000000000000 --- 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 58667bc6dd8e..000000000000 --- 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 8937bad0b175..000000000000 --- 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-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> |