Install this version:
emerge -a =dev-php/friendsofphp-proxy-manager-lts-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/friendsofphp-proxy-manager-lts-9999
Or alternatively:
emerge --autounmask-write -a =dev-php/friendsofphp-proxy-manager-lts-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/ProxyManager"
COMPOSER_INSTALL_PATH=""
inherit composer git-r3
DESCRIPTION="Proxy Manager LTS"
HOMEPAGE="https://github.com/FriendsOfPHP/proxy-manager-lts"
EGIT_REPO_URI="https://github.com/FriendsOfPHP/proxy-manager-lts.git"
SRC_URI="https://github.com/SpiderX/portage-overlay/releases/download/${PN}-1.0.19/${PN}-1.0.19-patches.tar.xz"
LICENSE="MIT"
SLOT="0"
RDEPEND="dev-php/laminas-code
>=dev-php/symfony-filesystem-6.4.9"
# test needs class from composer
BDEPEND="test? ( dev-php/composer )"
PATCHES=( "${WORKDIR}/${PN}-1.0.19-patches/tests" )
composer_enable_tests phpunit
src_unpack() {
git-r3_src_unpack
unpack ${A}
}
dev-php/laminas-code >=dev-php/symfony-filesystem-6.4.9
test? ( dev-php/composer )