dev-php/revolt-event-loop - 1.0.9 (nest)

Search

Install

Install this version:

emerge -a =dev-php/revolt-event-loop-1.0.9

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-php/revolt-event-loop-1.0.9

Or alternatively:

emerge --autounmask-write -a =dev-php/revolt-event-loop-1.0.9

Package Information

Description:
Event loop for concurrent PHP applications
Homepage:
https://github.com/revoltphp/event-loop
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.9 9 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

COMPOSER_INSTALL_PATH="Revolt"

inherit composer

DESCRIPTION="Event loop for concurrent PHP applications"
HOMEPAGE="https://github.com/revoltphp/event-loop"
SRC_URI="https://github.com/revoltphp/${COMPOSER_PKG}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="test? ( dev-php/pecl-ev
		dev-php/pecl-event
		dev-php/pecl-uv )"

COMPOSER_TEST_PATCHES=(
	"${FILESDIR}/${PN}"-1.0.9-tests-DriverTest.patch
	"${FILESDIR}/${PN}"-1.0.9-tests-phpunit.xml.patch
	"${FILESDIR}/${PN}"-1.0.9-tests-StreamSelectDriverTest.patch
	"${FILESDIR}/${PN}"-1.0.9-tests-TracingDriverTest.patch )
composer_enable_tests phpunit

Inherited Eclasses

Dependencies

BDEPEND

test? ( dev-php/pecl-ev
		dev-php/pecl-event
		dev-php/pecl-uv )

Manifest for 1.0.9

Type File Size Source URLs
DIST revolt-event-loop-1.0.9.tar.gz 21837 bytes https://github.com/revoltphp//archive/v1.0.9.tar.gz