public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/
Date: Wed, 02 Apr 2025 02:31:34 +0000 (UTC)	[thread overview]
Message-ID: <1743560993.406987682ce853a8a96b8adc77be1308d2797b0a.sam@gentoo> (raw)

commit:     406987682ce853a8a96b8adc77be1308d2797b0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  2 02:29:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  2 02:29:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40698768

dev-libs/inih: add 59

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/inih/Manifest       |  1 +
 dev-libs/inih/inih-59.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest
index 52b0f107e155..6d494f135b40 100644
--- a/dev-libs/inih/Manifest
+++ b/dev-libs/inih/Manifest
@@ -1,2 +1,3 @@
 DIST inih-57.tar.gz 18954 BLAKE2B df2e2a14b4186616071f6ad2a64e0423148fb9a4624a74d4b16845a4a12eb72b1965f1314b92a710b80cc68d85dbe4ef09d6db159b76be856a4041f21a8c520c SHA512 9f758df876df54ed7e228fd82044f184eefbe47e806cd1e6d62e1b0ea28e2c08e67fa743042d73b4baef0b882480e6afe2e72878b175822eb2bdbb6d89c0e411
 DIST inih-58.tar.gz 19964 BLAKE2B ba71b21b30c039df026adbd29b422b064934046ced21a37479421e866b73969826dc1fea4e3bc0c5ea427248c774d8f80b83056c54769d454bafa2f336d08024 SHA512 d69f488299c1896e87ddd3dd20cd9db5848da7afa4c6159b8a99ba9a5d33f35cadfdb9f65d6f2fe31decdbadb8b43bf610ff2699df475e1f9ff045e343ac26ae
+DIST inih-59.tar.gz 20513 BLAKE2B 6162749ae4f162972041abad6f18dd85a65a70a6672ab90bb41d13ae049a58548a7b9031960a934cab697edf884aac8bb35131c373aa952efe7647eaccb29f80 SHA512 cd5ee8796c1be1ff7f589069ec90fee6fc4464ae7b2f0b39600ab08cf01cda9e4c006aa1cba0ee3c78df0111de5da23fa314816bfd327e34211a0dfcfa1d993b

diff --git a/dev-libs/inih/inih-59.ebuild b/dev-libs/inih/inih-59.ebuild
new file mode 100644
index 000000000000..f5614b08d6b6
--- /dev/null
+++ b/dev-libs/inih/inih-59.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+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 ~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-multilib_src_configure
+}


             reply	other threads:[~2025-04-02  2:31 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-02  2:31 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 10:19 [gentoo-commits] repo/gentoo:master commit in: dev-libs/inih/ Sam James
2024-03-14  8:23 Arthur Zamarin
2024-03-14  7:36 Arthur Zamarin
2024-03-14  6:19 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:06 Sam James
2024-01-27 10:22 Sam James
2024-01-27 10:22 Sam James
2024-01-23 20:15 Arthur Zamarin
2024-01-12 18:06 Arthur Zamarin
2024-01-12 18:06 Arthur Zamarin
2024-01-12 18:06 Arthur Zamarin
2024-01-12 18:06 Arthur Zamarin
2024-01-12 17:08 Sam James
2024-01-12 17:08 Sam James
2024-01-12 16:06 Sam James
2023-08-21  3:50 Sam James
2023-08-19 11:38 Sam James
2023-08-19 11:38 Sam James
2023-08-19  9:32 Sam James
2023-08-19  7:42 Arthur Zamarin
2023-08-19  6:58 Arthur Zamarin
2023-08-19  6:37 Sam James
2023-08-19  6:33 Sam James
2023-07-07  2:14 Sam James
2022-09-23  2:14 Sam James
2022-09-17  5:38 Arthur Zamarin
2022-09-16 16:58 Arthur Zamarin
2022-09-16 13:11 Arthur Zamarin
2022-09-07  1:50 Sam James
2022-09-06 21:44 Jakov Smolić
2022-09-06 21:37 Sam James
2022-09-06 21:35 Sam James
2022-09-06 21:28 Sam James
2022-07-14  4:16 Sam James
2022-05-22 11:39 Jakov Smolić
2022-05-22  6:22 Agostino Sarubbo
2022-05-22  6:19 Agostino Sarubbo
2022-05-22  6:17 Agostino Sarubbo
2022-05-22  3:21 Sam James
2022-05-22  3:20 Sam James
2022-05-22  3:18 Sam James
2022-05-22  3:18 Sam James
2022-05-19 11:24 WANG Xuerui
2022-04-03  1:48 Sam James
2021-09-10 20:16 Matt Turner
2021-09-02 17:05 Marek Szuba
2021-05-08 19:11 David Seifert
2021-05-08 18:58 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:55 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:49 Sam James
2021-05-08 18:44 Sam James
2021-05-08 18:41 Sam James
2021-02-12 10:29 Lars Wendler
2021-02-12 10:29 Lars Wendler
2021-01-15  0:30 Joshua Kinard
2021-01-07 12:20 Lars Wendler
2021-01-03 23:37 Sam James
2021-01-03 22:57 Sam James
2021-01-03 19:40 Sam James
2021-01-03 12:13 Sergei Trofimovich
2021-01-03  9:12 Sam James
2020-12-25  2:24 Matt Turner
2020-12-12  7:03 Sam James
2020-12-12  4:08 Sam James
2020-12-12  4:08 Sam James
2020-12-12  3:49 Sam James
2020-12-12  3:49 Sam James
2020-12-12  3:49 Sam James
2020-12-12  3:49 Sam James
2020-12-12  3:49 Sam James
2020-12-12  3:02 Lars Wendler
2020-12-12  3:02 Lars Wendler
2020-09-28 11:34 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743560993.406987682ce853a8a96b8adc77be1308d2797b0a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox