Install this version:
emerge -a =dev-php/theseer-tokenizer-2.0.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/theseer-tokenizer-2.0.1
Or alternatively:
emerge --autounmask-write -a =dev-php/theseer-tokenizer-2.0.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.1 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
COMPOSER_INSTALL_PATH="TheSeer/Tokenizer"
PHP_REQ_USE="xml,xmlwriter,tokenizer"
inherit composer
DESCRIPTION="Convert tokenized PHP source code into XML and other formats"
HOMEPAGE="https://github.com/theseer/tokenizer"
SRC_URI="https://github.com/theseer/${COMPOSER_PKG}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-php/theseer-Autoload"
DOCS=( {CHANGELOG,README}.md )
composer_enable_tests phpunit
src_prepare() {
default
edo phpab -q -o src/autoload.php -t fedora2 src
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | theseer-tokenizer-2.0.1.tar.gz | 8990 bytes | https://github.com/theseer//archive/2.0.1.tar.gz |