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 A4D1D158170 for ; Sun, 21 Jul 2024 15:02:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656D32BC05D; Sun, 21 Jul 2024 15:02:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45CDD2BC05D for ; Sun, 21 Jul 2024 15:02:57 +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 672A734308B for ; Sun, 21 Jul 2024 15:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B29D91E4D for ; Sun, 21 Jul 2024 15:02:53 +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: <1721574163.0e45783a4dbc05007df49bb7bab28ef97d0ae784.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/dkjson/Manifest dev-lua/dkjson/dkjson-2.7.ebuild X-VCS-Directories: dev-lua/dkjson/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0e45783a4dbc05007df49bb7bab28ef97d0ae784 X-VCS-Branch: master Date: Sun, 21 Jul 2024 15:02:53 +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: d048f6f5-884e-437d-a6f4-718a2534c605 X-Archives-Hash: 7e7ad5c65f597b278d1e1fde25b29c3e commit: 0e45783a4dbc05007df49bb7bab28ef97d0ae784 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 21 14:50:39 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 21 15:02:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e45783a dev-lua/dkjson: drop 2.7 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/dkjson/Manifest | 1 - dev-lua/dkjson/dkjson-2.7.ebuild | 48 ---------------------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-lua/dkjson/Manifest b/dev-lua/dkjson/Manifest index 5eac68223d07..56a11249f4fd 100644 --- a/dev-lua/dkjson/Manifest +++ b/dev-lua/dkjson/Manifest @@ -1,2 +1 @@ -DIST dkjson-2.7.tar.gz 17292 BLAKE2B e3ac57edb6333dee8eeeba9d844ddc9f3fb3d35c6bd61a896ffff928e2d5c4d17be8a0c01c36d83fb0e4694ad38f3233a92f093cf85dc4b7375a72a224f7e0a8 SHA512 8e0cfb27fb2721c57b4fa0e104edc5e3b1f2b375e6ddde486be44f2bd574c19fccbc7c6f629f3d04b16cf652effd0894cb38edf405395488d33577420692246e DIST dkjson-2.8.tar.gz 17442 BLAKE2B cba188f1f70f948a4222edf20540d2d33a015126b302800d1c574352e2b780e736b06baf20cc6cc960790b35810810f7ac4bfa8cc20571b29d006d0a435b0078 SHA512 aca05fd72d25151b008573b73e95e3f808ef7435f36db2814d8825a39a38917fdc7469557dce6fac951fbe9d3b67eaa5fd3701746743499a8036119bd262b222 diff --git a/dev-lua/dkjson/dkjson-2.7.ebuild b/dev-lua/dkjson/dkjson-2.7.ebuild deleted file mode 100644 index 75f1f2875c76..000000000000 --- a/dev-lua/dkjson/dkjson-2.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-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="David Kolf's JSON module for Lua" -HOMEPAGE="http://dkolf.de/src/dkjson-lua.fsl/" -SRC_URI="http://dkolf.de/dkjson-lua/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" -IUSE="test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="!test? ( test )" - -RDEPEND="${LUA_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - test? ( ${RDEPEND} ) -" - -DOCS=( "readme.txt" ) - -lua_src_test() { - ${ELUA} jsontest.lua || die - ${ELUA} speedtest.lua ${PN} || die -} - -src_test() { - lua_foreach_impl lua_src_test -} - -lua_src_install() { - insinto $(lua_get_lmod_dir) - doins dkjson.lua -} - -src_install() { - lua_foreach_impl lua_src_install - - einstalldocs -}