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 8D2751581C1 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 F3B842BC0C9; Thu, 11 Jul 2024 18:47:28 +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 C3D3B2BC0C9 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 5D49F343053 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 B70561E23 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.fd788ee0d19a4fd513eaaa76f764568e62968332.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Text_Figlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Text_Figlet/Manifest dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild dev-php/PEAR-Text_Figlet/metadata.xml X-VCS-Directories: dev-php/PEAR-Text_Figlet/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: fd788ee0d19a4fd513eaaa76f764568e62968332 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: 8ed9fa5c-ccc1-4cf9-874b-a2f5307862b5 X-Archives-Hash: c8e0c3cdb61b068f0e67cc803cb3fbe1 commit: fd788ee0d19a4fd513eaaa76f764568e62968332 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Jul 11 17:37:07 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=fd788ee0 dev-php/PEAR-Text_Figlet: treeclean Bug: https://bugs.gentoo.org/933998 Signed-off-by: Viorel Munteanu gentoo.org> dev-php/PEAR-Text_Figlet/Manifest | 1 - .../PEAR-Text_Figlet-1.0.2-r1.ebuild | 44 ---------------------- dev-php/PEAR-Text_Figlet/metadata.xml | 12 ------ 3 files changed, 57 deletions(-) diff --git a/dev-php/PEAR-Text_Figlet/Manifest b/dev-php/PEAR-Text_Figlet/Manifest deleted file mode 100644 index 55430561e2b7..000000000000 --- a/dev-php/PEAR-Text_Figlet/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Text_Figlet-1.0.2.tgz 8775 BLAKE2B 7c397479c00e193409f47d5419aa35fdaf7440f6991882a9a517a319e3240523075f7fa9bdfbffdef9efd1b6ad98bb7e2679c3fdde6cf87365bfe93290571b02 SHA512 e17578a2f4ebd67adedc57cbeceb8191a7ddc712efe0a631cb696d79392bc025ecdd0b389078dc65f6e0fd676d3e435178ae280cae9b9c11d8c4964152d9db06 diff --git a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild b/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild deleted file mode 100644 index 73750fe3f91c..000000000000 --- a/dev-php/PEAR-Text_Figlet/PEAR-Text_Figlet-1.0.2-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 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="Render text using FIGlet fonts" -HOMEPAGE="https://pear.php.net/package/Text_Figlet" -SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" -LICENSE="PHP-3.01 - examples? ( GPL-2+ OFL-1.1 )" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -RDEPEND="dev-lang/php:* - dev-php/PEAR-PEAR" - -S="${WORKDIR}/${MY_P}" - -src_install() { - dodoc docs/README.TXT - - if use examples; then - dodoc -r docs/examples - - # Earlier versions of this ebuild installed this font under - # /usr/share/php/data, which is obviously the wrong place for - # them, but is where we have configured PEAR's data_dir. The - # fonts can be referenced by absolute path, however, and not - # just by name. Since this font is used in the example -- and as - # long as no one expects this *particular* font to work out of - # the box -- installing it with the docs will suffice. - # - # The one consumer of this in the tree is PEAR-Text_CAPTCHA, and - # it loads its fonts using an absolute path. - dodoc fonts/makisupa.flf - fi - - insinto /usr/share/php - doins -r Text -} diff --git a/dev-php/PEAR-Text_Figlet/metadata.xml b/dev-php/PEAR-Text_Figlet/metadata.xml deleted file mode 100644 index 4bee62ba3ab5..000000000000 --- a/dev-php/PEAR-Text_Figlet/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - - pear/Text_Figlet - Text_Figlet - -