From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 837F1139694 for ; Tue, 25 Apr 2017 23:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F6EAE0B78; Tue, 25 Apr 2017 23:38:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595EDE0B78 for ; Tue, 25 Apr 2017 23:38:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38DC3340DF9 for ; Tue, 25 Apr 2017 23:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B14E1743E for ; Tue, 25 Apr 2017 23:38:53 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1493163247.1e1a12249e38103d23ea8938fed9b56b7499c58d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-filesystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/symfony-filesystem/Manifest dev-php/symfony-filesystem/symfony-filesystem-3.2.6.ebuild X-VCS-Directories: dev-php/symfony-filesystem/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1e1a12249e38103d23ea8938fed9b56b7499c58d X-VCS-Branch: master Date: Tue, 25 Apr 2017 23:38:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5f9de67f-bad4-4b6c-beb4-33367584e08c X-Archives-Hash: 291cf3d14cc3da236cce8ad2cc112673 commit: 1e1a12249e38103d23ea8938fed9b56b7499c58d Author: Guillaume Seren gmail com> AuthorDate: Sun Apr 2 10:47:40 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Apr 25 23:34:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1a1224 dev-php/symfony-filesystem: Add version bump 3.2.6 Add version bump 3.2.6 Gentoo-Bug: 613898 dev-php/symfony-filesystem/Manifest | 1 + .../symfony-filesystem-3.2.6.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-php/symfony-filesystem/Manifest b/dev-php/symfony-filesystem/Manifest index 88c1b8e1cc7..fbbc342347b 100644 --- a/dev-php/symfony-filesystem/Manifest +++ b/dev-php/symfony-filesystem/Manifest @@ -1 +1,2 @@ DIST symfony-filesystem-2.7.20.tar.gz 13679 SHA256 b08c32bf2340bc7b107ec4fdff2d32634528655991e4331d4b4d72e68e816674 SHA512 ebab6760aa38577162da6d12f4c83bf1ef5fad961cc979986e1f23c6624d80099fe3853bd0dc8113b06d8258fe1b34a4a34fa737048fa500751a63a425018359 WHIRLPOOL a65c1de2a6b98713e8aaa23fa4d3fce13f5c4c15dddf7669f9e9474ff87db5c21397a66520ffebc3e6bdaa4252e6cc61e774c4ff746907efd5a266810f47fb07 +DIST symfony-filesystem-3.2.6.tar.gz 16952 SHA256 bb0802964c58753478c422e8a5dc2b5d62201a49127fa7d036bbce40fb603801 SHA512 6f2d9d772cffc77a8861a8bc70938dd5d1b984b5f95d515e93c3705647622e42bdb83a5328c81aed88bd5b2673ee4f1daf4706f0ca99cdab2c47aa0ce9630aae WHIRLPOOL fbdeeefe74225bdaee12ee57a599d74cf6657faaf50ca192a6e4d0d1c5c0db562e29786306768169aa6a961aeb92bbd099425c19a91e3e77f54f3e80f5ea4753 diff --git a/dev-php/symfony-filesystem/symfony-filesystem-3.2.6.ebuild b/dev-php/symfony-filesystem/symfony-filesystem-3.2.6.ebuild new file mode 100644 index 00000000000..b45a9caeb1c --- /dev/null +++ b/dev-php/symfony-filesystem/symfony-filesystem-3.2.6.ebuild @@ -0,0 +1,41 @@ +# 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" +RESTRICT="test" + +RDEPEND=" + dev-lang/php:* + dev-php/fedora-autoloader" +DEPEND=" + test? ( + ${RDEPEND} + dev-php/phpunit )" + +S="${WORKDIR}/filesystem-${PV}" + +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 . "${FILESDIR}"/autoload.php + dodoc README.md +} + +src_test() { + phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed" +}