dev-php/symfony-security-csrf - 7.3.0 (nest)

Search

Package Information

Description:
Symfony Security CSRF Component
Homepage:
https://github.com/symfony/security-csrf
License:
MIT

Ebuild Details

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

EAPI=8

MY_PN="${PN//symfony-/}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Symfony Security CSRF Component"
HOMEPAGE="https://github.com/symfony/security-csrf"
SRC_URI="https://github.com/symfony/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="test"
PROPERTIES="test_network"

RDEPEND="dev-lang/php:*
	dev-php/fedora-autoloader
	dev-php/symfony-security-core"
BDEPEND="test? ( dev-php/composer
		dev-php/phpunit
		dev-php/psr-log
		dev-php/symfony-http-foundation
		dev-php/symfony-http-kernel )"

DOCS=( {CHANGELOG,README}.md )

src_prepare() {
	default

	install -D -m 644 "${FILESDIR}"/autoload.php \
		autoload.php || die "install failed"
	install -D -m 644 "${FILESDIR}"/autoload-test.php \
		vendor/autoload.php || die "install test failed"
}

src_test() {
	composer require -d "${T}" --prefer-source \
		--dev "${PN/-/\/}:${PV}" || die "composer failed"
	cp -r "${T}"/vendor/"${PN/-/\/}"/{phpunit.xml.dist,Tests} "${S}" \
		|| die "cp failed"
	phpunit --testdox || die "phpunit failed"
}

src_install() {
	einstalldocs
	insinto /usr/share/php/Symfony/Component/Security/Csrf
	doins -r Exception TokenGenerator TokenStorage ./*.php
}

USE Flags

Dependencies

RDEPEND

dev-lang/php:*
	dev-php/fedora-autoloader
	dev-php/symfony-security-core

BDEPEND

test? ( dev-php/composer
		dev-php/phpunit
		dev-php/psr-log
		dev-php/symfony-http-foundation
		dev-php/symfony-http-kernel )

Manifest for 7.3.0

Type File Size Source URLs
DIST symfony-security-csrf-7.3.0.tar.gz 8042 bytes https://github.com/symfony/${PN//symfony-/}/archive/v7.3.0.tar.gz