commit: 917483ed6e3984c5564d0d215ebe9a10fe42493c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 2 09:27:39 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 2 09:47:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917483ed
dev-python/ets: Remove meaningless PITA doc/examples pass-through
Remove the pass-through enforcing of doc/examples flags on dependent
packages. They do not expose those flags consistently, and keeping them
in sync is PITA. For example, the current set might have prevented
users from upgrading dev-python/enaml.
.../ets/{ets-4.4.1.ebuild => ets-4.4.1-r1.ebuild} | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/dev-python/ets/ets-4.4.1.ebuild
b/dev-python/ets/ets-4.4.1-r1.ebuild
similarity index 56%
rename from dev-python/ets/ets-4.4.1.ebuild
rename to dev-python/ets/ets-4.4.1-r1.ebuild
index 107a5bde127..edf2d340c78 100644
--- a/dev-python/ets/ets-4.4.1.ebuild
+++ b/dev-python/ets/ets-4.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,25 +14,25 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples"
+IUSE=""
# see the setup_data.py file for version numbers
RDEPEND="
- >=dev-python/apptools-4.2.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/blockcanvas-4.0.3[doc?,${PYTHON_USEDEP}]
+ >=dev-python/apptools-4.2.0[${PYTHON_USEDEP}]
+ >=dev-python/blockcanvas-4.0.3[${PYTHON_USEDEP}]
>=dev-python/casuarius-1.1[${PYTHON_USEDEP}]
>=dev-python/chaco-4.4.1[${PYTHON_USEDEP}]
>=dev-python/codetools-4.2.0[${PYTHON_USEDEP}]
- >=dev-python/enable-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/enaml-0.6.8[doc?,examples?,${PYTHON_USEDEP}]
- >=dev-python/encore-0.4.0[doc?,examples?,${PYTHON_USEDEP}]
+ >=dev-python/enable-4.3.0[${PYTHON_USEDEP}]
+ >=dev-python/enaml-0.6.8[${PYTHON_USEDEP}]
+ >=dev-python/encore-0.4.0[${PYTHON_USEDEP}]
>=dev-python/envisage-4.4.0[${PYTHON_USEDEP}]
- >=dev-python/etsdevtools-4.0.2[doc?,examples?,${PYTHON_USEDEP}]
+ >=dev-python/etsdevtools-4.0.2[${PYTHON_USEDEP}]
>=dev-python/etsproxy-0.1.2[${PYTHON_USEDEP}]
- >=dev-python/graphcanvas-4.0.2[examples?,${PYTHON_USEDEP}]
- >=sci-visualization/mayavi-4.3.0[doc?,examples?,${PYTHON_USEDEP}]
+ >=dev-python/graphcanvas-4.0.2[${PYTHON_USEDEP}]
+ >=sci-visualization/mayavi-4.3.0[${PYTHON_USEDEP}]
>=dev-python/pyface-4.4.0[${PYTHON_USEDEP}]
- >=dev-python/scimath-4.1.2[doc?,${PYTHON_USEDEP}]
+ >=dev-python/scimath-4.1.2[${PYTHON_USEDEP}]
>=dev-python/traits-4.4.0[${PYTHON_USEDEP}]
>=dev-python/traitsui-4.4.0[${PYTHON_USEDEP}]"