diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-01-02 01:17:42 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-01-02 01:20:29 +1100 |
commit | 511c9e1995009bff9c7d55f618fb7e9f1260d50a (patch) | |
tree | 6d8b20b62cae6b6f9aabc3eca40dd1f895605c27 /sci-visualization | |
parent | dev-python/sip: remove old (diff) | |
download | gentoo-511c9e1995009bff9c7d55f618fb7e9f1260d50a.tar.gz gentoo-511c9e1995009bff9c7d55f618fb7e9f1260d50a.tar.bz2 gentoo-511c9e1995009bff9c7d55f618fb7e9f1260d50a.zip |
sci-visualization/veusz: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/veusz/Manifest | 1 | ||||
-rw-r--r-- | sci-visualization/veusz/veusz-1.24.ebuild | 78 |
2 files changed, 0 insertions, 79 deletions
diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest index 6830ee85f772..55b954511dea 100644 --- a/sci-visualization/veusz/Manifest +++ b/sci-visualization/veusz/Manifest @@ -1,3 +1,2 @@ DIST veusz-1.11.tar.gz 1579404 SHA256 7ded2b8788f7420ea76dd499a485473fddce1f2587e9c93e453743b194d08e94 SHA512 a22138beeef38093c9ec003731dfb1282aef93ca3d664cc5c2bd42beefc1a0450910622d0c9484b8ca406330ecd49253a5328336eac9846a2937f981844ef901 WHIRLPOOL 942428fcb36196ba0bb401670b990b24a3b4e2aa3648d23a5fad24be6d5adeef3e3d1e95bda0a969926eb466219e2089342b6fc8e7367e6bfbe0b2056b45edda -DIST veusz-1.24.tar.gz 1856099 SHA256 850240586ad8a97cc31fb2f2caaa6211ba3acf5fb594d8f336b59cf3977b0559 SHA512 a7530c6324d117c5d09e22b6b41c87e4b4e619595cc7487bdb2f2a1a15ffee4c5c822168444f1db7f0c477e81d486510ac1d719480c1aa15983216ea38af0e34 WHIRLPOOL a9ea78e6667cd983efd5a3fa92ecdf6b5f74db99df8f53b89630c01cf651bc1bedf77e6e7675ea4cbde08c0de94025e82768c0071bd570c830bf7a44d3e62137 DIST veusz-1.25.1.tar.gz 1883416 SHA256 d268df3f92404c0a045a124265f57ebc453069b09729bce8e265401993d56e37 SHA512 0820d2a2d30dd525656b4aad4d39eef1d24c7b98fd93d263974ba2dfb13e4c0d3914f4cb94b016aa1780f20f653df10ce5bf5ee59e9532f26471947565f0a560 WHIRLPOOL 4a03aa40ec8f7ffe187b345be1861818f483cb11036af18d19d3caefa7d98b60dd9de9b4d83ffffb7cc65e369b1269d22fd5c6820b52fcbedce9eccb58103d31 diff --git a/sci-visualization/veusz/veusz-1.24.ebuild b/sci-visualization/veusz/veusz-1.24.ebuild deleted file mode 100644 index 229cb2537693..000000000000 --- a/sci-visualization/veusz/veusz-1.24.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}] - <dev-python/PyQt4-4.12_pre1604171631[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 -} |