diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-13 06:19:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-13 06:19:51 +0000 |
commit | 8be70107efbb417f839292165ee39d07a062046f (patch) | |
tree | 013918887ec4a00f0cefdb4b4d1313cbc3054305 /sci-misc/vitables | |
parent | 343a7272d559a21a0e0ed13cb743fabb2bfcc479 (diff) |
gentoo resync : 13.01.2018
Diffstat (limited to 'sci-misc/vitables')
-rw-r--r-- | sci-misc/vitables/Manifest | 3 | ||||
-rw-r--r-- | sci-misc/vitables/files/vitables-2.1-no-docs.patch | 19 | ||||
-rw-r--r-- | sci-misc/vitables/vitables-2.1-r1.ebuild | 49 |
3 files changed, 0 insertions, 71 deletions
diff --git a/sci-misc/vitables/Manifest b/sci-misc/vitables/Manifest index bf34b07e54af..c21cb24d094d 100644 --- a/sci-misc/vitables/Manifest +++ b/sci-misc/vitables/Manifest @@ -1,6 +1,3 @@ -AUX vitables-2.1-no-docs.patch 298 BLAKE2B 83691cd4783f56ff0feec70f9a356c475bf1443f57d22a2585513523957686cda7cf492cefad27d31ab59fce894d2efef001f977089e32bacf584f8dd2309f75 SHA512 cedcaced3111bb249df7440c7b156329969ff8413faa047407d06790012578a82a8292ca1cf09aca61d75d968e3976ff62e521f3383c15d2776b118b2d76aa61 -DIST ViTables-2.1.tar.gz 3111661 BLAKE2B b3f27b0db0d0e864a80194f9ea4cfa670bacfe3265e9ebf47e4eca6fb2906066f87df5099ed15befb58b61d9d8871c5f6897b9386ff0b5ac8f622b7a3641bb8b SHA512 9ca48fbc8aa33dd3e1e02e2cf2055082831a95f5c24a2ab3bb294d7b09a3f09e62e500b0d69f8843a93af0db6dfc25873a57604f3fd433c0168eb335a1816bc8 DIST ViTables-3.0.0.tar.gz 860411 BLAKE2B 7ef5a7ac681ac7d0d2544987080478deba39db275dc0559db48d0375ebd83f260eb37dc3b9e99b131fd427b81668b882f15549e6f1955615f9dee5927c6cc57d SHA512 0ab0a3529f70111f6d2c1a765398d0c05607e2839a353670eebfa26bedd2092a33afe9f1cad14eec5d23f76fc5f54fa6f61e2e4089d9c2f3fd43396dbbbba7b1 -EBUILD vitables-2.1-r1.ebuild 1161 BLAKE2B 2b82c1e41c345d9d9c0bfef0c02689ae64ff133a54dcab79273a3c90db0e6543db50f0cef1c7537abaaeee72b0e0bfc24d1ece0a183be09015eb0fb791d5955b SHA512 3f1e6bc322a553f5069037036104fcc8d3075b7b6e83d76b6e346dce1ee599874d30eba7b866937d7fa78bc8e3f06e1ce313d4e25d32e778001dadb5fbdf6635 EBUILD vitables-3.0.0.ebuild 891 BLAKE2B 97879853adb17ba48c5c0627568b045aabeaeb19bc9e5b84c1d6701f0255615dd6d5402ea96c8e981545f38692d136539eaac8cae6c0aa582040d274211d3386 SHA512 cce826288f8bd7ca2ac23f131d3fedc1f00757ec674696c9497d971f71338d0401d23dc8dc9207a6c1683ebff20bb74d4b16a2ee555f3eba9db9e69f73bbcecb MISC metadata.xml 637 BLAKE2B 5de3507f0c14fd0a8af230464a40a60f861433cddea38ea9490a00477f7677045845e48465d1684b0e93cc94ad6423b416e4993aabc23c793114c70365f514c6 SHA512 3e891f2f726db29eb10ae7f26e4dd30abeb8cc3d251b119c226cccfa6ca8fc90311dae6b96acd810e95423674fb57017cae938f48e213d4a873da2d9e9ee7789 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 0d76e264f79e..000000000000 --- 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 28354d57da74..000000000000 --- 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 -} |