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 CAB7915808B for ; Sun, 29 Sep 2024 14:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F37F02BC023; Sun, 29 Sep 2024 14:57:35 +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 D9B5C2BC023 for ; Sun, 29 Sep 2024 14:57:35 +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 066D034316B for ; Sun, 29 Sep 2024 14:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 078A727F2 for ; Sun, 29 Sep 2024 14:57:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1727620934.ebd04ff4c34aa7b79c1e5489de32f3ecdcb5afa9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua_cliargs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua_cliargs/Manifest dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild X-VCS-Directories: dev-lua/lua_cliargs/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ebd04ff4c34aa7b79c1e5489de32f3ecdcb5afa9 X-VCS-Branch: master Date: Sun, 29 Sep 2024 14:57:32 +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: fcf5f830-7f17-4d25-bd31-5b0a64870e8c X-Archives-Hash: a3dcbc0a7143992b0dda8610e7666414 commit: ebd04ff4c34aa7b79c1e5489de32f3ecdcb5afa9 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Sep 29 13:32:37 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 29 14:42:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd04ff4 dev-lua/lua_cliargs: drop 3.0_p2-r1 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua_cliargs/Manifest | 1 - dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild | 37 ------------------------ 2 files changed, 38 deletions(-) diff --git a/dev-lua/lua_cliargs/Manifest b/dev-lua/lua_cliargs/Manifest index c200d587e296..3b9461613c3f 100644 --- a/dev-lua/lua_cliargs/Manifest +++ b/dev-lua/lua_cliargs/Manifest @@ -1,2 +1 @@ DIST lua_cliargs-3.0.2.tar.gz 31302 BLAKE2B 7ddfd44844f750b943de4d3f8efd90d535f99b959c89e3f29638b456e7f0d8e281489f84e92147800eab80bc0aa8520cb4456ddd7a73863e10eb6a75b55d68ad SHA512 3d9dac4723e8a41284eb28a7d1b5c400add91de055eb59645406929f5091c52bd71640b5f4914597b222b5ce7b43bbc918e4a34a69ce7bae726638bd2447abf8 -DIST lua_cliargs-3.0_p2.tar.gz 30435 BLAKE2B 8edf60870e0d91593064876a225ef7fbe638425da13b458d6356eaa0636482ca904f9355fd15314d4893e6f5346a6faa30fb6078d191a29aa14e26aa5d74a4be SHA512 e7a475f1d41249b0a35f021a6ccca46078f5b689c1927a4dd4cab80b2e4d291babaab35cf7d64fad3ebf68d871fb5177f030c7a2b28d9f55fbeb4dd26021d024 diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild deleted file mode 100644 index 2564beb1bb9c..000000000000 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1..4} luajit ) -MY_PV="${PV/_p/-}" - -inherit lua - -DESCRIPTION="A command-line argument parsing module for Lua" -HOMEPAGE="https://github.com/amireh/lua_cliargs" -SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" -IUSE="examples" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND="${LUA_DEPS}" -BDEPEND="virtual/pkgconfig" - -HTML_DOCS=( "doc/." ) - -lua_src_install() { - insinto $(lua_get_lmod_dir) - doins -r src/. -} - -src_install() { - lua_foreach_impl lua_src_install - - use examples && dodoc -r examples - einstalldocs -}