From b426a5cef3f0ebe3389686a1c145a834d3a1e120 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 9 Sep 2022 10:40:04 +0100 Subject: gentoo auto-resync : 09:09:2022 - 10:40:04 --- dev-libs/inih/Manifest | 2 +- dev-libs/inih/inih-56-r1.ebuild | 30 ++++++++++++++++++++++++++++++ dev-libs/inih/inih-56.ebuild | 31 ------------------------------- 3 files changed, 31 insertions(+), 32 deletions(-) create mode 100644 dev-libs/inih/inih-56-r1.ebuild delete mode 100644 dev-libs/inih/inih-56.ebuild (limited to 'dev-libs/inih') diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest index 84f3fd41549b..41e9ca861cdd 100644 --- a/dev-libs/inih/Manifest +++ b/dev-libs/inih/Manifest @@ -1,5 +1,5 @@ DIST inih-55.tar.gz 18219 BLAKE2B 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 SHA512 bcbef361a4400da017dbed811ad21672b58512d2b2b537cc0058cdeca709dd0d5a9def4045ce1c1972873c3d3d35182123337e4388676f6f0d16e8dbff967b0f DIST inih-56.tar.gz 18458 BLAKE2B 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d SHA512 ff3e0910990f73e5b21fddc84737ab346279f201c86c7ad864c6cad9de5bde57c3e0a433b9b8f3585b7d86feaae2ea074185f92891dcadc98c274c1c0745d2d2 EBUILD inih-55.ebuild 766 BLAKE2B f663eafa557bc2eebfa3a1186d93a198e4d8bd371c8de89c1cf817335105cee5cdb626e5c4323e048d8b4d1d48581f5566469272f7d701f1958c431a9fa1581c SHA512 bafcd6430cb49eac80e2a068f5f6327920040318a2577728db8ca8d345de683f3671fd68c600d69939f8fd76e444812968effdf8212eb167acb10332eb3079ac -EBUILD inih-56.ebuild 769 BLAKE2B f683f556a1739fe735627000899364169c6a7b5fc268df03f743261c5382c4d8f3e34ebafed185880d6a300ae62f615a13b0e9ba3d28c6dc552471dc754fdf08 SHA512 9a4910ab52f5e5fda92b7c7fa8d6021730f0f5f449574f257f42da490b2d5193e192bd689b414378133632aa9fa288aa1fe4aaa4cadd412652e6d5932785d74c +EBUILD inih-56-r1.ebuild 750 BLAKE2B b09131a21552af44fcdcf46d35fe451496b37d1eb8e9aa3f3ed2288cab36cd057822f6a42a3db100dab27e6878c9da7a6e6761dd5a4c02232ae518aa4311c39e SHA512 61ab9d2559300dd8d292b54841d330170babbe134f8b81712ed0ed7cd13901328f4148045d7d2df4b5788f5f97b4f1ab1c6fe67942ddd556fa35b4eb1f7e4734 MISC metadata.xml 520 BLAKE2B d067b0d423cb2ecdeee888a8b6588c1ee3a47d9080a83d0288736fd31d2521956e6dfb970d612ca27f3c9da8103f37e3dd3245eba9b57f9a1ce4d8631695da14 SHA512 47fafee9e35a1827b8d68ab35fea44e8895658dbdd77628f03d31160bbeb915e2cdad81a17c0530d3b0de713fd141999949992feb4c98fabf2ed9bcf717e6b1f diff --git a/dev-libs/inih/inih-56-r1.ebuild b/dev-libs/inih/inih-56-r1.ebuild new file mode 100644 index 000000000000..512d1d32e36a --- /dev/null +++ b/dev-libs/inih/inih-56-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020-2022 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 +} diff --git a/dev-libs/inih/inih-56.ebuild b/dev-libs/inih/inih-56.ebuild deleted file mode 100644 index 813bef4ae86a..000000000000 --- a/dev-libs/inih/inih-56.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# 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-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" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" -S="${WORKDIR}/inih-r${PV}" - -LICENSE="BSD" -SLOT="0" - -DOCS=( README.md ) - -multilib_src_configure() { - local emesonargs=( - -Ddefault_library=shared - -Ddistro_install=true - -Dwith_INIReader=true - ) - - meson_src_configure -} -- cgit v1.2.3