Install this version:
emerge -a =dev-php/cache-integration-tests-1.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/cache-integration-tests-1.0.5
Or alternatively:
emerge --autounmask-write -a =dev-php/cache-integration-tests-1.0.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.5 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
COMPOSER_INSTALL_PATH="Cache/IntegrationTests"
inherit composer
DESCRIPTION="Integration tests for PSR-6 cache"
HOMEPAGE="https://github.com/php-cache/integration-tests"
SRC_URI="https://github.com/php-cache/${COMPOSER_PKG}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-php/cache-tag-interop
dev-php/psr-cache
dev-php/psr-simple-cache"
BDEPEND="test? ( dev-php/phpunit
dev-php/symfony-cache )"
src_test() {
ephpunit
}
Manage flags for this package:
euse -i <flag> -p dev-php/cache-integration-tests |
euse -E <flag> -p dev-php/cache-integration-tests |
euse -D <flag> -p dev-php/cache-integration-tests
dev-php/cache-tag-interop dev-php/psr-cache dev-php/psr-simple-cache
test? ( dev-php/phpunit dev-php/symfony-cache )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cache-integration-tests-1.0.5.tar.gz | 16681 bytes | https://github.com/php-cache//archive/1.0.5.tar.gz |