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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49C5A15801B for ; Sat, 26 Aug 2023 16:07:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA712BC204; Sat, 26 Aug 2023 16:07:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78AF32BC202 for ; Sat, 26 Aug 2023 16:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B358B335D0A for ; Sat, 26 Aug 2023 16:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A2D910B1 for ; Sat, 26 Aug 2023 16:07:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693066036.1a9ddca0e4bdaf565f6e275843c23d81ba694699.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-event-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/symfony-event-dispatcher/Manifest dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild X-VCS-Directories: dev-php/symfony-event-dispatcher/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1a9ddca0e4bdaf565f6e275843c23d81ba694699 X-VCS-Branch: master Date: Sat, 26 Aug 2023 16:07:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f094c5ad-8891-42ec-9518-abc0bd28bff3 X-Archives-Hash: faf55a205a45fd543fdee23f09c6f552 commit: 1a9ddca0e4bdaf565f6e275843c23d81ba694699 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 15:42:32 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 16:07:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9ddca0 dev-php/symfony-event-dispatcher: drop 2.1.0-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-php/symfony-event-dispatcher/Manifest | 1 - .../symfony-event-dispatcher-2.1.0-r1.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/dev-php/symfony-event-dispatcher/Manifest b/dev-php/symfony-event-dispatcher/Manifest index f050f1dad3dc..e8b5b1725ebb 100644 --- a/dev-php/symfony-event-dispatcher/Manifest +++ b/dev-php/symfony-event-dispatcher/Manifest @@ -1,2 +1 @@ -DIST symfony-event-dispatcher-2.1.0.tar.gz 10271 BLAKE2B 0fcb3fd95643a24ff31d4e60c31e801e488c323358dc723be95471dc01df9d052fc6cb19ce5401ba4512cc4e308fd149975f969cf89406b48d11e48ef6313ee1 SHA512 2430e0955322aa938635b34cfa151166218da51bcc7ac1ff52789fc16aef9eeaa5c504f9d03daa819f47652e5207703314c8695e5023369fe8edf88af06bc54b DIST symfony-event-dispatcher-2.8.50.tar.gz 15682 BLAKE2B dff817cc540074caabef6bbcd24fedee8bc377fbd688ead9d7a95df9987c79446bac630f806dfa190572a214393676042682b84bed58a6e0d5bb47d0dfd64986 SHA512 ecb5e17d5f0639c49fa35e9dc33d3b7d6a7792c95d9020ede9ceebe0de5e0192101607ac6f797e35a7ea5ced36231e616d76fe4f8ab74c0d42014782de590a35 diff --git a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild deleted file mode 100644 index 43e947bc1128..000000000000 --- a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.1.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Symfony EventDispatcher Component" -HOMEPAGE="https://github.com/symfony/event-dispatcher" -SRC_URI="https://github.com/symfony/event-dispatcher/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader - >=dev-php/symfony-dependency-injection-2.1.0" -DEPEND=" - test? ( - ${RDEPEND} - dev-php/phpunit )" - -S="${WORKDIR}/event-dispatcher-${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/EventDispatcher" - doins -r . "${FILESDIR}"/autoload.php - dodoc README.md -} - -src_test() { - phpunit --bootstrap "${S}"/autoload-test.php || die "test suite failed" -}