Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/massxpert/files/, profiles/, sci-chemistry/massxpert/
Date: Tue, 03 Apr 2018 16:34:28
Message-Id: 1522773136.07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8.asturm@gentoo
1 commit: 07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 16:32:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 16:32:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aa50ed
7
8 sci-chemistry/massxpert: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/645436
11
12 profiles/package.mask | 5 --
13 sci-chemistry/massxpert/Manifest | 1 -
14 .../massxpert/files/massxpert-3.4.0-gentoo.patch | 91 ----------------------
15 sci-chemistry/massxpert/massxpert-3.4.0.ebuild | 52 -------------
16 sci-chemistry/massxpert/metadata.xml | 11 ---
17 5 files changed, 160 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 84bad4535af..b697a5e6659 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -572,11 +572,6 @@ net-fs/smbtatools
24 # Masked for removal in 30 days. Bug 644412
25 media-sound/qmpdclient
26
27 -# Andreas Sturmlechner <asturm@g.o> (04 Mar 2018)
28 -# Dead upstream, depends on deprecated Qt4.
29 -# Masked for removal in 30 days. Bug 645436
30 -sci-chemistry/massxpert
31 -
32 # Andreas K. Hüttel <dilfridge@g.o> (03 Mar 2018)
33 # Fails to build without rpc support in glibc (bug 631044);
34 # no maintainer, requires obsolete hardware. Removal in
35
36 diff --git a/sci-chemistry/massxpert/Manifest b/sci-chemistry/massxpert/Manifest
37 deleted file mode 100644
38 index 9e20357a565..00000000000
39 --- a/sci-chemistry/massxpert/Manifest
40 +++ /dev/null
41 @@ -1 +0,0 @@
42 -DIST massxpert-3.4.0.tar.bz2 16544044 BLAKE2B 3fd6c6d865632b585521c52bb79be7c929aa2b03b7b7863b42e71a010e6ea5b1f97d36584e5315408380af3f2968ae72d73bfa6163a0a80d484b8867d0a33c56 SHA512 50e8eaab145ab7fa225725b113d6840168b88db7d2ee194b176bc88eabf4f44c20f8dc0680986d659de1f94f2e0c6ae10d54e17e2d8b3b5aa6a9a9bf57a508de
43
44 diff --git a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch b/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
45 deleted file mode 100644
46 index fc0fc4f606c..00000000000
47 --- a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
48 +++ /dev/null
49 @@ -1,91 +0,0 @@
50 - CMakeLists.txt | 20 ++++----------------
51 - gui/configurationSettingsDlg.cpp | 10 ++++------
52 - 2 files changed, 8 insertions(+), 22 deletions(-)
53 -
54 -diff --git a/CMakeLists.txt b/CMakeLists.txt
55 -index fec954b..b87d157 100644
56 ---- a/CMakeLists.txt
57 -+++ b/CMakeLists.txt
58 -@@ -24,10 +24,10 @@ SET (CMAKE_VERBOSE_MAKEFILE ON)
59 - #############################################################
60 - # Enable warnings and treat them as errors, on GNU/Linux only
61 - IF (UNIX)
62 -- SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall -Werror.")
63 -+ SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall.")
64 -
65 - IF (PEDANTIC)
66 -- ADD_DEFINITIONS (-Wall -Werror)
67 -+ ADD_DEFINITIONS (-Wall)
68 - ENDIF (PEDANTIC)
69 - ENDIF (UNIX)
70 -
71 -@@ -64,12 +64,12 @@ IF (UNIX AND NOT APPLE)
72 - # Plugin-specific stuff, some distros set CMAKE_INSTALL_LIBDIR to
73 - # /usr/lib64 (Fedora64, for example)
74 - IF (NOT CMAKE_INSTALL_LIBDIR)
75 -- SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)
76 -+ SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
77 - ENDIF (NOT CMAKE_INSTALL_LIBDIR)
78 - SET (MASSXPERT_PLUGIN_DIR ${CMAKE_INSTALL_LIBDIR}/massxpert/plugins)
79 -
80 - SET (MASSXPERT_LOCALE_DIR ${CMAKE_INSTALL_PREFIX}/share/massxpert/locales)
81 -- SET (MASSXPERT_DOC_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/massxpert)
82 -+ SET (MASSXPERT_DOC_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/massxpert-${VERSION})
83 - SET (MASSXPERT_USERMAN_DIR ${MASSXPERT_DOC_DIR}/usermanual)
84 - ENDIF (UNIX AND NOT APPLE)
85 -
86 -@@ -144,10 +144,6 @@ IF (${BUILD_PROGRAM})
87 - ###############
88 - # install stuff
89 -
90 -- # The license file
91 -- INSTALL (FILES COPYING
92 -- DESTINATION ${MASSXPERT_DOC_DIR})
93 --
94 - # The desktop file
95 - IF (UNIX AND NOT APPLE)
96 - INSTALL (FILES massxpert.desktop
97 -@@ -185,10 +181,6 @@ IF (${BUILD_DATA})
98 - ###############
99 - # install stuff
100 -
101 -- # The license file
102 -- INSTALL (FILES COPYING
103 -- DESTINATION ${MASSXPERT_DOC_DIR})
104 --
105 - # The manual pages (data)
106 - IF (UNIX AND NOT APPLE)
107 - INSTALL (FILES massxpert-data.7
108 -@@ -219,10 +211,6 @@ IF (${BUILD_USERMANUAL})
109 - ###############
110 - # install stuff
111 -
112 -- # The license file
113 -- INSTALL (FILES COPYING
114 -- DESTINATION ${MASSXPERT_DOC_DIR})
115 --
116 - # The manual pages (user manual)
117 - IF (UNIX AND NOT APPLE)
118 - INSTALL (FILES massxpert-doc.7
119 -diff --git a/gui/configurationSettingsDlg.cpp b/gui/configurationSettingsDlg.cpp
120 -index bf595d5..82cad21 100644
121 ---- a/gui/configurationSettingsDlg.cpp
122 -+++ b/gui/configurationSettingsDlg.cpp
123 -@@ -309,13 +309,11 @@ namespace massXpert
124 - bool
125 - ConfigurationSettingsDlg::checkLocalizationDir(const QDir &dir)
126 - {
127 -- // At the moment there is the french translation: massxpert_fr.qm
128 -+ // Gentoo provides optional installing of translations.
129 -+ // If you decide not to have translations, then this check
130 -+ // would fail.
131 -
132 -- QString filePath(dir.absolutePath() +
133 -- QDir::separator() +
134 -- "massxpert_fr.qm");
135 --
136 -- return QFile::exists(filePath);
137 -+ return true;
138 - }
139 -
140 -
141
142 diff --git a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild b/sci-chemistry/massxpert/massxpert-3.4.0.ebuild
143 deleted file mode 100644
144 index d1fd657bcf7..00000000000
145 --- a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild
146 +++ /dev/null
147 @@ -1,52 +0,0 @@
148 -# Copyright 1999-2018 Gentoo Foundation
149 -# Distributed under the terms of the GNU General Public License v2
150 -
151 -EAPI=5
152 -
153 -inherit cmake-utils
154 -
155 -DESCRIPTION="Software suite to predict/analyze mass spectrometric data on (bio)polymers"
156 -HOMEPAGE="http://massxpert.org"
157 -SRC_URI="http://download.tuxfamily.org/${PN}/source/${P}.tar.bz2"
158 -
159 -LICENSE="GPL-3"
160 -SLOT="0"
161 -KEYWORDS="~amd64 ~x86"
162 -IUSE="debug doc"
163 -
164 -RDEPEND="dev-qt/qtsvg:4[debug?]"
165 -DEPEND="${DEPEND}
166 - doc? ( virtual/latex-base )"
167 -
168 -PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )
169 -MASSXPERT_LANGS="fr"
170 -
171 -src_prepare() {
172 - cmake-utils_src_prepare
173 -
174 - local langs=
175 - for lingua in ${LINGUAS}; do
176 - if has ${lingua} ${MASSXPERT_LANGS}; then
177 - langs="${langs} ${PN}_${lingua}.qm"
178 - fi
179 - done
180 -
181 - sed -i -e "s/\(SET (massxpert_TRANSLATIONS \).*/\1${langs})/" \
182 - gui/CMakeLists.txt || die "setting up translations failed"
183 -}
184 -
185 -src_configure() {
186 - local mycmakeargs=(
187 - -DBUILD_PROGRAM=1
188 - -DBUILD_DATA=1
189 - )
190 - use doc && mycmakeargs+=( -DBUILD_USERMANUAL=1 )
191 -
192 - cmake-utils_src_configure
193 -}
194 -
195 -src_install() {
196 - cmake-utils_src_install
197 - doicon "gui/images/${PN}-icon-32.xpm"
198 - dodoc TODO
199 -}
200
201 diff --git a/sci-chemistry/massxpert/metadata.xml b/sci-chemistry/massxpert/metadata.xml
202 deleted file mode 100644
203 index 33ffde3e6f9..00000000000
204 --- a/sci-chemistry/massxpert/metadata.xml
205 +++ /dev/null
206 @@ -1,11 +0,0 @@
207 -<?xml version="1.0" encoding="UTF-8"?>
208 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
209 -<pkgmetadata>
210 - <maintainer type="project">
211 - <email>sci-chemistry@g.o</email>
212 - <name>Gentoo Chemistry Project</name>
213 - </maintainer>
214 - <longdescription lang="en">
215 -Prediction and analysis of mass spectrometric data for proteomic projects.
216 -</longdescription>
217 -</pkgmetadata>