Install this version:
emerge -a =dev-php/phar-io-manifest-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/phar-io-manifest-9999
Or alternatively:
emerge --autounmask-write -a =dev-php/phar-io-manifest-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 9 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
COMPOSER_INSTALL_PATH="PharIo/Manifest"
COMPOSER_VENDOR="${PN%-*}"
COMPOSER_PKG="${PN##*-}"
PHP_REQ_USE="phar,xml(-),xmlwriter(-)"
inherit composer git-r3
DESCRIPTION="Reading phar.io manifest information from a PHP Archive (PHAR)"
HOMEPAGE="https://github.com/phar-io/manifest"
EGIT_REPO_URI="https://github.com/phar-io/manifest.git"
LICENSE="BSD"
SLOT="0"
RDEPEND=">=dev-php/phar-io-version-3.2.1"
BDEPEND="dev-php/theseer-Autoload"
PATCHES=( "${FILESDIR}/${PN}"-2.0.4-tests-ManifestDocumentMapperTest.patch
"${FILESDIR}/${PN}"-2.0.4-tests-ManifestSerializerTest.patch )
DOCS=( {CHANGELOG,README}.md )
composer_enable_tests phpunit
src_prepare() {
composer_src_prepare
edo phpab -q -o src/autoload.php -t "${FILESDIR}"/autoload.php.tpl src
}