dev-php/friendsofphp-proxy-manager-lts - 9999 (nest)

Search

Install

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

Package Information

Description:
Proxy Manager LTS
Homepage:
https://github.com/FriendsOfPHP/proxy-manager-lts
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 9 0
View Raw Ebuild
# 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}
}

Inherited Eclasses

Dependencies

RDEPEND

dev-php/laminas-code
	>=dev-php/symfony-filesystem-6.4.9

BDEPEND

test? ( dev-php/composer )

Manifest for 9999

Type File Size Source URLs
DIST friendsofphp-proxy-manager-lts-1.0.19-patches.tar.xz 11816 bytes https://github.com/SpiderX/portage-overlay/releases/download/friendsofphp-proxy-manager-lts-1.0.19/friendsofphp-proxy-manager-lts-1.0.19-patches.tar.xz