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 A553D15ACFB for ; Mon, 24 Apr 2023 03:43:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B407CE0EB4; Mon, 24 Apr 2023 03:43:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AE33CE0EB4 for ; Mon, 24 Apr 2023 03:43:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B232341429 for ; Mon, 24 Apr 2023 03:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38900A52 for ; Mon, 24 Apr 2023 03:43:13 +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: <1682306540.81ee4437b628a45823a9af25da6cb5ef12c05736.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_p20221129.ebuild X-VCS-Directories: dev-libs/libchdr/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 81ee4437b628a45823a9af25da6cb5ef12c05736 X-VCS-Branch: master Date: Mon, 24 Apr 2023 03:43:13 +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: 7f94a087-342a-4d7a-a851-807f810e091d X-Archives-Hash: 28060807ec196f278bedccfacee2e496 commit: 81ee4437b628a45823a9af25da6cb5ef12c05736 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Apr 24 03:21:04 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Apr 24 03:22:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ee4437 dev-libs/libchdr: drop 0_p20221129 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libchdr/Manifest | 1 - dev-libs/libchdr/libchdr-0_p20221129.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest index c49a2f8ab26b..6b14cbe17056 100644 --- a/dev-libs/libchdr/Manifest +++ b/dev-libs/libchdr/Manifest @@ -1,2 +1 @@ -DIST libchdr-0_p20221129.tar.gz 1748187 BLAKE2B bc2f03d558e0f208ae3c51a53b2bbf630fb4cc502c18d83b31f184cf2c2f59e06dbb88c5399e01fb5f2436643a5095256bd31501a1531a043537a05c45c27be3 SHA512 4a72dcb376c451b74389650e121de06daae7cf0b293d7d66a8f7acf1b4f83355a2467a2d77e0953331ee5fffa243f713efb0878bb509384715e9c42a567a9b90 DIST libchdr-0_p20230230.tar.gz 1748513 BLAKE2B 03fc5507b7f598995fede477f26c8ab41cd16c658e4ca5c193e581840f14ead0db4ab8da3b888a2e03fb4c78c19af0f08cbab9feefe488dc230ec0fbd3941a91 SHA512 c25084b2257083c4bddd84d13e3dc0d30fea548a4e50a6beefd5282383480eaaa293c044647e2aff339d087dae87c3ef871137a43db766e08a1dffd8801c3367 diff --git a/dev-libs/libchdr/libchdr-0_p20221129.ebuild b/dev-libs/libchdr/libchdr-0_p20221129.ebuild deleted file mode 100644 index 243e27033a4e..000000000000 --- a/dev-libs/libchdr/libchdr-0_p20221129.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -HASH_CHDR=a20e04c12c0c20048bf771da6df7aa2e51f5e0cb - -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 -}