diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-php/ca-bundle | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-php/ca-bundle')
| -rw-r--r-- | dev-php/ca-bundle/Manifest | 1 | ||||
| -rw-r--r-- | dev-php/ca-bundle/ca-bundle-1.3.1.ebuild | 25 | ||||
| -rw-r--r-- | dev-php/ca-bundle/files/autoload.php | 8 | ||||
| -rw-r--r-- | dev-php/ca-bundle/metadata.xml | 24 |
4 files changed, 0 insertions, 58 deletions
diff --git a/dev-php/ca-bundle/Manifest b/dev-php/ca-bundle/Manifest deleted file mode 100644 index fec14e1c087c..000000000000 --- a/dev-php/ca-bundle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ca-bundle-1.3.1.tar.gz 127597 BLAKE2B e3f19e3a9e8285b9dcbfe1b488566392424249f0a366696f895761edfcfb597ece06ef0c87380b44083dcf5f598000a83ed9fefec20b58336f47277a205e2467 SHA512 12a5a83f3783491086614e79517e945892a3cb1230705650e12a3f9863bbeec628b8bea228f5d12d23c790a3b912c88536182c059108acb6860e2ceabae8c7c6 diff --git a/dev-php/ca-bundle/ca-bundle-1.3.1.ebuild b/dev-php/ca-bundle/ca-bundle-1.3.1.ebuild deleted file mode 100644 index 98588f2c8b4b..000000000000 --- a/dev-php/ca-bundle/ca-bundle-1.3.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit prefix - -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/ca-bundle/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto /usr/share/php/Composer/CaBundle - doins src/CaBundle.php \ - "$(prefixify_ro "${FILESDIR}"/autoload.php)" - dodoc README.md -} diff --git a/dev-php/ca-bundle/files/autoload.php b/dev-php/ca-bundle/files/autoload.php deleted file mode 100644 index 993360676f74..000000000000 --- a/dev-php/ca-bundle/files/autoload.php +++ /dev/null @@ -1,8 +0,0 @@ -<?php -/* Autoloader for composer/ca-bundle and its dependencies */ - -if (!class_exists('Fedora\\Autoloader\\Autoload', false)) { - require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; -} - -\Fedora\Autoloader\Autoload::addPsr4('Composer\\CaBundle\\', __DIR__); diff --git a/dev-php/ca-bundle/metadata.xml b/dev-php/ca-bundle/metadata.xml deleted file mode 100644 index dbe7e3cd77e9..000000000000 --- a/dev-php/ca-bundle/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?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> |
