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 AA44B1581F0 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 E5301E0B34; 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 C7EC1E0B34 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 D21903430AB 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 3F54D1FBE 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: <1733892861.e811349d2114cda738d6f4ea4f5846a011067751.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lua/lua-http/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-lua/lua-http/Manifest dev-lua/lua-http/lua-http-0.4_p20240908.ebuild dev-lua/lua-http/metadata.xml X-VCS-Directories: dev-lua/lua-http/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e811349d2114cda738d6f4ea4f5846a011067751 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: f1eef108-f4fb-424f-babe-d21feabd54cf X-Archives-Hash: f09a29bed3606632e426bbc637e7a843 commit: e811349d2114cda738d6f4ea4f5846a011067751 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Dec 11 04:54:21 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Dec 11 04:54:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e811349d dev-lua/lua-http: treeclean, promoted to ::gentoo Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-lua/lua-http/Manifest | 1 - dev-lua/lua-http/lua-http-0.4_p20240908.ebuild | 60 -------------------------- dev-lua/lua-http/metadata.xml | 11 ----- 3 files changed, 72 deletions(-) diff --git a/dev-lua/lua-http/Manifest b/dev-lua/lua-http/Manifest deleted file mode 100644 index d83ea6b84..000000000 --- a/dev-lua/lua-http/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lua-http-0.4_p20240908.tar.gz 142897 BLAKE2B 2c68b11ffa8e579ba2be9db08c65f8f28b1eb96079a8d1b71c245ff516a7249cee86317aca3e0635b2e612120aedfa6f4e3bbe9392919835502845567cb2100f SHA512 579db298e901c555bfabd09d375d83ec1be0b45e37c9c55a779620c720a18392fdee3dc971a2ded7b0804f1fcdfc9f69863510a5823b1a0b2637b8195a42cae1 diff --git a/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild b/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild deleted file mode 100644 index 6a8ce9bba..000000000 --- a/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild +++ /dev/null @@ -1,60 +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 - -DESCRIPTION="HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server." -HOMEPAGE="https://daurnimator.github.io/lua-http/" -HOMEPAGE+=" https://github.com/daurnimator/lua-http" -EGIT_COMMIT="ee3cf4b4992479b8ebfb39b530694af3bbd1d1eb" -SRC_URI="https://github.com/daurnimator/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="doc" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -DEPEND=" - ${LUA_DEPS} - dev-lua/basexx[${LUA_USEDEP}] - dev-lua/binaryheap[${LUA_USEDEP}] - dev-lua/cqueues[${LUA_USEDEP}] - dev-lua/fifo[${LUA_USEDEP}] - dev-lua/lpeg[${LUA_USEDEP}] - dev-lua/lpeg-patterns[${LUA_USEDEP}] - dev-lua/LuaBitOp[${LUA_USEDEP}] - dev-lua/luaossl[${LUA_USEDEP}] - lua_targets_luajit? ( dev-lua/compat53[lua_targets_luajit(-)] ) - lua_targets_lua5-1? ( dev-lua/compat53[lua_targets_lua5-1(-)] ) -" -RDEPEND="${DEPEND}" -BDEPEND="doc? ( virtual/pandoc )" - -lua_enable_tests busted - -src_compile() { - default - use doc && emake -C doc lua-http.html lua-http.3 -} - -lua_src_install() { - insinto $(lua_get_lmod_dir)/http/ - doins http/*.lua http/compat/*.lua -} - -src_install() { - lua_foreach_impl lua_src_install - if use doc; then - local HTML_DOCS=( doc/lua-http.html ) - doman doc/lua-http.3 - fi - dodoc -r "examples" - einstalldocs -} diff --git a/dev-lua/lua-http/metadata.xml b/dev-lua/lua-http/metadata.xml deleted file mode 100644 index a8fee6db0..000000000 --- a/dev-lua/lua-http/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - nicolas.parlant@parhuet.fr - Nicolas PARLANT - - - daurnimator/lua-http - -