summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-03 18:32:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-03 18:32:16 +0200
commit07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8 (patch)
treef02926910a58faf26d43faacb61958300d4fe9fe /sci-chemistry
parentsci-chemistry/gsim: Remove last-rited package (diff)
downloadgentoo-07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8.tar.gz
gentoo-07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8.tar.bz2
gentoo-07aa50ed8bf7f76a3f109c58a4d196e027fe8ee8.zip
sci-chemistry/massxpert: Remove last-rited package
Closes: https://bugs.gentoo.org/645436
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/massxpert/Manifest1
-rw-r--r--sci-chemistry/massxpert/files/massxpert-3.4.0-gentoo.patch91
-rw-r--r--sci-chemistry/massxpert/massxpert-3.4.0.ebuild52
-rw-r--r--sci-chemistry/massxpert/metadata.xml11
4 files changed, 0 insertions, 155 deletions
diff --git a/sci-chemistry/massxpert/Manifest b/sci-chemistry/massxpert/Manifest
deleted file mode 100644
index 9e20357a5655..000000000000
--- 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 fc0fc4f606cf..000000000000
--- 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 d1fd657bcf7c..000000000000
--- 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 33ffde3e6f9e..000000000000
--- 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-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription lang="en">
-Prediction and analysis of mass spectrometric data for proteomic projects.
-</longdescription>
-</pkgmetadata>