Install this version:
emerge -a =dev-php/friendsofphp-proxy-manager-lts-1.0.19
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/friendsofphp-proxy-manager-lts-1.0.19
Or alternatively:
emerge --autounmask-write -a =dev-php/friendsofphp-proxy-manager-lts-1.0.19
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.19 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
COMPOSER_INSTALL_AUTOLOAD="src/ProxyManager"
COMPOSER_INSTALL_PATH=""
inherit composer
DESCRIPTION="Proxy Manager LTS"
HOMEPAGE="https://github.com/FriendsOfPHP/proxy-manager-lts"
SRC_URI="https://github.com/FriendsOfPHP/${COMPOSER_PKG}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/SpiderX/portage-overlay/releases/download/${P}/${P}-patches.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-php/laminas-code
>=dev-php/symfony-filesystem-6.4.9"
COMPOSER_TEST_PATCHES=( "${WORKDIR}/${P}-patches/tests" )
composer_enable_tests phpunit