commit:     e0e366b3396ac55e31df7af6631f2a980e69fdd4
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 01:28:20 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 01:28:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e366b3

sci-misc/vitables: remove 2.1-r1

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sci-misc/vitables/Manifest                         |  1 -
 sci-misc/vitables/files/vitables-2.1-no-docs.patch | 19 ---------
 sci-misc/vitables/vitables-2.1-r1.ebuild           | 49 ----------------------
 3 files changed, 69 deletions(-)

diff --git a/sci-misc/vitables/Manifest b/sci-misc/vitables/Manifest
index 404780261aa..54196487cbb 100644
--- a/sci-misc/vitables/Manifest
+++ b/sci-misc/vitables/Manifest
@@ -1,2 +1 @@
-DIST ViTables-2.1.tar.gz 3111661 BLAKE2B 
b3f27b0db0d0e864a80194f9ea4cfa670bacfe3265e9ebf47e4eca6fb2906066f87df5099ed15befb58b61d9d8871c5f6897b9386ff0b5ac8f622b7a3641bb8b
 SHA512 
9ca48fbc8aa33dd3e1e02e2cf2055082831a95f5c24a2ab3bb294d7b09a3f09e62e500b0d69f8843a93af0db6dfc25873a57604f3fd433c0168eb335a1816bc8
 DIST ViTables-3.0.0.tar.gz 860411 BLAKE2B 
7ef5a7ac681ac7d0d2544987080478deba39db275dc0559db48d0375ebd83f260eb37dc3b9e99b131fd427b81668b882f15549e6f1955615f9dee5927c6cc57d
 SHA512 
0ab0a3529f70111f6d2c1a765398d0c05607e2839a353670eebfa26bedd2092a33afe9f1cad14eec5d23f76fc5f54fa6f61e2e4089d9c2f3fd43396dbbbba7b1

diff --git a/sci-misc/vitables/files/vitables-2.1-no-docs.patch 
b/sci-misc/vitables/files/vitables-2.1-no-docs.patch
deleted file mode 100644
index 0d76e264f79..00000000000
--- a/sci-misc/vitables/files/vitables-2.1-no-docs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -34,13 +34,14 @@
- from distutils.dir_util import copy_tree
- from distutils.file_util import copy_file
- 
-+sphinx_found = True
- try:
-     from sphinx.setup_command import BuildDoc
- except ImportError:
--    pass
-+      sphinx_found = False
-+
- 
- 
--sphinx_found = True
- 
- 
- 

diff --git a/sci-misc/vitables/vitables-2.1-r1.ebuild 
b/sci-misc/vitables/vitables-2.1-r1.ebuild
deleted file mode 100644
index 28354d57da7..00000000000
--- a/sci-misc/vitables/vitables-2.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P=ViTables-${PV}
-
-DESCRIPTION="A graphical tool for browsing / editing files in both PyTables 
and HDF5 formats"
-HOMEPAGE="http://vitables.org/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
-
-RDEPEND="
-       dev-python/pytables[${PYTHON_USEDEP}]
-       dev-python/PyQt4[X,${PYTHON_USEDEP}]"  # FIXME: check if any other 
useflags are needed
-DEPEND="${RDEPEND}
-       doc? ( dev-python/sphinx )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-no-docs.patch )
-
-python_compile_all() {
-       # fixme: multiple python (anyone cares?)
-       use doc && esetup.py build_sphinx
-}
-
-python_install_all() {
-       dodir /usr/share/icons/hicolor/scalable/apps
-       dodir /usr/share/applications
-
-       if use examples; then
-               docompress -x /usr/share/doc/${PF}/examples
-               DOCS+=( examples )
-       fi
-       if use doc; then
-               HTML_DOCS+=( "${BUILD_DIR}"/sphinx/html/. )
-               DOCS+=( "${BUILD_DIR}"/sphinx/latex/*.pdf )
-       fi
-       distutils-r1_python_install_all
-}

Reply via email to