From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1691395-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 649E91581EE for <garchives@archives.gentoo.org>; Tue, 19 Nov 2024 14:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0EB3E0801; Tue, 19 Nov 2024 14:09:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 9B6CCE0801 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 14:09:26 +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 DB680340C57 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 14:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F951F41 for <gentoo-commits@lists.gentoo.org>; Tue, 19 Nov 2024 14:09:23 +0000 (UTC) From: "Julien Roy" <julien@jroy.ca> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca> Message-ID: <1732024851.4ed8f81d4f7498dca8a0ad37d9a631c3f7ba9d92.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libcsv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libcsv/Manifest dev-libs/libcsv/libcsv-0_pre20240316.ebuild dev-libs/libcsv/metadata.xml X-VCS-Directories: dev-libs/libcsv/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 4ed8f81d4f7498dca8a0ad37d9a631c3f7ba9d92 X-VCS-Branch: master Date: Tue, 19 Nov 2024 14:09:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92de2382-bbe7-4761-80dc-a141843b6b62 X-Archives-Hash: 588d47d674e2e92a3297142b830c6587 Message-ID: <20241119140923.qoVuv7L7huEJ0kyb5vaaiMt0iFw53cnTROu1QsjiJEQ@z> commit: 4ed8f81d4f7498dca8a0ad37d9a631c3f7ba9d92 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Tue Nov 19 13:03:39 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Nov 19 14:00:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ed8f81d dev-libs/libcsv: new package, add 0_pre20240316 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-libs/libcsv/Manifest | 1 + dev-libs/libcsv/libcsv-0_pre20240316.ebuild | 16 ++++++++++++++++ dev-libs/libcsv/metadata.xml | 16 ++++++++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-libs/libcsv/Manifest b/dev-libs/libcsv/Manifest new file mode 100644 index 000000000..6c98a8cbf --- /dev/null +++ b/dev-libs/libcsv/Manifest @@ -0,0 +1 @@ +DIST libcsv-0_pre20240316.gh.tar.gz 137387 BLAKE2B b201ea4399ff8f45d7f32433ab4e10b1dade0889ec4c82b31de6df2afef4c113f763ad2f2813ba864fabb23c2e96d004c9bb49e08ab7896a439be10aa136b02f SHA512 1674831c7375db2e1b403e334de30c20b4e6337944766efdfe5c2034147de173d3ae31859d5b58bc36e101162ea7c0f8367dc3f2436d8e8e610bea6c91282db8 diff --git a/dev-libs/libcsv/libcsv-0_pre20240316.ebuild b/dev-libs/libcsv/libcsv-0_pre20240316.ebuild new file mode 100644 index 000000000..c447d1887 --- /dev/null +++ b/dev-libs/libcsv/libcsv-0_pre20240316.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +COMMIT="c8f01b8b4aa8d8156a624405b8a4c646e3f6efaa" +DESCRIPTION="Fast and flexible CSV library that can read and write CSV data" +HOMEPAGE="https://github.com/ppvan/libcsv" +SRC_URI="https://github.com/ppvan/libcsv/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/libcsv/metadata.xml b/dev-libs/libcsv/metadata.xml new file mode 100644 index 000000000..453fdbd03 --- /dev/null +++ b/dev-libs/libcsv/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <name>Julien Roy</name> + <email>julien@jroy.ca</email> + </maintainer> + <upstream> + <maintainer> + <name>Pham Văn Phúc</name> + <email>phuclaplace@gmail.com</email> + </maintainer> + <bugs-to>https://github.com/ppvan/libcsv/issues</bugs-to> + <remote-id type="github">ppvan/libcsv</remote-id> + </upstream> +</pkgmetadata>