dev-php/composer-ca-bundle - 1.5.8 (nest)

Search

Package Information

Description:
Find the system CA bundle or fall back to the Mozilla one
Homepage:
https://github.com/composer/ca-bundle
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.5.8 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//composer-/}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one"
HOMEPAGE="https://github.com/composer/ca-bundle"
SRC_URI="https://github.com/composer/${MY_PN}/archive/${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-php/ca-bundle
	dev-lang/php:*[ssl]
	dev-php/fedora-autoloader"
BDEPEND="test? ( dev-php/composer
		dev-php/phpunit )"

PATCHES=( "${FILESDIR}/${PN}"-1.5.1-res-path.patch )

src_prepare() {
	default

	install -D -m 644 "${FILESDIR}"/autoload.php \
		src/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"
	eapply "${FILESDIR}/${PN}"-1.5.1-tests.patch
	phpunit --testdox || die "phpunit failed"
}

src_install() {
	einstalldocs
	insinto /usr/share/php/Composer/CaBundle
	doins -r src/.
	insinto /usr/share/composer/res
	doins -r res/.
}

USE Flags

Dependencies

RDEPEND

!dev-php/ca-bundle
	dev-lang/php:*[ssl]
	dev-php/fedora-autoloader

BDEPEND

test? ( dev-php/composer
		dev-php/phpunit )

Manifest for 1.5.8

Type File Size Source URLs
DIST composer-ca-bundle-1.5.8.tar.gz 136092 bytes https://github.com/composer/${PN//composer-/}/archive/1.5.8.tar.gz