commit:     71d553e541ec169a9e31cc4082943b1a6b5b8b21
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 06:22:52 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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
-}

Reply via email to