From ecfd2af79263a6ef58226ee1f6e3007768d7b078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 10 Jul 2024 08:24:23 +0200 Subject: [PATCH] dev-libs/c-stdaux: New package, v1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NIH library needed for dev-libs/c-siphash. Signed-off-by: Michał Górny --- dev-libs/c-stdaux/Manifest | 1 + dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 24 ++++++++++++++++++++++++ dev-libs/c-stdaux/metadata.xml | 11 +++++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-libs/c-stdaux/Manifest create mode 100644 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild create mode 100644 dev-libs/c-stdaux/metadata.xml diff --git a/dev-libs/c-stdaux/Manifest b/dev-libs/c-stdaux/Manifest new file mode 100644 index 0000000000000..b7b405d42b46f --- /dev/null +++ b/dev-libs/c-stdaux/Manifest @@ -0,0 +1 @@ +DIST c-stdaux-1.5.0.gh.tar.gz 24272 BLAKE2B 414713314bc773d800c4c3150e6de09a9b0d25c33a75f75ab3f766b63caf7c626bd617df155143579acac1aaf4e9027d41b9c0f99f6ed99ebfc31d752ea6a80d SHA512 30e2cc3ff8df40b2c3dc1409d47fa0f65467a853c75e500f1f973f6f2108e036601032620e40409fde58e2239b751f2736b326c11b45f2e43cc1064f341aa7b7 diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild new file mode 100644 index 0000000000000..6aee88c6a062b --- /dev/null +++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Auxiliary macros and functions for the C standard library" +HOMEPAGE=" + https://c-util.github.io/c-stdaux/ + https://github.com/c-util/c-stdaux/ +" +SRC_URI=" + https://github.com/c-util/c-stdaux/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="|| ( Apache-2.0 LGPL-2.1+ )" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + virtual/pkgconfig +" diff --git a/dev-libs/c-stdaux/metadata.xml b/dev-libs/c-stdaux/metadata.xml new file mode 100644 index 0000000000000..7e9ad66652f76 --- /dev/null +++ b/dev-libs/c-stdaux/metadata.xml @@ -0,0 +1,11 @@ + + + + + mgorny@gentoo.org + Michał Górny + + + c-util/c-stdaux + +