dev-php/theseer-tokenizer: Remove HOMEPAGE from SRC_URI; Add RESTRICT
authorBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 14:16:59 +0000 (10:16 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 14:17:29 +0000 (10:17 -0400)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild

index 2f736a8e86450c1af9ab1ba1e2ebbe980e272991..dfed89b2df767dbdbfd13321f1d0b7df78e87859 100644 (file)
@@ -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}"