Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-filesystem/
Date: Fri, 16 Aug 2019 14:17:49
Message-Id: 1565965048.e9770bac6b0f87bc1662ca0c1f334a3cc887b9c4.grknight@gentoo
1 commit: e9770bac6b0f87bc1662ca0c1f334a3cc887b9c4
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 14:05:08 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 14:17:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9770bac
7
8 dev-php/symfony-filesystem: Remove HOMEPAGE from SRC_URI; RESTRICT test
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild b/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
17 index 24314726ed6..f9398c26fd3 100644
18 --- a/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
19 +++ b/dev-php/symfony-filesystem/symfony-filesystem-3.4.28.ebuild
20 @@ -5,12 +5,13 @@ EAPI=7
21
22 DESCRIPTION="Symfony Filesystem Component"
23 HOMEPAGE="https://github.com/symfony/filesystem"
24 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/symfony/filesystem/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 IUSE="test"
31 +RESTRICT="!test? ( test )"
32
33 RDEPEND="dev-lang/php:*
34 dev-php/fedora-autoloader"