From 908778078736bd36f7a60a2d576d415cb8e000fa Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 May 2021 07:31:18 +0100 Subject: gentoo resync : 22.05.2021 --- .../PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 dev-php/PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild (limited to 'dev-php/PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild') diff --git a/dev-php/PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild b/dev-php/PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild new file mode 100644 index 000000000000..ee16c9322ac2 --- /dev/null +++ b/dev-php/PHP_CodeSniffer/PHP_CodeSniffer-3.6.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Detect violations of PHP code standards" +HOMEPAGE="https://github.com/squizlabs/PHP_CodeSniffer" + +# The test suite isn't part of the Github tarball at the moment. Keep an +# eye on https://github.com/squizlabs/PHP_CodeSniffer/issues/548 +SRC_URI="http://download.pear.php.net/package/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="dev-lang/php:*[cli(-),tokenizer(-),xmlwriter(-)]" +DEPEND="test? ( + ${RDEPEND} +