From: Brian Evans Date: Fri, 16 Aug 2019 14:16:59 +0000 (-0400) Subject: dev-php/theseer-tokenizer: Remove HOMEPAGE from SRC_URI; Add RESTRICT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a;p=gentoo.git dev-php/theseer-tokenizer: Remove HOMEPAGE from SRC_URI; Add RESTRICT Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild index 2f736a8e8645..dfed89b2df76 100644 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild +++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Convert tokenized PHP source code into XML and other formats" HOMEPAGE="https://github.com/theseer/tokenizer" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" S="${WORKDIR}/tokenizer-${PV}"