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 5E1981581C1 for ; Thu, 11 Jul 2024 18:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C58B12BC0CA; Thu, 11 Jul 2024 18:47:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A41992BC0C9 for ; Thu, 11 Jul 2024 18:47:28 +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 B1E28343064 for ; Thu, 11 Jul 2024 18:47:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA861E28 for ; Thu, 11 Jul 2024 18:47:24 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1720723419.70d522c6f428e24b52ecb563cddeace2621a0e63.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Wiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Text_Wiki/Manifest dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild dev-php/PEAR-Text_Wiki/metadata.xml X-VCS-Directories: dev-php/PEAR-Text_Wiki/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 70d522c6f428e24b52ecb563cddeace2621a0e63 X-VCS-Branch: master Date: Thu, 11 Jul 2024 18:47:24 +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: 2f8ff722-5ef0-4ae7-a4d7-fc191e4f7f4a X-Archives-Hash: 03c1588e1316fe13cfd661bc11a5349b commit: 70d522c6f428e24b52ecb563cddeace2621a0e63 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Jul 11 17:37:37 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jul 11 18:43:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d522c6 dev-php/PEAR-Text_Wiki: treeclean Bug: https://bugs.gentoo.org/933998 Bug: https://bugs.gentoo.org/737676 Signed-off-by: Viorel Munteanu gentoo.org> dev-php/PEAR-Text_Wiki/Manifest | 1 - dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild | 20 -------------------- dev-php/PEAR-Text_Wiki/metadata.xml | 12 ------------ 3 files changed, 33 deletions(-) diff --git a/dev-php/PEAR-Text_Wiki/Manifest b/dev-php/PEAR-Text_Wiki/Manifest deleted file mode 100644 index 5a9e7c506ccd..000000000000 --- a/dev-php/PEAR-Text_Wiki/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Text_Wiki-1.2.3.tgz 89906 BLAKE2B 8db39418478085bebbbb32f8d80fbf9f6b9058adf9071f7f7493a4e493fbd088e231759752ddc41aad6c58b1ddab953111df006f901545c896e266b75dc70f26 SHA512 619f5323648b1344c572a1aa03626dc00a4dd9f201814fee5a3b962f69085943a1c7d1ef06e7c0cc4be7628bc76889972f1750aa9f7f67348381df1af4a4bd73 diff --git a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild b/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild deleted file mode 100644 index cc4990b352f3..000000000000 --- a/dev-php/PEAR-Text_Wiki/PEAR-Text_Wiki-1.2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -DESCRIPTION="Abstracts parsing and rendering rules for Wiki markup in structured plain text" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-php/phpunit dev-php/PEAR-PEAR )" - -src_test() { - peardev run-tests tests || die - phpunit tests/*.php || die -} diff --git a/dev-php/PEAR-Text_Wiki/metadata.xml b/dev-php/PEAR-Text_Wiki/metadata.xml deleted file mode 100644 index 0386b719da9a..000000000000 --- a/dev-php/PEAR-Text_Wiki/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - - - pear/archive - -