commit:     07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 16:32:16 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:32:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07aa50ed

sci-chemistry/massxpert: Remove last-rited package

Closes: https://bugs.gentoo.org/645436

 profiles/package.mask                              |  5 --
 sci-chemistry/massxpert/Manifest                   |  1 -
 .../massxpert/files/massxpert-3.4.0-gentoo.patch   | 91 ----------------------
 sci-chemistry/massxpert/massxpert-3.4.0.ebuild     | 52 -------------
 sci-chemistry/massxpert/metadata.xml               | 11 ---
 5 files changed, 160 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 84bad4535af..b697a5e6659 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -572,11 +572,6 @@ net-fs/smbtatools
 # Masked for removal in 30 days. Bug 644412
 media-sound/qmpdclient
 
-# Andreas Sturmlechner <ast...@gentoo.org> (04 Mar 2018)
-# Dead upstream, depends on deprecated Qt4.
-# Masked for removal in 30 days. Bug 645436
-sci-chemistry/massxpert
-
 # Andreas K. Hüttel <dilfri...@gentoo.org> (03 Mar 2018)
 # Fails to build without rpc support in glibc (bug 631044);
 # no maintainer, requires obsolete hardware. Removal in

diff --git a/sci-chemistry/massxpert/Manifest b/sci-chemistry/massxpert/Manifest
deleted file mode 100644
index 9e20357a565..00000000000
--- a/sci-chemistry/massxpert/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST massxpert-3.4.0.tar.bz2 16544044 BLAKE2B 
3fd6c6d865632b585521c52bb79be7c929aa2b03b7b7863b42e71a010e6ea5b1f97d36584e5315408380af3f2968ae72d73bfa6163a0a80d484b8867d0a33c56
 SHA512 
50e8eaab145ab7fa225725b113d6840168b88db7d2ee194b176bc88eabf4f44c20f8dc0680986d659de1f94f2e0c6ae10d54e17e2d8b3b5aa6a9a9bf57a508de

