From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-php/ca-bundle/Manifest | 4 ---- dev-php/ca-bundle/ca-bundle-1.0.3.ebuild | 22 ---------------------- dev-php/ca-bundle/files/autoload.php | 8 -------- dev-php/ca-bundle/metadata.xml | 24 ------------------------ 4 files changed, 58 deletions(-) delete mode 100644 dev-php/ca-bundle/Manifest delete mode 100644 dev-php/ca-bundle/ca-bundle-1.0.3.ebuild delete mode 100644 dev-php/ca-bundle/files/autoload.php delete mode 100644 dev-php/ca-bundle/metadata.xml (limited to 'dev-php/ca-bundle') diff --git a/dev-php/ca-bundle/Manifest b/dev-php/ca-bundle/Manifest deleted file mode 100644 index 733ccd9e939d..000000000000 --- a/dev-php/ca-bundle/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX autoload.php 268 BLAKE2B 0b6618f45d1a4e03a317ea55b4af12c60c43f9eb98fe9b3cacc45e5cf505530cc4e332d5289365956abfb3eb882b3447d19919b5116d249d727b0c934f272eb3 SHA512 186ccfc3ae6669722d01948c266a9c0518e1da228095a880695b7de6502c9798203019622cc0c63e30fbf7abe94aa988b7c694bcc98522e04298aa90217b8ed8 -DIST ca-bundle-1.0.3.tar.gz 151659 BLAKE2B a8755af7041a1e093d06f6bf3bfdcd7461bd50ab5347f48285fb6e69d6e621c82c458c73625ed36d6745e91b0c7fabae37318da3674c47bb2813b78aa9483379 SHA512 e33629345d63121b7a6a46b0812afefad5adbc24fd5516eeb7471dd93b7e4126f144b6fc933b526796607fdc3fc9a99f5703188e15d905654d629591c555ad86 -EBUILD ca-bundle-1.0.3.ebuild 526 BLAKE2B d1f23cf223d8fafb9849c0884b8c1536db6e70a2600f91d25dc236fc5a79467fcd439933e71d7562855894ec2a6f60fcb3297e45c44df80d0dd78f10c8eadaa4 SHA512 0f2858fc082c4253f4b50f309a1f5f86538802302c8d97067210391d735f4a5274342ea234fe0a97d1f58f9fedd6d18bc996e2e08a5e43eab818295734e14315 -MISC metadata.xml 843 BLAKE2B d66b37ea7e1468303bbf544d3492a5f3108810a2a04bd5eec1562fa3b873e22cfc7922b46c96982900d8a0c7af7a22e4b33e9700057d32e238c35dd7fdaf5d06 SHA512 9cf3344f7122a81e5ce4b114a53af7c2cedc76e9607abffb906c70263b0c9dfab0209ee06be67ffc22d3da2e386fc376cc3aee007974e5338a259f853c5452fe diff --git a/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild b/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild deleted file mode 100644 index 95b1abf40256..000000000000 --- a/dev-php/ca-bundle/ca-bundle-1.0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one" -HOMEPAGE="https://github.com/composer/ca-bundle" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto /usr/share/php/Composer/CaBundle - doins src/CaBundle.php "${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 @@ - - - - - guillaumeseren@gmail.com - Guillaume Seren - - - proxy-maint@gentoo.org - Proxy Maintainers - - - php-bugs@gentoo.org - - - 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. - - - composer/ca-bundle - - -- cgit v1.2.3