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 7C0EA158041 for ; Fri, 23 Feb 2024 18:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 665AEE29F5; Fri, 23 Feb 2024 18:52:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49987E29F5 for ; Fri, 23 Feb 2024 18:52:03 +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 3CF193430A1 for ; Fri, 23 Feb 2024 18:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4F7D118C for ; Fri, 23 Feb 2024 18:52:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1708714309.defc14e523cb6a873f8a3cd39cd581390c5652ba.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libucl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libucl/libucl-9999.ebuild X-VCS-Directories: dev-libs/libucl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: defc14e523cb6a873f8a3cd39cd581390c5652ba X-VCS-Branch: master Date: Fri, 23 Feb 2024 18:52:00 +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: c8e75d0c-17e6-4353-9392-be17042d9149 X-Archives-Hash: a63b3d38a20768569f6afc6ca9665deb commit: defc14e523cb6a873f8a3cd39cd581390c5652ba Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 23 18:51:49 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 23 18:51:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defc14e5 dev-libs/libucl: sync live Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libucl/libucl-9999.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-libs/libucl/libucl-9999.ebuild b/dev-libs/libucl/libucl-9999.ebuild index 8b3e4c0b5cc2..3c35afc0af65 100644 --- a/dev-libs/libucl/libucl-9999.ebuild +++ b/dev-libs/libucl/libucl-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 LUA_COMPAT=( lua5-{1..3} ) inherit lua-single autotools @@ -18,7 +18,7 @@ else fi LICENSE="BSD-2" -SLOT="0" +SLOT="0/9" IUSE="lua +regex sign urls +utils static-libs test" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RESTRICT="!test? ( test )" @@ -36,12 +36,11 @@ RDEPEND="${DEPEND}" DOCS=( README.md doc/api.md ) pkg_setup() { - use lua && lua_pkg_setup + use lua && lua-single_pkg_setup } src_prepare() { default - rm tests/schema/{definitions,ref{,Remote}}.json || die eautoreconf } @@ -60,10 +59,6 @@ src_configure() { econf "${myeconfargs[@]}" } -src_test() { - emake check -} - src_install() { default use lua && DOCS+=( "doc/lua_api.md" )