diff --git a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch 
b/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
deleted file mode 100644
index fc0fc4f606c..00000000000
--- a/sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch
+++ /dev/null
@@ -1,91 +0,0 @@
- CMakeLists.txt                   | 20 ++++----------------
- gui/configurationSettingsDlg.cpp | 10 ++++------
- 2 files changed, 8 insertions(+), 22 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fec954b..b87d157 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -24,10 +24,10 @@ SET (CMAKE_VERBOSE_MAKEFILE ON)
- #############################################################
- # Enable warnings and treat them as errors, on GNU/Linux only
- IF (UNIX)
--  SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall -Werror.")
-+  SET (PEDANTIC TRUE CACHE BOOL "Should we compile with -Wall.")
-   
-   IF (PEDANTIC)
--    ADD_DEFINITIONS (-Wall -Werror)
-+    ADD_DEFINITIONS (-Wall)
-   ENDIF (PEDANTIC)
- ENDIF (UNIX)
- 
-@@ -64,12 +64,12 @@ IF (UNIX AND NOT APPLE)
-   # Plugin-specific stuff, some distros set CMAKE_INSTALL_LIBDIR to
-   # /usr/lib64 (Fedora64, for example)
-   IF (NOT CMAKE_INSTALL_LIBDIR)
--    SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)
-+    SET (CMAKE_INSTALL_LIBDIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})
-   ENDIF (NOT CMAKE_INSTALL_LIBDIR)
-   SET (MASSXPERT_PLUGIN_DIR ${CMAKE_INSTALL_LIBDIR}/massxpert/plugins)
- 
-   SET (MASSXPERT_LOCALE_DIR ${CMAKE_INSTALL_PREFIX}/share/massxpert/locales)
--  SET (MASSXPERT_DOC_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/massxpert)
-+  SET (MASSXPERT_DOC_DIR 
${CMAKE_INSTALL_PREFIX}/share/doc/massxpert-${VERSION})
-   SET (MASSXPERT_USERMAN_DIR ${MASSXPERT_DOC_DIR}/usermanual)
- ENDIF (UNIX AND NOT APPLE)
- 
-@@ -144,10 +144,6 @@ IF (${BUILD_PROGRAM})
-   ###############
-   # install stuff
- 
--  # The license file
--  INSTALL (FILES COPYING
--    DESTINATION ${MASSXPERT_DOC_DIR})
--
-   # The desktop file
-   IF (UNIX AND NOT APPLE)
-     INSTALL (FILES massxpert.desktop
-@@ -185,10 +181,6 @@ IF (${BUILD_DATA})
-   ###############
-   # install stuff
-   
--  # The license file
--  INSTALL (FILES COPYING
--    DESTINATION ${MASSXPERT_DOC_DIR})
--  
-   # The manual pages (data)
-   IF (UNIX AND NOT APPLE)
-     INSTALL (FILES massxpert-data.7
-@@ -219,10 +211,6 @@ IF (${BUILD_USERMANUAL})
-   ###############
-   # install stuff
-   
--  # The license file
--  INSTALL (FILES COPYING
--    DESTINATION ${MASSXPERT_DOC_DIR})
--  
-   # The manual pages (user manual)
-   IF (UNIX AND NOT APPLE)
-     INSTALL (FILES massxpert-doc.7
-diff --git a/gui/configurationSettingsDlg.cpp 
b/gui/configurationSettingsDlg.cpp
-index bf595d5..82cad21 100644
---- a/gui/configurationSettingsDlg.cpp
-+++ b/gui/configurationSettingsDlg.cpp
-@@ -309,13 +309,11 @@ namespace massXpert
-   bool 
-   ConfigurationSettingsDlg::checkLocalizationDir(const QDir &dir)
-   {
--    // At the moment there is the french translation: massxpert_fr.qm
-+    // Gentoo provides optional installing of translations.
-+    // If you decide not to have translations, then this check
-+    // would fail.
- 
--    QString filePath(dir.absolutePath() +
--                    QDir::separator() +
--                    "massxpert_fr.qm");
--    
--    return QFile::exists(filePath);
-+    return true;
-   }
-   
- 

diff --git a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild 
b/sci-chemistry/massxpert/massxpert-3.4.0.ebuild
deleted file mode 100644
index d1fd657bcf7..00000000000
--- a/sci-chemistry/massxpert/massxpert-3.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Software suite to predict/analyze mass spectrometric data on 
(bio)polymers"
-HOMEPAGE="http://massxpert.org";
-SRC_URI="http://download.tuxfamily.org/${PN}/source/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc"
-
-RDEPEND="dev-qt/qtsvg:4[debug?]"
-DEPEND="${DEPEND}
-       doc? ( virtual/latex-base )"
-
-PATCHES=( "${FILESDIR}/${P}-gentoo.patch" )
-MASSXPERT_LANGS="fr"
-
-src_prepare() {
-       cmake-utils_src_prepare
-
-       local langs=
-       for lingua in ${LINGUAS}; do
-               if has ${lingua} ${MASSXPERT_LANGS}; then
-                       langs="${langs} ${PN}_${lingua}.qm"
-               fi
-       done
-
-       sed -i -e "s/\(SET (massxpert_TRANSLATIONS \).*/\1${langs})/" \
-               gui/CMakeLists.txt || die "setting up translations failed"
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_PROGRAM=1
-               -DBUILD_DATA=1
-       )
-       use doc && mycmakeargs+=( -DBUILD_USERMANUAL=1 )
-
-       cmake-utils_src_configure
-}
-
-src_install() {
-       cmake-utils_src_install
-       doicon "gui/images/${PN}-icon-32.xpm"
-       dodoc TODO
-}

diff --git a/sci-chemistry/massxpert/metadata.xml 
b/sci-chemistry/massxpert/metadata.xml
deleted file mode 100644
index 33ffde3e6f9..00000000000
--- a/sci-chemistry/massxpert/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-  <longdescription lang="en">
-Prediction and analysis of mass spectrometric data for proteomic projects.
-</longdescription>
-</pkgmetadata>

Reply via email to