mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-php/symfony-filesystem: Drop old
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST symfony-filesystem-3.2.8.tar.gz 17361 BLAKE2B 8ce4fd987ee7e0609433de8428b849645a9c8372029e0a075d3070786441577c5413e1a2f13e1581afc90cb69fe04c2b64e75de3e23ea532dd7ffd63e2bd8ee2 SHA512 b9464dec0c5100877bb7178a118ab34e9893307df371e9a9f8df8d69e59b6e14c9f7143e4eaf5b47662f69dce1b5fa975b6bb78e93a5c7455eb44dacfaab82e8
|
||||
DIST symfony-filesystem-3.4.28.tar.gz 19238 BLAKE2B dcb9752a5691834aa87b3866b6c2f53b54d5953cf721547cf3ae8aa03e826bcacb2393f324bf9a767013a2daebcf9654c7ce18822ac40758d96b35b174b8ab6d SHA512 4a2e19bf6df69396e503e11112d9b37e9deaaba5eb4fa95857b7b19e1ce073462d2ca18442b6cc1c30021f925d0878f635aa9bc1c5de55318f0c521a291efcc8
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
From cda6fa8801d04b149592c5789c0d060c4ca4e9db Mon Sep 17 00:00:00 2001
|
||||
From: Michael Orlitzky <michael@orlitzky.com>
|
||||
Date: Wed, 3 May 2017 18:33:56 -0400
|
||||
Subject: [PATCH 1/1] Annotate the one network test as being a part of the
|
||||
"network" group.
|
||||
|
||||
---
|
||||
Tests/FilesystemTest.php | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/Tests/FilesystemTest.php b/Tests/FilesystemTest.php
|
||||
index 1341392..a862fa8 100644
|
||||
--- a/Tests/FilesystemTest.php
|
||||
+++ b/Tests/FilesystemTest.php
|
||||
@@ -156,6 +156,9 @@ class FilesystemTest extends FilesystemTestCase
|
||||
$this->assertEquals('SOURCE FILE', file_get_contents($targetFilePath));
|
||||
}
|
||||
|
||||
+ /**
|
||||
+ * @group network
|
||||
+ */
|
||||
public function testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy()
|
||||
{
|
||||
$sourceFilePath = 'http://symfony.com/images/common/logo/logo_symfony_header.png';
|
||||
--
|
||||
2.10.2
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Symfony Filesystem Component"
|
||||
HOMEPAGE="https://github.com/symfony/filesystem"
|
||||
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-lang/php:*
|
||||
dev-php/fedora-autoloader"
|
||||
DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
|
||||
|
||||
S="${WORKDIR}/filesystem-${PV}"
|
||||
|
||||
# This patch is https://github.com/symfony/symfony/pull/22630
|
||||
PATCHES=( "${FILESDIR}/annotate-network-tests.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if use test; then
|
||||
cp "${FILESDIR}/autoload.php" "${S}/autoload-test.php" || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/php/Symfony/Component/Filesystem"
|
||||
doins -r Exception
|
||||
doins *.php "${FILESDIR}/autoload.php"
|
||||
dodoc CHANGELOG.md README.md
|
||||
}
|
||||
|
||||
src_test() {
|
||||
phpunit --bootstrap "${S}/autoload-test.php" \
|
||||
--exclude-group network || die 'test suite failed'
|
||||
}
|
||||
Reference in New Issue
Block a user