Install this version:
emerge -a =dev-php/doctrine-dbal-4.4.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/doctrine-dbal-4.4.4
Or alternatively:
emerge --autounmask-write -a =dev-php/doctrine-dbal-4.4.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.4.4 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMPOSER_INSTALL_PATH="Doctrine/DBAL"
PHP_REQ_USE="pdo,mysql?,postgres?,sqlite?"
inherit composer optfeature
DESCRIPTION="Doctrine Database Abstraction Layer"
HOMEPAGE="https://github.com/doctrine/dbal"
SRC_URI="https://github.com/doctrine/${COMPOSER_PKG}/archive/${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"
IUSE="mysql postgres sqlite"
REQUIRED_USE="test? ( mysql postgres sqlite )"
RDEPEND="dev-php/doctrine-deprecations
dev-php/psr-cache
dev-php/psr-log"
BDEPEND="test? ( dev-php/symfony-cache
dev-php/symfony-console )"
EPHPUNIT_BOOTSTRAP='vendor/autoload.php'
COMPOSER_TEST_PATCHES=( "${WORKDIR}/${P}-patches/tests" )
composer_enable_tests phpunit
pkg_postinst() {
optfeature "Support of helpful console commands such as SQL execution" dev-php/symfony-console
}
Manage flags for this package:
euse -i <flag> -p dev-php/doctrine-dbal |
euse -E <flag> -p dev-php/doctrine-dbal |
euse -D <flag> -p dev-php/doctrine-dbal
dev-php/doctrine-deprecations dev-php/psr-cache dev-php/psr-log
test? ( dev-php/symfony-cache dev-php/symfony-console )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | doctrine-dbal-4.4.4-patches.tar.xz | 5164 bytes | https://github.com/SpiderX/portage-overlay/releases/download/doctrine-dbal-4.4.4/doctrine-dbal-4.4.4-patches.tar.xz |
| DIST | doctrine-dbal-4.4.4.tar.gz | 238664 bytes | https://github.com/doctrine//archive/4.4.4.tar.gz |