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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 723CA158094 for ; Tue, 27 Sep 2022 23:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CCABE0827; Tue, 27 Sep 2022 23:46:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8623DE0827 for ; Tue, 27 Sep 2022 23:46:06 +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 B8437340E64 for ; Tue, 27 Sep 2022 23:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B62F5F1 for ; Tue, 27 Sep 2022 23:46:03 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1664322303.94639d8b97563531e0b544d1215905f0f52cb095.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libchdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libchdr/Manifest dev-libs/libchdr/libchdr-0_p20220917.ebuild X-VCS-Directories: dev-libs/libchdr/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 94639d8b97563531e0b544d1215905f0f52cb095 X-VCS-Branch: master Date: Tue, 27 Sep 2022 23:46:03 +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: feb018fa-dfd2-4476-b8c5-5c74cf790608 X-Archives-Hash: bf196a79d5d9f890dcd232ba3650075b commit: 94639d8b97563531e0b544d1215905f0f52cb095 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 27 21:22:18 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 27 23:45:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94639d8b dev-libs/libchdr: add 0_p20220917 No major reason for a new snapshot, albeit this fixes several compiler warnings. Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libchdr/Manifest | 1 + dev-libs/libchdr/libchdr-0_p20220917.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest index dac6df146977..3bf2fd7f78c2 100644 --- a/dev-libs/libchdr/Manifest +++ b/dev-libs/libchdr/Manifest @@ -1 +1,2 @@ DIST libchdr-0_p20211127.tar.gz 414443 BLAKE2B a728a4ba0fa74883c7cfd43b5ee5147cc54a98370cc663237b5f12742a7859d36fc6c1572a8ec2af6e6bdf602eba4b0028d6fdf8f128320a2fbe60f0868d9f1b SHA512 534f949c8aaab9e307a9a2c1789ca2398dd59c3228a4b9bed62b413e8cc9e2ad11896580c55531dc13f9cd875f142499b52bf793b569a6df740e6d945fb3e17d +DIST libchdr-0_p20220917.tar.gz 1748223 BLAKE2B edb42f85d402955a82b79d62e3d47e614b01719ae641c7ed993ba479fb9762a7c66267212bb52d41a5fb175d11482ea7814dc120b0100e5c9210012274184d7f SHA512 acde5dd87b9e61862fa6da81cee715a14c2f350ce5167f85ccdeecc259aaa93ae500e403962b60a332f6a4dee3dc71031d23e2778650ac2702e02c8cc24f1431 diff --git a/dev-libs/libchdr/libchdr-0_p20220917.ebuild b/dev-libs/libchdr/libchdr-0_p20220917.ebuild new file mode 100644 index 000000000000..1cf8e2d3713d --- /dev/null +++ b/dev-libs/libchdr/libchdr-0_p20220917.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +HASH_CHDR=e02b3d68eb759793ab8142376594c840c1194b3e + +DESCRIPTION="Standalone library for reading MAME's CHDv1-v5 formats" +HOMEPAGE="https://github.com/rtissera/libchdr/" +SRC_URI="https://github.com/rtissera/libchdr/archive/${HASH_CHDR}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${HASH_CHDR}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="sys-libs/zlib:=" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DWITH_SYSTEM_ZLIB=yes + ) + + cmake_src_configure +}