dev-php/doctrine-event-manager - 2.1.1 (nest)

Search

Install

Install this version:

emerge -a =dev-php/doctrine-event-manager-2.1.1

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

autounmask =dev-php/doctrine-event-manager-2.1.1

Or alternatively:

emerge --autounmask-write -a =dev-php/doctrine-event-manager-2.1.1

Package Information

Description:
Doctrine Event Manager
Homepage:
https://github.com/doctrine/event-manager
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.1 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="Doctrine/Common"

inherit composer

DESCRIPTION="Doctrine Event Manager"
HOMEPAGE="https://github.com/doctrine/event-manager"
SRC_URI="https://github.com/doctrine/${COMPOSER_PKG}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

composer_enable_tests phpunit

src_prepare() {
	composer_src_prepare

	edo mkdir src/EventManager
	edo phpab -q -o src/EventManager/autoload.php -t "${FILESDIR}"/autoload.php.tpl src
}

Inherited Eclasses

Manifest for 2.1.1

Type File Size Source URLs
DIST doctrine-event-manager-2.1.1.tar.gz 4224 bytes https://github.com/doctrine//archive/2.1.1.tar.gz