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 A3E6D158020 for ; Mon, 19 Dec 2022 07:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EE3AE0B4C; Mon, 19 Dec 2022 07:23:50 +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 43D04E0B4B for ; Mon, 19 Dec 2022 07:23:50 +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 0094B341797 for ; Mon, 19 Dec 2022 07:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B40F87DE for ; Mon, 19 Dec 2022 07:23:45 +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: <1671433893.71d553e541ec169a9e31cc4082943b1a6b5b8b21.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: 71d553e541ec169a9e31cc4082943b1a6b5b8b21 X-VCS-Branch: master Date: Mon, 19 Dec 2022 07:23:45 +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: e765b1cd-c3e8-4345-bf85-3adaf1815483 X-Archives-Hash: 5999a8b5ab0136f236497cc1c8549bac commit: 71d553e541ec169a9e31cc4082943b1a6b5b8b21 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Dec 19 06:22:52 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Dec 19 07:11:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d553e5 dev-libs/libchdr: drop 0_p20220917 Signed-off-by: Ionen Wolkens gentoo.org> dev-libs/libchdr/Manifest | 1 - dev-libs/libchdr/libchdr-0_p20220917.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest index fa3d68732afd..7f5406d069b0 100644 --- a/dev-libs/libchdr/Manifest +++ b/dev-libs/libchdr/Manifest @@ -1,2 +1 @@ -DIST libchdr-0_p20220917.tar.gz 1748223 BLAKE2B edb42f85d402955a82b79d62e3d47e614b01719ae641c7ed993ba479fb9762a7c66267212bb52d41a5fb175d11482ea7814dc120b0100e5c9210012274184d7f SHA512 acde5dd87b9e61862fa6da81cee715a14c2f350ce5167f85ccdeecc259aaa93ae500e403962b60a332f6a4dee3dc71031d23e2778650ac2702e02c8cc24f1431 DIST libchdr-0_p20221129.tar.gz 1748187 BLAKE2B bc2f03d558e0f208ae3c51a53b2bbf630fb4cc502c18d83b31f184cf2c2f59e06dbb88c5399e01fb5f2436643a5095256bd31501a1531a043537a05c45c27be3 SHA512 4a72dcb376c451b74389650e121de06daae7cf0b293d7d66a8f7acf1b4f83355a2467a2d77e0953331ee5fffa243f713efb0878bb509384715e9c42a567a9b90 diff --git a/dev-libs/libchdr/libchdr-0_p20220917.ebuild b/dev-libs/libchdr/libchdr-0_p20220917.ebuild deleted file mode 100644 index 1cf8e2d3713d..000000000000 --- a/dev-libs/libchdr/libchdr-0_p20220917.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=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 -}