summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-10-12 08:34:12 -0400
committerVirgil Dupras <vdupras@gentoo.org>2018-10-12 08:34:12 -0400
commitf47ea2f7b0d3d51fa4a9cd82573be21904ccd0c5 (patch)
tree3f531a2be5d75105b41ad3186e24a56755893099 /www-apps/trac
parentwww-apps/trac: remove old (diff)
downloadgentoo-f47ea2f7b0d3d51fa4a9cd82573be21904ccd0c5.tar.gz
gentoo-f47ea2f7b0d3d51fa4a9cd82573be21904ccd0c5.tar.bz2
gentoo-f47ea2f7b0d3d51fa4a9cd82573be21904ccd0c5.zip
www-apps/trac: RESTRICT tests
Bug: https://bugs.gentoo.org/285169 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'www-apps/trac')
-rw-r--r--www-apps/trac/trac-1.0.9.ebuild14
-rw-r--r--www-apps/trac/trac-1.2.1.ebuild14
2 files changed, 12 insertions, 16 deletions
diff --git a/www-apps/trac/trac-1.0.9.ebuild b/www-apps/trac/trac-1.0.9.ebuild
index 9c5c03009742..4246afbb2b2f 100644
--- a/www-apps/trac/trac-1.0.9.ebuild
+++ b/www-apps/trac/trac-1.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test"
+IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion"
REQUIRED_USE="|| ( mysql postgres sqlite )"
RDEPEND="
@@ -44,15 +44,13 @@ RDEPEND="
sqlite? ( >=dev-db/sqlite-3.3.4:3 )
subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
"
-DEPEND="${RDEPEND}
- test? (
- dev-python/twill[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- )"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
+# Tests depend on twill, a broken package
+RESTRICT="test"
+
WEBAPP_MANUAL_SLOT="yes"
pkg_setup() {
diff --git a/www-apps/trac/trac-1.2.1.ebuild b/www-apps/trac/trac-1.2.1.ebuild
index 74a2d85d5fd7..b8da6df8dbc2 100644
--- a/www-apps/trac/trac-1.2.1.ebuild
+++ b/www-apps/trac/trac-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test"
+IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion"
REQUIRED_USE="|| ( mysql postgres sqlite )"
RDEPEND="
@@ -42,15 +42,13 @@ RDEPEND="
sqlite? ( >=dev-db/sqlite-3.3.4:3 )
subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
"
-DEPEND="${RDEPEND}
- test? (
- dev-python/twill[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/configobj[${PYTHON_USEDEP}]
- )"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
+# Tests depend on twill, a broken package
+RESTRICT="test"
+
WEBAPP_MANUAL_SLOT="yes"
pkg_setup() {