From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/
Date: Sun, 14 Jan 2018 16:09:51 +0000 (UTC) [thread overview]
Message-ID: <1515946172.144c5d9976de98154e20e9a63e817ecb3931036a.asturm@gentoo> (raw)
commit: 144c5d9976de98154e20e9a63e817ecb3931036a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 16:08:13 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 16:09:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144c5d99
sci-visualization/veusz: Qt4 cleanup, drop old
Stabilisation timeout.
Closes: https://bugs.gentoo.org/549370
Package-Manager: Portage-2.3.19, Repoman-2.3.6
sci-visualization/veusz/Manifest | 2 -
sci-visualization/veusz/metadata.xml | 1 -
sci-visualization/veusz/veusz-1.25.1.ebuild | 76 -----------------------------
sci-visualization/veusz/veusz-1.26.1.ebuild | 76 -----------------------------
4 files changed, 155 deletions(-)
diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
index f96a35b7465..730f88646d9 100644
--- a/sci-visualization/veusz/Manifest
+++ b/sci-visualization/veusz/Manifest
@@ -1,3 +1 @@
-DIST veusz-1.25.1.tar.gz 1883416 BLAKE2B 5c8b23fa12b7718f32bfd0dced5cb416151002c145b2ad126b119ee422940d22ea9c97df0262f8828d17374e9c35786772225cab7ecdbf9337aa22aad7f16134 SHA512 0820d2a2d30dd525656b4aad4d39eef1d24c7b98fd93d263974ba2dfb13e4c0d3914f4cb94b016aa1780f20f653df10ce5bf5ee59e9532f26471947565f0a560
-DIST veusz-1.26.1.tar.gz 1904197 BLAKE2B 57aebb9ec62b255153f67cd6866cf935adf59874234dbf878f432276b080f052675de7b969b30738a2426c854f2faa9f54db0e475bd51acc4cd56a49878d565f SHA512 eba9382e91c2653ded0ed409874b7c4db6309c93f5b2ff1b7d5c15fb88ab330f1d626f0a110055c7647a929bf8cad9c78886c2035a1cb5b8cc27159ae7bf481d
DIST veusz-2.1.1.tar.gz 2440253 BLAKE2B 1bfbe3bf6a026fbbd4acf5d722a1d2282331d71548650606c474c81399e8f0e8dcef643e0ab61a3eff62e111392a0668e1ae3d0bb2a76d7abc1f57e10a6e0506 SHA512 894dd12ea89671d71bd1abb2367c19d76c599c59edd302c29e5f99bbd1798fea8cb1489ca3446e8f88fedaf287fb48ee63617f928c77e4bd366a4f00a878b994
diff --git a/sci-visualization/veusz/metadata.xml b/sci-visualization/veusz/metadata.xml
index 6f5dc7659c6..143fe2727aa 100644
--- a/sci-visualization/veusz/metadata.xml
+++ b/sci-visualization/veusz/metadata.xml
@@ -15,7 +15,6 @@
<flag name="fits">Add FITS format via <pkg>dev-python/astropy</pkg></flag>
<flag name="emf">Add FITS format via <pkg>dev-python/pyemf</pkg></flag>
<flag name="minuit">Use Minuit during fitting via<pkg>dev-python/pyminuit</pkg></flag>
- <flag name="vo">Add Virtual Observatory tools via <pkg>dev-python/astropy</pkg></flag>
</use>
<upstream>
<remote-id type="pypi">veusz</remote-id>
diff --git a/sci-visualization/veusz/veusz-1.25.1.ebuild b/sci-visualization/veusz/veusz-1.25.1.ebuild
deleted file mode 100644
index 8ede2c5b7ed..00000000000
--- a/sci-visualization/veusz/veusz-1.25.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit eutils fdo-mime distutils-r1 virtualx
-
-DESCRIPTION="Qt scientific plotting package with good Postscript output"
-HOMEPAGE="http://home.gna.org/veusz/"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc emf fits hdf5 minuit vo"
-
-CDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/PyQt4-4.11.4[compat,X,svg,${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
- emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
- fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
- hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- minuit? ( dev-python/pyminuit[${PYTHON_USEDEP}] )
- vo? (
- dev-python/astropy[${PYTHON_USEDEP}]
- dev-python/sampy[$(python_gen_usedep 'python2*')]
- )"
-DEPEND="${CDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- "
-
-python_test() {
- distutils_install_for_testing
- cd tests || die
- VIRTUALX_COMMAND="${EPYTHON}" \
- VEUSZ_RESOURCE_DIR="${S}" \
- virtualmake runselftest.py
-}
-
-python_install() {
- distutils-r1_python_install
- # symlink the license, bug #341653
- rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
- mkdir -p "${D}/$(python_get_sitedir)" || die
- cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
- Please visit
-
- https://www.gnu.org/licenses/gpl-2.0.html
-
- for the full license text.
- EOF
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- use doc && dodoc Documents/manual.pdf && \
- dohtml -r Documents/{manimages,manual.html}
-
- doicon icons/veusz.png
- domenu "${FILESDIR}"/veusz.desktop
- insinto /usr/share/mime/packages
- doins "${FILESDIR}"/veusz.xml
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-visualization/veusz/veusz-1.26.1.ebuild b/sci-visualization/veusz/veusz-1.26.1.ebuild
deleted file mode 100644
index ff2798d960f..00000000000
--- a/sci-visualization/veusz/veusz-1.26.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit eutils fdo-mime distutils-r1 virtualx
-
-DESCRIPTION="Qt scientific plotting package with good Postscript output"
-HOMEPAGE="https://veusz.github.io/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc emf fits hdf5 minuit vo"
-
-CDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/PyQt4-4.11.4[compat,X,svg,${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
- emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
- fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
- hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
- minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] dev-python/pyminuit[${PYTHON_USEDEP}] ) )
- vo? (
- dev-python/astropy[${PYTHON_USEDEP}]
- dev-python/sampy[$(python_gen_usedep 'python2*')]
- )"
-DEPEND="${CDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/sip[${PYTHON_USEDEP}]
- "
-
-python_test() {
- distutils_install_for_testing
- cd tests || die
- VIRTUALX_COMMAND="${EPYTHON}" \
- VEUSZ_RESOURCE_DIR="${S}" \
- virtualmake runselftest.py
-}
-
-python_install() {
- distutils-r1_python_install
- # symlink the license, bug #341653
- rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
- mkdir -p "${D}/$(python_get_sitedir)" || die
- cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
- Please visit
-
- https://www.gnu.org/licenses/gpl-2.0.html
-
- for the full license text.
- EOF
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- use doc && dodoc Documents/manual.pdf && \
- dohtml -r Documents/{manimages,manual.html}
-
- doicon icons/veusz.png
- domenu "${FILESDIR}"/veusz.desktop
- insinto /usr/share/mime/packages
- doins "${FILESDIR}"/veusz.xml
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
next reply other threads:[~2018-01-14 16:09 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-14 16:09 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 17:31 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/ Andreas Sturmlechner
2024-04-18 9:54 Andrey Grozin
2024-04-18 9:40 Andrey Grozin
2023-04-12 15:18 Andrey Grozin
2023-02-16 6:35 Andrey Grozin
2023-02-16 6:34 Andrey Grozin
2022-10-06 10:08 Andrew Ammerlaan
2021-10-06 8:33 Jakov Smolić
2021-06-02 7:38 Andrew Ammerlaan
2021-05-06 10:43 Andrey Grozin
2021-01-08 0:00 Andreas Sturmlechner
2021-01-01 1:56 Michał Górny
2020-10-14 10:43 Alexey Shvetsov
2020-03-17 15:17 Andrey Grozin
2020-02-09 10:09 Andrey Grozin
2019-12-04 17:15 Michał Górny
2019-11-10 15:27 Michał Górny
2019-11-10 10:34 Andrey Grozin
2018-08-08 13:23 Andrey Grozin
2018-06-13 8:52 Andrey Grozin
2018-04-22 20:51 Andrey Grozin
2018-01-04 15:46 Andrey Grozin
2017-07-26 15:14 Andrey Grozin
2017-03-18 7:33 Michał Górny
2017-01-11 16:17 Agostino Sarubbo
2017-01-01 14:20 Michael Palimaka
2016-12-31 6:08 Andrey Grozin
2016-07-31 15:55 David Seifert
2016-06-09 20:01 Sebastien Fabbro
2016-05-08 11:19 Andrey Grozin
2016-03-04 13:33 Andrey Grozin
2016-03-02 7:44 Andrey Grozin
2015-11-23 10:05 Justin Lecher
2015-10-22 8:32 Justin Lecher
2015-10-22 8:32 Justin Lecher
2015-10-22 8:32 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1515946172.144c5d9976de98154e20e9a63e817ecb3931036a.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox