summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-08-16 10:16:59 -0400
committerBrian Evans <grknight@gentoo.org>2019-08-16 10:17:29 -0400
commit0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a (patch)
treeacd34e00e3707f6945dca051ff79edede041273b /dev-php
parentdev-php/symfony-process: Remove HOMEPAGE from SRC_URI (diff)
downloadgentoo-0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a.tar.gz
gentoo-0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a.tar.bz2
gentoo-0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a.zip
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@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild5
1 files 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 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}"