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 F415315817D for ; Fri, 21 Jun 2024 05:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F36A1E2A5F; Fri, 21 Jun 2024 05:04:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D05D0E2A5F for ; Fri, 21 Jun 2024 05:04:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 031BC33BF29 for ; Fri, 21 Jun 2024 05:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A6621D46 for ; Fri, 21 Jun 2024 05:04:10 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718946207.ce0ebd23b9332179134af4661374672df1b26a22.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Structures_Graph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Structures_Graph/Manifest dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild X-VCS-Directories: dev-php/PEAR-Structures_Graph/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ce0ebd23b9332179134af4661374672df1b26a22 X-VCS-Branch: master Date: Fri, 21 Jun 2024 05:04:10 +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: 285773c4-eb2e-48bb-a42c-acf719cfea40 X-Archives-Hash: 26dbc956b788736cddcc07f03809cbea commit: ce0ebd23b9332179134af4661374672df1b26a22 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jun 21 05:03:27 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 21 05:03:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0ebd23 dev-php/PEAR-Structures_Graph: drop 1.1.1-r1 Signed-off-by: Arthur Zamarin gentoo.org> dev-php/PEAR-Structures_Graph/Manifest | 1 - .../PEAR-Structures_Graph-1.1.1-r1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-php/PEAR-Structures_Graph/Manifest b/dev-php/PEAR-Structures_Graph/Manifest index 642d4147fef1..6fe4b20376f8 100644 --- a/dev-php/PEAR-Structures_Graph/Manifest +++ b/dev-php/PEAR-Structures_Graph/Manifest @@ -1,2 +1 @@ -DIST Structures_Graph-1.1.1.tgz 12402 BLAKE2B 049fc9a15b1ea46a8cb63576174b4b1cc491dd31794b8a1f9526958f6d54902069d16a7158615fc9708ba88bf46e0b021baa01596e443f8c6d9a7f551dac8b23 SHA512 cd4feb265e1aa05de348645dfc0b8e336486cb02c553dd8fcacb0a1eab452bf54108e07864395d55e0c92f4ffd338a5ae846b2dc28804bb23f03c91864ef0284 DIST Structures_Graph-1.2.0.tgz 12507 BLAKE2B 2dca23da6d9b42aefee9c10f0ff3cbd0946186b332d0f56da65d068e02b9858c9113568b9850c4b1aae0ed4dd15b2c463765f2ed3d232083d5d6ef130443b14f SHA512 a256e6be4ac2011678942d97e39975973aed8b8dbab535325810ae97fb322a4aaac8daf1302f34f239a2b38649ddb39c1ae0a8c325aa1c6cbd90208adf9973dc diff --git a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild b/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild deleted file mode 100644 index 90cdfffd089f..000000000000 --- a/dev-php/PEAR-Structures_Graph/PEAR-Structures_Graph-1.1.1-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/PEAR-/}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Graph datastructure manipulation library" -HOMEPAGE="https://pear.php.net/package/Structures_Graph" -SRC_URI="https://pear.php.net/get/${MY_P}.tgz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~s390 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/php:*" -PDEPEND="dev-php/PEAR-PEAR" - -S="${WORKDIR}/${MY_P}" - -src_install() { - insinto /usr/share/php - doins -r Structures -}