diff options
-rw-r--r-- | dev-libs/libchdr/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libchdr/libchdr-0_p20230230.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/libchdr/metadata.xml | 11 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
4 files changed, 0 insertions, 47 deletions
diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest deleted file mode 100644 index 6b14cbe17056..000000000000 --- a/dev-libs/libchdr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libchdr-0_p20230230.tar.gz 1748513 BLAKE2B 03fc5507b7f598995fede477f26c8ab41cd16c658e4ca5c193e581840f14ead0db4ab8da3b888a2e03fb4c78c19af0f08cbab9feefe488dc230ec0fbd3941a91 SHA512 c25084b2257083c4bddd84d13e3dc0d30fea548a4e50a6beefd5282383480eaaa293c044647e2aff339d087dae87c3ef871137a43db766e08a1dffd8801c3367 diff --git a/dev-libs/libchdr/libchdr-0_p20230230.ebuild b/dev-libs/libchdr/libchdr-0_p20230230.ebuild deleted file mode 100644 index 45f61ac9698f..000000000000 --- a/dev-libs/libchdr/libchdr-0_p20230230.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -HASH_CHDR=fec8ab94212cc65d9d9a62cb3da924f5830c04b0 - -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 -} diff --git a/dev-libs/libchdr/metadata.xml b/dev-libs/libchdr/metadata.xml deleted file mode 100644 index 52316d51b131..000000000000 --- a/dev-libs/libchdr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>ionen@gentoo.org</email> - <name>Ionen Wolkens</name> - </maintainer> - <upstream> - <remote-id type="github">rtissera/libchdr</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index fb1a475858da..47c0a888e26d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -273,13 +273,6 @@ media-video/transcode # Removal on 2023-11-11 app-text/coolreader -# Ionen Wolkens <ionen@gentoo.org> (2023-10-10) -# Formerly added for unbundling on games-emulation/pcsx2, which is -# no longer needed. Has no real use on its own, has no revdeps, and -# does not have real releases (snapshot-only). -# Removal on 2023-11-09. -dev-libs/libchdr - # Sam James <sam@gentoo.org> (2023-10-06) # Breaks building scipy: https://github.com/cython/cython/issues/5748 =dev-python/cython-3.0.3 |