summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-03 18:29:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-03 18:29:16 +0200
commitcbeef3ae5f4eda2beb61d4f6fce3923c1a6f9163 (patch)
treebe702baf972575b98470c8a21f0b8a89c83c9a2f
parentnet-analyzer/gr-fosphor: Drop USE=qt4 (diff)
downloadgentoo-cbeef3ae5f4eda2beb61d4f6fce3923c1a6f9163.tar.gz
gentoo-cbeef3ae5f4eda2beb61d4f6fce3923c1a6f9163.tar.bz2
gentoo-cbeef3ae5f4eda2beb61d4f6fce3923c1a6f9163.zip
sci-chemistry/PyMca: Remove last-rited package
Closes: https://bugs.gentoo.org/649094 Closes: https://bugs.gentoo.org/645218
-rw-r--r--profiles/package.mask6
-rw-r--r--sci-chemistry/PyMca/Manifest1
-rw-r--r--sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild40
-rw-r--r--sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch16
-rw-r--r--sci-chemistry/PyMca/metadata.xml22
5 files changed, 0 insertions, 85 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 28299b127344..0ce1e75d18b9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -582,12 +582,6 @@ sci-chemistry/massxpert
# Masked for removal in 30 days. Bug 514438, 644522
sci-chemistry/gsim
-# Andreas Sturmlechner <asturm@gentoo.org> (04 Mar 2018)
-# Depends on deprecated dev-python/pyqwt, blocks Qt4 removal.
-# Masked for removal in 30 days unless someone bumps to 5.2.2.
-# Bug 645218, 649094
-sci-chemistry/PyMca
-
# Andreas K. Hüttel <dilfridge@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/PyMca/Manifest b/sci-chemistry/PyMca/Manifest
deleted file mode 100644
index 747530c0e02a..000000000000
--- a/sci-chemistry/PyMca/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymca4.6.2-src.tgz 15979581 BLAKE2B 62b5ec700f9e55bf0153d8aa731c1139035676e6adec34b1a69da9cb2a48f2b7bedb41595e49deddd740002bf806ecfca2a0ed4132cb588762c62aabadcc3e97 SHA512 e33188b446c399e50cf65ebca4bfeef34e1b7d99c331f670dc41ca204284fbba996a1c83bd12a2410a9972927aa9c92b42b5374c58c924b3a8583d4f37be6528
diff --git a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild b/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
deleted file mode 100644
index 1f2caf4c70f0..000000000000
--- a/sci-chemistry/PyMca/PyMca-4.6.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PV="${PV/_}"
-
-DESCRIPTION="X-ray Fluorescence Toolkit"
-HOMEPAGE="http://pymca.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/pymca/pymca/${PN}${PV/_p1}/pymca${MY_PV}-src.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="X hdf5 matplotlib"
-
-DEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pyopengl[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- virtual/opengl
- X? (
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyqwt[${PYTHON_USEDEP}]
- )
- hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${PN}${MY_PV}"
-
-python_prepare_all() {
- local PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
- export SPECFILE_USE_GNU_SOURCE=1
- distutils-r1_python_prepare_all
-}
diff --git a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch b/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
deleted file mode 100644
index 81dfaf038fa6..000000000000
--- a/sci-chemistry/PyMca/files/PyMca-4.6.2-gentoo.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0a77cdf..e7ba643 100644
---- a/setup.py
-+++ b/setup.py
-@@ -55,7 +55,7 @@ packages = ['PyMca','PyMca.PyMcaPlugins', 'PyMca.tests']
- py_modules = []
-
- # Specify all the required PyMca data
--data_files = [(PYMCA_DATA_DIR, ['LICENSE.GPL',
-+data_files = [(PYMCA_DATA_DIR, [
- 'PyMca/PyMcaData/Scofield1973.dict',
- 'changelog.txt',
- 'PyMca/PyMcaData/McaTheory.cfg',
diff --git a/sci-chemistry/PyMca/metadata.xml b/sci-chemistry/PyMca/metadata.xml
deleted file mode 100644
index 4067b2f8b26a..000000000000
--- a/sci-chemistry/PyMca/metadata.xml
+++ /dev/null
@@ -1,22 +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>
-The PyMca Toolkit is a collection of Python tools for visualization and
-analysis of energy-dispersive X-ray fluorescence data. It builds its graphic
-interface and plotting routines on top of the C++ libraries Qt and Qwt
-through their respective Python bindings PyQt and PyQwt. Nevertheless,
-the data analysis routines can be used independently of any graphical
-interface.
-</longdescription>
- <use>
- <flag name="matplotlib">Support for plotting through matplotlib</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">pymca</remote-id>
- </upstream>
-</pkgmetadata>