summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-11-09 04:26:45 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-11-09 04:26:45 +0000
commit70b888182faea1598e1b5e231078af492793858a (patch)
treed86ad10825fbafef78cb134e0c112cb04b3fedc2 /dev-libs
parent4f8c8df3b07b6ea3556ab2bc7b252213bbdab3f3 (diff)
gentoo auto-resync : 09:11:2023 - 04:26:45
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/Manifest.gzbin97712 -> 97549 bytes
-rw-r--r--dev-libs/libchdr/Manifest3
-rw-r--r--dev-libs/libchdr/libchdr-0_p20230230.ebuild28
-rw-r--r--dev-libs/libchdr/metadata.xml11
4 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz
index 0cec604a0924..7f0d6f68d042 100644
--- a/dev-libs/Manifest.gz
+++ b/dev-libs/Manifest.gz
Binary files differ
diff --git a/dev-libs/libchdr/Manifest b/dev-libs/libchdr/Manifest
deleted file mode 100644
index 157da8b5dd83..000000000000
--- a/dev-libs/libchdr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libchdr-0_p20230230.tar.gz 1748513 BLAKE2B 03fc5507b7f598995fede477f26c8ab41cd16c658e4ca5c193e581840f14ead0db4ab8da3b888a2e03fb4c78c19af0f08cbab9feefe488dc230ec0fbd3941a91 SHA512 c25084b2257083c4bddd84d13e3dc0d30fea548a4e50a6beefd5282383480eaaa293c044647e2aff339d087dae87c3ef871137a43db766e08a1dffd8801c3367
-EBUILD libchdr-0_p20230230.ebuild 606 BLAKE2B 6a3bd39078d52da00a1f97e4f7af42c64e23101062ef6336f19efa26b5ebc098b7f8b98ad504afcddb9f90399ebc58d215026287669d6d098bbfb1ec907ace7d SHA512 68e28e766360f69e2535e53f43f512fa17e032c8e2a13c78fbb5a1475eca05a754b56606874d96ae021a47be2641c63d35d6416582af9088490a69572e3eafbf
-MISC metadata.xml 327 BLAKE2B 20c6d3bc61e288afbfd5b0d7d6bb641dc2214d9221b1c2b69a69de676042994bca2878c855b92fea7b5aca60e6dc687c55f0e79f4db13d579332a3d15991e211 SHA512 31e8175f36df91d1bc81a2351a99deba53cb57cb08e6e0e5ad65e17c53cd1cb1b1565b943f2c881bd3e11df45c6ea518f3eaf86335e10d816078161bb23d284b
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>