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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76CDF1581F0 for ; Wed, 11 Dec 2024 10:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC83E0B33; Wed, 11 Dec 2024 10:15:52 +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 9FFBDE0B33 for ; Wed, 11 Dec 2024 10:15:52 +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 B5DFD343097 for ; Wed, 11 Dec 2024 10:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192711F7A for ; Wed, 11 Dec 2024 10:15:49 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733892845.24e5efec59a690bc3013c0e1f6206ddcc331360b.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lua/fifo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lua/fifo/Manifest dev-lua/fifo/fifo-0.2.ebuild dev-lua/fifo/metadata.xml X-VCS-Directories: dev-lua/fifo/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 24e5efec59a690bc3013c0e1f6206ddcc331360b X-VCS-Branch: master Date: Wed, 11 Dec 2024 10:15:49 +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: ff0cb05c-d8b5-4e85-8743-ee7b6fd27607 X-Archives-Hash: 6cdcb9f3ded9bee18c77956dab8b1523 commit: 24e5efec59a690bc3013c0e1f6206ddcc331360b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Dec 11 04:54:05 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Dec 11 04:54:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24e5efec dev-lua/fifo: treeclean, promoted to ::gentoo Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-lua/fifo/Manifest | 1 - dev-lua/fifo/fifo-0.2.ebuild | 39 --------------------------------------- dev-lua/fifo/metadata.xml | 11 ----------- 3 files changed, 51 deletions(-) diff --git a/dev-lua/fifo/Manifest b/dev-lua/fifo/Manifest deleted file mode 100644 index 0a56c4fa3..000000000 --- a/dev-lua/fifo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fifo-0.2.tar.gz 5210 BLAKE2B 08d4df04b49d2edddddb966320baf751b873a1e833af9da83375e02e36e55f40a544de1fc287f994692bfcfd1494574908deb5f5a6a4adea309639174d6e246b SHA512 db2e0d2117c70ab0daa6e83141b95f198689e6568aab51e8300ca5577c1a517de249b9514ad8a3476239da3d9bceb699726ead913126817c0801f7ec5d419306 diff --git a/dev-lua/fifo/fifo-0.2.ebuild b/dev-lua/fifo/fifo-0.2.ebuild deleted file mode 100644 index 630f5882c..000000000 --- a/dev-lua/fifo/fifo-0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1..4} luajit ) - -inherit lua - -MY_PN="${PN}.lua" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Fifo library for Lua" -HOMEPAGE="https://github.com/daurnimator/fifo.lua" -SRC_URI="https://github.com/daurnimator/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -REQUIRED_USE="${LUA_REQUIRED_USE}" - -DEPEND="${LUA_DEPS}" -RDEPEND="${DEPEND}" - -lua_enable_tests busted - -lua_src_install() { - insinto $(lua_get_lmod_dir) - doins ${PN}.lua -} - -src_install() { - lua_foreach_impl lua_src_install - local DOCS=( README.md LICENSE doc/index.md ) - einstalldocs -} diff --git a/dev-lua/fifo/metadata.xml b/dev-lua/fifo/metadata.xml deleted file mode 100644 index 97eea74e7..000000000 --- a/dev-lua/fifo/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nicolas.parlant@parhuet.fr - Nicolas PARLANT - - - daurnimator/fifo.lua - -