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/numbat/files/, sci-chemistry/numbat/, profiles/
Date: Mon, 29 Aug 2022 08:07:53
Message-Id: 1661760442.5f26b5938812d41ebfd3712a9c59ba8a49f13d1b.jsmolic@gentoo
1 commit: 5f26b5938812d41ebfd3712a9c59ba8a49f13d1b
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 08:06:35 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:07:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f26b593
7
8 sci-chemistry/numbat: treeclean
9
10 Closes: https://bugs.gentoo.org/862486
11 Closes: https://bugs.gentoo.org/583038
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 profiles/package.mask | 5 --
15 sci-chemistry/numbat/Manifest | 1 -
16 .../numbat/files/numbat-0.999-gnuplot.patch | 42 ----------------
17 sci-chemistry/numbat/metadata.xml | 19 --------
18 sci-chemistry/numbat/numbat-0.999-r2.ebuild | 56 ----------------------
19 5 files changed, 123 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index 802fbdab5660..e081bb867239 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -291,11 +291,6 @@ dev-qt/qtwebsockets:6
26 # Removal in 30 days (Bug #)
27 <net-analyzer/suricata-6.0.0
28
29 -# Matthew Smith <matthew@g.o> (2022-07-31)
30 -# No updates since 2010, dead homepage, and incompatible with newer
31 -# sci-libs/gsl. Bug #862486. Removal on 2022-08-31.
32 -sci-chemistry/numbat
33 -
34 # Marek Szuba <marecki@g.o> (2022-07-13)
35 # Upstream has switched from CMake to hand-crafted Makefiles (yes, TO them),
36 # which have seriously messed up dependency handling and trigger several
37
38 diff --git a/sci-chemistry/numbat/Manifest b/sci-chemistry/numbat/Manifest
39 deleted file mode 100644
40 index 961584beeaaa..000000000000
41 --- a/sci-chemistry/numbat/Manifest
42 +++ /dev/null
43 @@ -1 +0,0 @@
44 -DIST Numbat-0.999.tar.gz 1791471 BLAKE2B 7f6536533fdf6bc3860dc1a7c03ade4896e782c5ecadf1c6a7d70896f4c6ef9f0571796c171012497d7b47b3342c215a5302ed210d7dde3ecdbef170c3f55dbc SHA512 0887f77905bbb476b0d12a7015d5d5745023740acc974ea9cd452de7d38a75a92e6090015127588b38ba62353d38c2be20f57be5df3011b51050c4934dfd206c
45
46 diff --git a/sci-chemistry/numbat/files/numbat-0.999-gnuplot.patch b/sci-chemistry/numbat/files/numbat-0.999-gnuplot.patch
47 deleted file mode 100644
48 index 942f5871e50b..000000000000
49 --- a/sci-chemistry/numbat/files/numbat-0.999-gnuplot.patch
50 +++ /dev/null
51 @@ -1,42 +0,0 @@
52 - src/error_analysis.c | 20 ++++++++++----------
53 - 1 file changed, 10 insertions(+), 10 deletions(-)
54 -
55 -diff --git a/src/error_analysis.c b/src/error_analysis.c
56 -index eb86a6f..c0edf5f 100644
57 ---- a/src/error_analysis.c
58 -+++ b/src/error_analysis.c
59 -@@ -848,11 +848,11 @@ void write_sanson_mac(FILE * F, char * name_plot, char * name_world, int number_
60 - }
61 -
62 - fprintf(F, "reset\n");
63 -- fprintf(F, "set noxtics\n");
64 -- fprintf(F, "set noytics\n");
65 -+ fprintf(F, "unset xtics\n");
66 -+ fprintf(F, "unset ytics\n");
67 - fprintf(F, "set angles degrees\n");
68 -- fprintf(F, "set nogrid\n");
69 -- fprintf(F, "set noborder\n");
70 -+ fprintf(F, "unset grid\n");
71 -+ fprintf(F, "unset border\n");
72 - //fprintf(F, "width=40\n");
73 - //fprintf(F, "height=width*(3./4.)\n");
74 - //fprintf(F, "set xrange [-width : width]\n");
75 -@@ -867,12 +867,12 @@ void write_sanson_mac(FILE * F, char * name_plot, char * name_world, int number_
76 - fprintf(F, "YC(lat,lon)=(lon-long0)*cos(lat)\n");
77 - fprintf(F, "plot '%s' using (YC($2,$1)):(XC($2,$1)) t '' with lines lw 0.1 lt -1", name_world);
78 - for(i = 0; i < number_of_tensor; i++){
79 -- fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points %d", name_plot,
80 -- 6*i+2, 6*i+1, 6*i+2, 6*i+1, 3*i+1);
81 -- fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points %d", name_plot,
82 -- 6*i+4, 6*i+3, 6*i+4, 6*i+3, 3*i+2);
83 -- fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points %d", name_plot,
84 -- 6*i+6, 6*i+5, 6*i+6, 6*i+5, 3*i+3);
85 -+ fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points", name_plot,
86 -+ 6*i+2, 6*i+1, 6*i+2, 6*i+1);
87 -+ fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points", name_plot,
88 -+ 6*i+4, 6*i+3, 6*i+4, 6*i+3);
89 -+ fprintf(F, ", '%s' using (YC($%d,$%d)):(XC($%d,$%d)) t '' with points", name_plot,
90 -+ 6*i+6, 6*i+5, 6*i+6, 6*i+5);
91 - }
92 - fprintf(F, "\n");
93 - //fprintf(F, "pause 2\n");
94
95 diff --git a/sci-chemistry/numbat/metadata.xml b/sci-chemistry/numbat/metadata.xml
96 deleted file mode 100644
97 index 273753c203e5..000000000000
98 --- a/sci-chemistry/numbat/metadata.xml
99 +++ /dev/null
100 @@ -1,19 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <maintainer type="project">
105 - <email>sci-chemistry@g.o</email>
106 - <name>Gentoo Chemistry Project</name>
107 - </maintainer>
108 - <longdescription>
109 -Numbat is a user friendly software that fits dX-tensor to a set of PCS
110 -measurements and a structure from a PDB file. It has also been designed to
111 -assist in the semi automatic process of PCS assignment. A detailed description
112 -of the software can be found in this publication:
113 -
114 -Christophe Schmitz, Mitchell J. Stanton-Cook, Xun-Cheng Su, Gottfried Otting,
115 -and Thomas Huber (2008). Numbat: an interactive software tool for fitting
116 -Δχ-tensors to molecular coordinates using pseudocontact shifts. Journal of
117 -Biomolecular NMR. 41:179-189.
118 -</longdescription>
119 -</pkgmetadata>
120
121 diff --git a/sci-chemistry/numbat/numbat-0.999-r2.ebuild b/sci-chemistry/numbat/numbat-0.999-r2.ebuild
122 deleted file mode 100644
123 index ddfec41ed12b..000000000000
124 --- a/sci-chemistry/numbat/numbat-0.999-r2.ebuild
125 +++ /dev/null
126 @@ -1,56 +0,0 @@
127 -# Copyright 1999-2021 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=7
131 -
132 -inherit autotools
133 -
134 -MY_PN="Numbat"
135 -MY_P="${MY_PN}-${PV}"
136 -
137 -DESCRIPTION="New user-friendly method built for automatic dX-tensor determination"
138 -HOMEPAGE="http://www.nmr.chem.uu.nl/~christophe/numbat.html"
139 -SRC_URI="http://comp-bio.anu.edu.au/private/downloads/Numbat/${MY_P}.tar.gz"
140 -S="${WORKDIR}"/${MY_P}
141 -
142 -SLOT="0"
143 -LICENSE="GPL-3"
144 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
145 -
146 -DEPEND="
147 - gnome-base/libglade:2.0
148 - sci-libs/gsl:=
149 - x11-libs/gtk+:2
150 -"
151 -RDEPEND="
152 - ${DEPEND}
153 - sci-chemistry/molmol
154 - sci-chemistry/pymol
155 - sci-visualization/gnuplot
156 -"
157 -BDEPEND="virtual/pkgconfig"
158 -
159 -PATCHES=(
160 -# "${FILESDIR}"/${P}-glade.patch
161 - "${FILESDIR}"/${P}-gnuplot.patch
162 -)
163 -
164 -src_prepare() {
165 - default
166 -
167 - sed \
168 - -e '/COPYING/d' \
169 - -e "s:doc/numbat:share/doc/${PF}:g" \
170 - -i Makefile.am src/common.h || die
171 -
172 - rm missing || die
173 -
174 - emake distclean
175 - eautoreconf
176 -}
177 -
178 -src_install() {
179 - docompress -x /usr/share/doc/${PF}
180 -
181 - default
182 -}