Skip to content

Commit

Permalink
dev-php/theseer-tokenizer: Remove HOMEPAGE from SRC_URI; Add RESTRICT
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Aug 16, 2019
1 parent 0d0617f commit 0d442a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

Expand Down

0 comments on commit 0d442a5

Please sign in to comment.