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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 184301382C5 for ; Wed, 14 Apr 2021 20:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B9D8E0A44; Wed, 14 Apr 2021 20:08:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 368FEE0A44 for ; Wed, 14 Apr 2021 20:08:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 312E8340D38 for ; Wed, 14 Apr 2021 20:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8F054D2 for ; Wed, 14 Apr 2021 20:08:52 +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: <1618430911.c0ed5d49c89c21cd574db083270a5154b0d8a615.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-argparse/Manifest dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild X-VCS-Directories: dev-lua/lua-argparse/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c0ed5d49c89c21cd574db083270a5154b0d8a615 X-VCS-Branch: master Date: Wed, 14 Apr 2021 20:08:52 +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: aa11f60b-c00a-4106-8ae0-27b8c36a310d X-Archives-Hash: ac9695bcde71ac118eb6af29fcf583d6 commit: c0ed5d49c89c21cd574db083270a5154b0d8a615 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 14 19:35:25 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 14 20:08:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed5d49 dev-lua/lua-argparse: drop old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-argparse/Manifest | 1 - .../lua-argparse/lua-argparse-0.6.0-r100.ebuild | 60 ---------------------- 2 files changed, 61 deletions(-) diff --git a/dev-lua/lua-argparse/Manifest b/dev-lua/lua-argparse/Manifest index 2d0fc3a8147..a1d43f077e5 100644 --- a/dev-lua/lua-argparse/Manifest +++ b/dev-lua/lua-argparse/Manifest @@ -1,2 +1 @@ -DIST lua-argparse-0.6.0.tar.gz 36712 BLAKE2B 88882738453a894db68ef93557d870393eaec1fb2bf39b110bd2691678d26be64734d07c7f01f760d9c1d031e530707449ff2ca54a5cdd428cb8da3b1897a7e1 SHA512 7efdfab8ec563a9e7eddc7aff760fd4d3605df2896939af3f2c80e5ed4d4e5ba45a7815057e15446d242351a6fd139d6b8da802fe318d4a4bcd69918fece53d1 DIST lua-argparse-0.7.1.tar.gz 43778 BLAKE2B 6bc6a3dee3fd98cb8c00fa3ccb3ae9ffdb9f2707d80dd7f5717e1265430731957b756672ed4acd9222c686108f8a8b8c71c71285c2540e818396faf302c1d287 SHA512 f192d0c591516a74408a19c0bbf34233be180f63794211a951d19fc8d981749bc71eace16a4680c8f2bb302ab48958c6a9ffc84022a1754275fc1f9113ae32b0 diff --git a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild b/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild deleted file mode 100644 index d331efad3b8..00000000000 --- a/dev-lua/lua-argparse/lua-argparse-0.6.0-r100.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..3} luajit ) - -inherit lua toolchain-funcs - -DESCRIPTION="Command line argument parser for the Lua Programming Language" -HOMEPAGE="https://github.com/mpeterv/argparse" -SRC_URI="https://github.com/mpeterv/${PN/lua-/}/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN//lua-/}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="doc test" - -RESTRICT="!test? ( test )" - -RDEPEND="${LUA_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - doc? ( dev-python/sphinx ) - test? ( - dev-lua/busted[${LUA_USEDEP}] - ${RDEPEND} - ) -" - -src_compile() { - if use doc; then - sphinx-build docsrc html || die - rm -rf "${S}"/html/{.doctrees,_sources} || die - fi -} - -lua_src_test() { - busted --exclude-tags="unsafe" --lua=${ELUA} || die -} - -src_test() { - lua_foreach_impl lua_src_test -} - -lua_src_install() { - insinto "$(lua_get_lmod_dir)" - doins src/argparse.lua -} - -src_install() { - default - - use doc && local -a HTML_DOCS=( "html/." ) - einstalldocs - - lua_foreach_impl lua_src_install -}