Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mars/, profiles/
Date: Mon, 30 Aug 2021 17:39:28
Message-Id: 1630345127.e2702784fbb9022078bf33fb1d340fe63b09631d.jsmolic@gentoo
1 commit: e2702784fbb9022078bf33fb1d340fe63b09631d
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 17:14:30 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 17:38:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2702784
7
8 sci-chemistry/mars: Remove last-rited package
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 sci-chemistry/mars/Manifest | 1 -
14 sci-chemistry/mars/mars-1.2.ebuild | 43 --------------------------------------
15 sci-chemistry/mars/metadata.xml | 8 -------
16 4 files changed, 53 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index 2d85a7f8cfd..9a9c7dde826 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -287,7 +287,6 @@ sci-libs/sktime
23 sci-biology/ncbi-tools
24 sci-biology/njplot
25 sci-biology/psipred
26 -sci-chemistry/mars
27
28 # Andreas K. Hüttel <dilfridge@g.o> (2021-07-31)
29 # Obsolete; all versions in current Perl core distributions
30
31 diff --git a/sci-chemistry/mars/Manifest b/sci-chemistry/mars/Manifest
32 deleted file mode 100644
33 index dfe88f47338..00000000000
34 --- a/sci-chemistry/mars/Manifest
35 +++ /dev/null
36 @@ -1 +0,0 @@
37 -DIST mars-1.2_linux.tar.gz 2058733 BLAKE2B 3ca8c636e619313c5462b4deda1f1c34b64574d869bd285c2a07cf7a1e36103a38d2a3401a29ef50f1e97478f1d8a5a3eab01a70aa410fd953a8d6261d14595a SHA512 ba7ec4e94cf5918d22405022c75feabf3e5b345d96075eabf50eb24857101575bb41d15e5686822c2b2f25ba554aa7d7a2b65122dd47304939234a4a884ae4d2
38
39 diff --git a/sci-chemistry/mars/mars-1.2.ebuild b/sci-chemistry/mars/mars-1.2.ebuild
40 deleted file mode 100644
41 index 58667bc6dd8..00000000000
42 --- a/sci-chemistry/mars/mars-1.2.ebuild
43 +++ /dev/null
44 @@ -1,43 +0,0 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=7
49 -
50 -MY_P="${P}_linux"
51 -
52 -DESCRIPTION="Robust automatic backbone assignment of proteins"
53 -HOMEPAGE="http://www.mpibpc.mpg.de/groups/zweckstetter/_links/software_mars.htm"
54 -SRC_URI="http://www.mpibpc.mpg.de/groups/zweckstetter/_software_files/_${PN}/${MY_P}.tar.gz"
55 -
56 -LICENSE="all-rights-reserved"
57 -SLOT="0"
58 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
59 -IUSE="examples"
60 -RESTRICT=mirror
61 -
62 -RDEPEND="sci-biology/psipred"
63 -
64 -S="${WORKDIR}/${MY_P}"
65 -
66 -QA_PREBUILT="opt/mars/*"
67 -
68 -src_install() {
69 - dobin bin/runmars*
70 -
71 - exeinto /opt/${PN}/
72 - doexe bin/{${PN},calcJC-S2,runmars*,*.awk} *.awk
73 -
74 - insinto /opt/${PN}/
75 - doins bin/*.{tab,txt}
76 -
77 - if use examples; then
78 - insinto /usr/share/${PN}/
79 - doins -r examples
80 - fi
81 -
82 - cat >> "${T}"/23mars <<- EOF || die
83 - MARSHOME="${EPREFIX}/opt/${PN}"
84 - EOF
85 -
86 - doenvd "${T}"/23mars
87 -}
88
89 diff --git a/sci-chemistry/mars/metadata.xml b/sci-chemistry/mars/metadata.xml
90 deleted file mode 100644
91 index 8937bad0b17..00000000000
92 --- a/sci-chemistry/mars/metadata.xml
93 +++ /dev/null
94 @@ -1,8 +0,0 @@
95 -<?xml version="1.0" encoding="UTF-8"?>
96 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
97 -<pkgmetadata>
98 - <maintainer type="project">
99 - <email>sci-chemistry@g.o</email>
100 - <name>Gentoo Chemistry Project</name>
101 - </maintainer>
102 -</pkgmetadata>