commit: 0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 14:16:59 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 14:17:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d442a51
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 <grknight <AT> gentoo.org> dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 2f736a8e864..dfed89b2df7 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}"
