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 23CD815800A for ; Sat, 26 Aug 2023 15:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3157E2BC1C3; Sat, 26 Aug 2023 15:10:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 155DF2BC1C3 for ; Sat, 26 Aug 2023 15:10:01 +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 25A42340D8B for ; Sat, 26 Aug 2023 15:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 869B81097 for ; Sat, 26 Aug 2023 15:09:58 +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: <1693062565.d86dc6fc36e060c514d06f4992b59ff09e44f590.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-resource-operations/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/sebastian-resource-operations/Manifest dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild X-VCS-Directories: dev-php/sebastian-resource-operations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d86dc6fc36e060c514d06f4992b59ff09e44f590 X-VCS-Branch: master Date: Sat, 26 Aug 2023 15:09:58 +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: 2de31a6a-df65-4679-9344-714524abdb67 X-Archives-Hash: ed003061e2a5f000f66b17df7f601a95 commit: d86dc6fc36e060c514d06f4992b59ff09e44f590 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 13:01:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 15:09:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86dc6fc dev-php/sebastian-resource-operations: drop 1.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-php/sebastian-resource-operations/Manifest | 1 - .../sebastian-resource-operations-1.0.0.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-php/sebastian-resource-operations/Manifest b/dev-php/sebastian-resource-operations/Manifest index 3fedbbc8c9eb..50a598a1575e 100644 --- a/dev-php/sebastian-resource-operations/Manifest +++ b/dev-php/sebastian-resource-operations/Manifest @@ -1,2 +1 @@ -DIST sebastian-resource-operations-1.0.0.tar.gz 6449 BLAKE2B 0f748d4792a3d4705560c79047fbdb9c6371435600dbd8373e4c60c8edc436f3487264107b7f3d76125bde3ec7b30062587c96dad7612fdc4e4132d3912813ef SHA512 d11d06c9b8b4a1507238443588f34a85836fcd65d2afdb9bcf3cecfe352cba46c9349988550e901c301db8a21f19cc960a8164653ac66e57661cebddf52ad906 DIST sebastian-resource-operations-2.0.1.tar.gz 17772 BLAKE2B 8a98c2735973f063fefba9079bf10e1b4a1317eab2e9326bf338d50b2c278673ade93bc20fb415d4d33046575045d0e2d147b5b1ba38812c84031c7a691d1946 SHA512 991716a948f3492b2f3c886f07485fec26ad7e31f8588a2cbf6deff8ef4791e403962578590b117ed43def7753a5f44f0f8c8f92994bc58295d58db3f7d71021 diff --git a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild b/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild deleted file mode 100644 index df963717269d..000000000000 --- a/dev-php/sebastian-resource-operations/sebastian-resource-operations-1.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/sebastian-//}" - -DESCRIPTION="Provides a list of PHP built-in functions that operate on resources" -HOMEPAGE="https://phpunit.de" -SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}-${PV}" - -RDEPEND="dev-php/fedora-autoloader - >=dev-lang/php-5.6:* - " - -src_install() { - insinto /usr/share/php/SebastianBergmann/ResourceOperations - doins -r src/* - doins "${FILESDIR}/autoload.php" -}