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 305F015800D for ; Fri, 7 Jul 2023 02:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27823E07D4; Fri, 7 Jul 2023 02:14:11 +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 0B2BDE07D4 for ; Fri, 7 Jul 2023 02:14:10 +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 A5E513410FF for ; Fri, 7 Jul 2023 02:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD6F6AC3 for ; Fri, 7 Jul 2023 02:14:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688695970.d3186ec8679f6518050dcd8b6f0d8de0c7485e79.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/inih/Manifest dev-libs/inih/inih-57.ebuild X-VCS-Directories: dev-libs/inih/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3186ec8679f6518050dcd8b6f0d8de0c7485e79 X-VCS-Branch: master Date: Fri, 7 Jul 2023 02:14:07 +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: b79039d4-85db-4ccd-b8f4-886c8909f012 X-Archives-Hash: 5f36f3cda9aa29c6b3af6ef4442e7672 commit: d3186ec8679f6518050dcd8b6f0d8de0c7485e79 Author: Sam James gentoo org> AuthorDate: Fri Jul 7 02:12:50 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 7 02:12:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3186ec8 dev-libs/inih: add 57 Signed-off-by: Sam James gentoo.org> dev-libs/inih/Manifest | 1 + dev-libs/inih/inih-57.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest index 99f535bd88e4..eee67f4d9c04 100644 --- a/dev-libs/inih/Manifest +++ b/dev-libs/inih/Manifest @@ -1 +1,2 @@ DIST inih-56.tar.gz 18458 BLAKE2B 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d SHA512 ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2 +DIST inih-57.tar.gz 18954 BLAKE2B df2e2a14b4186616071f6ad2a64e0423148fb9a4624a74d4b16845a4a12eb72b1965f1314b92a710b80cc68d85dbe4ef09d6db159b76be856a4041f21a8c520c SHA512 9f758df876df54ed7e228fd82044f184eefbe47e806cd1e6d62e1b0ea28e2c08e67fa743042d73b4baef0b882480e6afe2e72878b175822eb2bdbb6d89c0e411 diff --git a/dev-libs/inih/inih-57.ebuild b/dev-libs/inih/inih-57.ebuild new file mode 100644 index 000000000000..ba61d2ec922a --- /dev/null +++ b/dev-libs/inih/inih-57.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Tests not wired up to meson and don't seem to be intended for downstream use yet +# e.g. hardcoding gcc, just a shell script + +inherit meson + +DESCRIPTION="inih (INI not invented here) simple .INI file parser" +HOMEPAGE="https://github.com/benhoyt/inih" +SRC_URI="https://github.com/benhoyt/inih/archive/r${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/inih-r${PV} + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DOCS=( README.md ) + +src_configure() { + local emesonargs=( + -Ddefault_library=shared + -Ddistro_install=true + -Dwith_INIReader=true + ) + + meson_src_configure +}