mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 14:38:43 +02:00
The dev-php/composer was treecleand in commit 9e5b2ad39d
("dev-php/composer: treeclean").
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
24 lines
874 B
XML
24 lines
874 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>guillaumeseren@gmail.com</email>
|
|
<name>Guillaume Seren</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>php-bugs@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
Small utility library that lets you find a path to the system CA
|
|
bundle, and includes a fallback to the Mozilla CA bundle.
|
|
Originally written as part of dev-php/composer, now extracted and
|
|
made available as a stand-alone library.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">composer/ca-bundle</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|