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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C06B7138359 for ; Mon, 28 Sep 2020 11:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9AF4E085A; Mon, 28 Sep 2020 11:34:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEA55E0863 for ; Mon, 28 Sep 2020 11:34:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 487C033D3D0 for ; Mon, 28 Sep 2020 11:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77E64388 for ; Mon, 28 Sep 2020 11:34:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601292778.5868d5bb08a143eedab0ab9a6066f5b3e6eae68a.juippis@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-51.ebuild dev-libs/inih/metadata.xml X-VCS-Directories: dev-libs/inih/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5868d5bb08a143eedab0ab9a6066f5b3e6eae68a X-VCS-Branch: master Date: Mon, 28 Sep 2020 11:34:30 +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: fe2d28f8-db80-46b8-ae55-160a31e83796 X-Archives-Hash: 0ecdccbb77d8fbcbae85bd9e1bc6dca1 commit: 5868d5bb08a143eedab0ab9a6066f5b3e6eae68a Author: Kai Krakow kaishome de> AuthorDate: Sun Sep 20 11:07:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Sep 28 11:32:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5868d5bb dev-libs/inih: New ebuild Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kai Krakow kaishome.de> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/inih/Manifest | 1 + dev-libs/inih/inih-51.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++ dev-libs/inih/metadata.xml | 16 ++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/dev-libs/inih/Manifest b/dev-libs/inih/Manifest new file mode 100644 index 00000000000..cbef149096e --- /dev/null +++ b/dev-libs/inih/Manifest @@ -0,0 +1 @@ +DIST inih-51.tar.gz 16258 BLAKE2B 91a5aee6e0ecadf949fbf0b58bd2596bcb985c76fc9000a671d65cb5325c51dbb8bd945ccd7721b72dafafd11c70a9c84ad910768d0fc479e5491db8b7aacbd8 SHA512 eb2f58979d93e51a09326e6c187828643887ac1a239d4b12205567c7d87a671c9c49ca99db376c031d366bc680e579c30dcea9f3eb130ec802597411b2cb3cf4 diff --git a/dev-libs/inih/inih-51.ebuild b/dev-libs/inih/inih-51.ebuild new file mode 100644 index 00000000000..3cbd85dd660 --- /dev/null +++ b/dev-libs/inih/inih-51.ebuild @@ -0,0 +1,42 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MULTILIB_COMPAT=( abi_x86_{32,64} ) + +inherit meson multilib-minimal ninja-utils + +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="~amd64 ~x86" + +LICENSE="BSD" +SLOT="0" + +DOCS=( + LICENSE.txt + README.md +) + +S="${WORKDIR}/inih-r${PV}" + +multilib_src_configure() { + local emesonargs=( + -Ddefault_library=shared + -Ddistro_install=true + -Dwith_INIReader=true + ) + + meson_src_configure +} + +multilib_src_compile() { + eninja +} + +multilib_src_install() { + DESTDIR="${D}" eninja install +} diff --git a/dev-libs/inih/metadata.xml b/dev-libs/inih/metadata.xml new file mode 100644 index 00000000000..9aa6590570f --- /dev/null +++ b/dev-libs/inih/metadata.xml @@ -0,0 +1,16 @@ + + + + + hurikhan77+bgo@gmail.com + Kai Krakow + + + proxy-maint@gentoo.org + Proxy Maintainers + + + https://github.com/benhoyt/inih/issues + benhoyt/inih + +