Install this version:
emerge -a =dev-php/myclabs-deep-copy-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/myclabs-deep-copy-9999
Or alternatively:
emerge --autounmask-write -a =dev-php/myclabs-deep-copy-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_AUTOLOAD="src/DeepCopy"
COMPOSER_INSTALL_PATH="myclabs"
inherit composer git-r3
DESCRIPTION="Create deep copies (clones) of your objects"
HOMEPAGE="https://github.com/myclabs/deepcopy"
EGIT_REPO_URI="https://github.com/myclabs/deepcopy.git"
LICENSE="MIT"
SLOT="0"
RDEPEND="!dev-php/myclabs-deepcopy"
BDEPEND="test? ( dev-php/doctrine-collections
dev-php/doctrine-common
dev-php/doctrine-persistence
dev-php/phpspec-prophecy
dev-php/phpspec-prophecy-phpunit )"
PATCHES=( "${FILESDIR}/${PN}"-1.13.4-tests-ArrayObjectFilterTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-DeepCopyTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-DoctrineProxyMatcherTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-PropertyMatcherTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-PropertyNameMatcherTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-PropertyTypeMatcherTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-ReflectionHelperTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-ReplaceFilterTest.patch
"${FILESDIR}/${PN}"-1.13.4-tests-TypeMatcherTest.patch )
composer_enable_tests phpunit
!dev-php/myclabs-deepcopy
test? ( dev-php/doctrine-collections dev-php/doctrine-common dev-php/doctrine-persistence dev-php/phpspec-prophecy dev-php/phpspec-prophecy-phpunit )