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 3035F15800A 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 79A7B2BC203; 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 643962BC202 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 9EFD1335CEC 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 034F510AF 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: <1693066035.0461d779f90e7807f8289975ad6bc8a6b366d068.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/cli-prompt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/cli-prompt/Manifest dev-php/cli-prompt/cli-prompt-1.0.0.ebuild X-VCS-Directories: dev-php/cli-prompt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0461d779f90e7807f8289975ad6bc8a6b366d068 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: ac60b03f-5844-4027-b55a-6172fa328b22 X-Archives-Hash: 7b85f581d272ca09839e4ff21febaa69 commit: 0461d779f90e7807f8289975ad6bc8a6b366d068 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 15:30:10 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 16:07:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0461d779 dev-php/cli-prompt: drop 1.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-php/cli-prompt/Manifest | 1 - dev-php/cli-prompt/cli-prompt-1.0.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-php/cli-prompt/Manifest b/dev-php/cli-prompt/Manifest index cf275cec7fdb..207ad2f9ec63 100644 --- a/dev-php/cli-prompt/Manifest +++ b/dev-php/cli-prompt/Manifest @@ -1,2 +1 @@ -DIST cli-prompt-1.0.0.tar.gz 7538 BLAKE2B 650bb080c77471515d9baf31d1c5ea13fbfb4a9100e607e2f9c372c8c2ba0f6eac2d67ea0d2327bf30d1cbfaa65a8feb7e999b3a0b130f54e48c85ed8236cbe4 SHA512 5a1f6f999976f3b01d857890b5a06cfed377597397266b44d4aba324bedc2b9f73db5dc184ab40ee6632b43c80da99f5641366903bbc7bb7e18409cb367c8461 DIST cli-prompt-1.0.3.tar.gz 7563 BLAKE2B 5f4ba04f3ed1e98b30c5ce840fdb0189422b6c83e6df82b3a617eb120b4dadc840287b3ee559b6605f1b2a9eb873abbc446a9ed3ec1dfeba1158a7a27ebee951 SHA512 e7e7bb0ae5173b784ab7dac4453b23d039abb68c11b21bfd3756f7f37da413744dcd76d8f8769ace023f91f0f2a8f78421d432bf96fe0781c05a9584b0f0f64d diff --git a/dev-php/cli-prompt/cli-prompt-1.0.0.ebuild b/dev-php/cli-prompt/cli-prompt-1.0.0.ebuild deleted file mode 100644 index 4bf34feadb3c..000000000000 --- a/dev-php/cli-prompt/cli-prompt-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Allows you to prompt for user input on the command line" -HOMEPAGE="https://github.com/Seldaek/cli-prompt" -SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/Seld/CliPrompt" - doins -r src/. "${FILESDIR}"/autoload.php - dodoc README.md -}