diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-10 23:02:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-11 00:22:38 +0100 |
commit | 064af661d0c9a31cecdf348632bc5603333a9149 (patch) | |
tree | 2202373a7cafcb8a761d32747d4f62263aed64d5 /app-misc | |
parent | dev-python/passlib: keyworded 1.7.1-r2 for hppa, bug #700918 (diff) | |
download | gentoo-064af661d0c9a31cecdf348632bc5603333a9149.tar.gz gentoo-064af661d0c9a31cecdf348632bc5603333a9149.tar.bz2 gentoo-064af661d0c9a31cecdf348632bc5603333a9149.zip |
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline:
pkgcheck scan -c RestrictTestCheck -R FormatReporter \
--format '{category}/{package}/{package}-{version}.ebuild' |
xargs -n32 grep -L RESTRICT |
xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"'
The resulting metadata was compared before and after the change.
Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip
added by the eclass. Two ebuilds have to be fixed because of multiline
IUSE.
Suggested-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13942
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/anki/anki-2.1.0_beta25.ebuild | 3 | ||||
-rw-r--r-- | app-misc/anki/anki-2.1.0_beta27.ebuild | 1 | ||||
-rw-r--r-- | app-misc/anki/anki-2.1.13.ebuild | 1 | ||||
-rw-r--r-- | app-misc/asciinema/asciinema-2.0.2.ebuild | 1 | ||||
-rw-r--r-- | app-misc/bgrep/bgrep-0_p20110121-r1.ebuild | 1 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.6.ebuild | 1 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 1 | ||||
-rw-r--r-- | app-misc/hatools/hatools-2.14.ebuild | 3 | ||||
-rw-r--r-- | app-misc/khard/khard-0.13.0.ebuild | 1 | ||||
-rw-r--r-- | app-misc/mosquitto/mosquitto-1.6.7.ebuild | 1 | ||||
-rw-r--r-- | app-misc/skim/skim-0.5.2.ebuild | 1 | ||||
-rw-r--r-- | app-misc/sphinx/sphinx-2.1.9.ebuild | 3 | ||||
-rw-r--r-- | app-misc/todo/todo-2.10-r2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/tracker-miners/tracker-miners-2.1.6.ebuild | 1 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild | 1 | ||||
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.8.ebuild | 3 | ||||
-rw-r--r-- | app-misc/vlock/vlock-2.2.3-r1.ebuild | 1 | ||||
-rw-r--r-- | app-misc/workrave/workrave-1.10.20.ebuild | 3 |
18 files changed, 24 insertions, 6 deletions
diff --git a/app-misc/anki/anki-2.1.0_beta25.ebuild b/app-misc/anki/anki-2.1.0_beta25.ebuild index 71268203040c..7a709e1e39e3 100644 --- a/app-misc/anki/anki-2.1.0_beta25.ebuild +++ b/app-misc/anki/anki-2.1.0_beta25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE="latex +recording +sound test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/app-misc/anki/anki-2.1.0_beta27.ebuild b/app-misc/anki/anki-2.1.0_beta27.ebuild index 9c8bfdb780b3..341c641fe86e 100644 --- a/app-misc/anki/anki-2.1.0_beta27.ebuild +++ b/app-misc/anki/anki-2.1.0_beta27.ebuild @@ -19,6 +19,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="latex +recording +sound test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/app-misc/anki/anki-2.1.13.ebuild b/app-misc/anki/anki-2.1.13.ebuild index a9775f88b929..15c2f2cdf075 100644 --- a/app-misc/anki/anki-2.1.13.ebuild +++ b/app-misc/anki/anki-2.1.13.ebuild @@ -18,6 +18,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="latex +recording +sound test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild index 7c74de515eac..ff9eafcc5799 100644 --- a/app-misc/asciinema/asciinema-2.0.2.ebuild +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/app-misc/bgrep/bgrep-0_p20110121-r1.ebuild b/app-misc/bgrep/bgrep-0_p20110121-r1.ebuild index bdcaf0ef288e..6f15514382ce 100644 --- a/app-misc/bgrep/bgrep-0_p20110121-r1.ebuild +++ b/app-misc/bgrep/bgrep-0_p20110121-r1.ebuild @@ -20,6 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="test? ( dev-lang/perl )" diff --git a/app-misc/chkcrontab/chkcrontab-1.6.ebuild b/app-misc/chkcrontab/chkcrontab-1.6.ebuild index 1d14ba22d192..3ba987e07fac 100644 --- a/app-misc/chkcrontab/chkcrontab-1.6.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.6.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" python_test() { esetup.py test diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 44293532ef89..2c96fd2b7630 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild @@ -15,6 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" python_test() { esetup.py test || die diff --git a/app-misc/hatools/hatools-2.14.ebuild b/app-misc/hatools/hatools-2.14.ebuild index 4f02f52b8445..b689dd64d162 100644 --- a/app-misc/hatools/hatools-2.14.ebuild +++ b/app-misc/hatools/hatools-2.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,6 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" src_prepare() { sed 's:ksh:bash:g' -i test.sh || die diff --git a/app-misc/khard/khard-0.13.0.ebuild b/app-misc/khard/khard-0.13.0.ebuild index aaa0b86fb01c..43c01300c2a6 100644 --- a/app-misc/khard/khard-0.13.0.ebuild +++ b/app-misc/khard/khard-0.13.0.ebuild @@ -9,6 +9,7 @@ HOMEPAGE="https://github.com/scheibler/khard" LICENSE="GPL-3" SLOT="0" IUSE="test zsh-completion" +RESTRICT="!test? ( test )" if [ "${PV}" == "9999" ]; then inherit git-r3 diff --git a/app-misc/mosquitto/mosquitto-1.6.7.ebuild b/app-misc/mosquitto/mosquitto-1.6.7.ebuild index 17caa62c555d..aa17c9776561 100644 --- a/app-misc/mosquitto/mosquitto-1.6.7.ebuild +++ b/app-misc/mosquitto/mosquitto-1.6.7.ebuild @@ -14,6 +14,7 @@ LICENSE="EPL-1.0" SLOT="0" KEYWORDS="amd64 arm x86" IUSE="bridge examples libressl +persistence +srv ssl tcpd test websockets" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( bridge )" diff --git a/app-misc/skim/skim-0.5.2.ebuild b/app-misc/skim/skim-0.5.2.ebuild index cc317a2e0812..33bbe9c0dc64 100644 --- a/app-misc/skim/skim-0.5.2.ebuild +++ b/app-misc/skim/skim-0.5.2.ebuild @@ -48,6 +48,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="tmux vim test" +RESTRICT="!test? ( test )" DEPEND="virtual/rust" RDEPEND=" diff --git a/app-misc/sphinx/sphinx-2.1.9.ebuild b/app-misc/sphinx/sphinx-2.1.9.ebuild index bf55eea2001f..2bdec82fc326 100644 --- a/app-misc/sphinx/sphinx-2.1.9.ebuild +++ b/app-misc/sphinx/sphinx-2.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,6 +18,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="debug id64 mysql odbc postgres stemmer syslog test xml" +RESTRICT="!test? ( test )" RDEPEND="mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:* ) diff --git a/app-misc/todo/todo-2.10-r2.ebuild b/app-misc/todo/todo-2.10-r2.ebuild index 69c2994478d7..90a86a6929da 100644 --- a/app-misc/todo/todo-2.10-r2.ebuild +++ b/app-misc/todo/todo-2.10-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="app-shells/bash" diff --git a/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild b/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild index 0f2412bd0b35..90a3454283d0 100644 --- a/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild +++ b/app-misc/tracker-miners/tracker-miners-2.1.6.ebuild @@ -12,6 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Tracker" LICENSE="GPL-2+ LGPL-2.1+" SLOT="0" IUSE="cue exif ffmpeg flac gif gsf +gstreamer iptc +iso +jpeg libav +pdf +playlist raw +rss seccomp test +taglib +tiff upower +vorbis +xml xmp xps" +RESTRICT="!test? ( test )" REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via gstreamer, not ffmpeg/libav diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild index 8a6df74f1953..562153663745 100644 --- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild +++ b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild @@ -17,6 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( diff --git a/app-misc/unfoo/unfoo-1.0.8.ebuild b/app-misc/unfoo/unfoo-1.0.8.ebuild index cc38a96c3784..a6c641e8024b 100644 --- a/app-misc/unfoo/unfoo-1.0.8.ebuild +++ b/app-misc/unfoo/unfoo-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux" IUSE="+minimal test" +RESTRICT="!test? ( test )" COMMON_DEPS=" || ( diff --git a/app-misc/vlock/vlock-2.2.3-r1.ebuild b/app-misc/vlock/vlock-2.2.3-r1.ebuild index 6773bbd88fc0..30ed7ba38f73 100644 --- a/app-misc/vlock/vlock-2.2.3-r1.ebuild +++ b/app-misc/vlock/vlock-2.2.3-r1.ebuild @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="pam test" +RESTRICT="!test? ( test )" RDEPEND=" !>=sys-apps/kbd-2.0.4-r1[pam] diff --git a/app-misc/workrave/workrave-1.10.20.ebuild b/app-misc/workrave/workrave-1.10.20.ebuild index 3b1fa627e946..a05c5f7aaf93 100644 --- a/app-misc/workrave/workrave-1.10.20.ebuild +++ b/app-misc/workrave/workrave-1.10.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ KEYWORDS="amd64 ~ppc x86" # dbus support looks to be used only for trying to use panel applets on gnome3! IUSE="ayatana doc gnome gstreamer introspection mate nls pulseaudio test xfce" +RESTRICT="!test? ( test )" REQUIRED_USE="ayatana? ( introspection ) ${PYTHON_REQUIRED_USE}" RDEPEND=" |