Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/theseer-tokenizer/
Date: Fri, 16 Aug 2019 14:17:51
Message-Id: 1565965049.0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a.grknight@gentoo
1 commit: 0d442a518c16d6621c1e0ffa4bf2f94b131f4a4a
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 14:16:59 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 14:17:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d442a51
7
8 dev-php/theseer-tokenizer: Remove HOMEPAGE from SRC_URI; Add RESTRICT
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
17 index 2f736a8e864..dfed89b2df7 100644
18 --- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
19 +++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
20 @@ -1,16 +1,17 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 DESCRIPTION="Convert tokenized PHP source code into XML and other formats"
28 HOMEPAGE="https://github.com/theseer/tokenizer"
29 -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="https://github.com/theseer/tokenizer/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="BSD"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
35 IUSE="test"
36 +RESTRICT="!test? ( test )"
37
38 S="${WORKDIR}/tokenizer-${PV}"