summaryrefslogtreecommitdiff
path: root/games-engines/xzip
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /games-engines/xzip
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'games-engines/xzip')
-rw-r--r--games-engines/xzip/Manifest1
-rw-r--r--games-engines/xzip/files/xzip-1.8.2-clang16.patch9
-rw-r--r--games-engines/xzip/metadata.xml9
-rw-r--r--games-engines/xzip/xzip-1.8.2-r4.ebuild37
4 files changed, 0 insertions, 56 deletions
diff --git a/games-engines/xzip/Manifest b/games-engines/xzip/Manifest
deleted file mode 100644
index f55fa2851d73..000000000000
--- a/games-engines/xzip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xzip182.tar.Z 136032 BLAKE2B 71c25bc8b353426c01938097e2a0ed7e027a0d7925dec50c18042deda3052ad0b1a613c7ff22d43f3712f29142a8c8c79924e17d2ae081147ccdbd5c634011e9 SHA512 b86099424ff35abd90737461e3d29d515d909b41c6a5411971fedb28f1f3284b13ea972380349f8c44fd39779c34258a99c5a9c0fb6a81e2bf919e9c38107bbd
diff --git a/games-engines/xzip/files/xzip-1.8.2-clang16.patch b/games-engines/xzip/files/xzip-1.8.2-clang16.patch
deleted file mode 100644
index ce702ba3e86e..000000000000
--- a/games-engines/xzip/files/xzip-1.8.2-clang16.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-Ideally belongs in xio.h, but using requires including more headers.
-https://bugs.gentoo.org/874906
---- a/osdepend.c
-+++ b/osdepend.c
-@@ -13,2 +13,4 @@
-
-+void xio_bell();
-+
- /* File names will be O/S dependent */
diff --git a/games-engines/xzip/metadata.xml b/games-engines/xzip/metadata.xml
deleted file mode 100644
index 183ecc5ceeeb..000000000000
--- a/games-engines/xzip/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/games-engines/xzip/xzip-1.8.2-r4.ebuild b/games-engines/xzip/xzip-1.8.2-r4.ebuild
deleted file mode 100644
index 04394c46e036..000000000000
--- a/games-engines/xzip/xzip-1.8.2-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="X interface to Z-code based text games"
-HOMEPAGE="https://www.eblong.com/zarf/xzip.html"
-SRC_URI="https://www.eblong.com/zarf/ftp/xzip$(ver_rs 1-3 '').tar.Z"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-DEPEND="x11-libs/libX11"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/xzip"
-
-PATCHES=(
- "${FILESDIR}"/${P}-clang16.patch
-)
-
-src_compile() {
- tc-export CC
- emake \
- CFLAGS="${CFLAGS} -DAUTO_END_MODE" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin xzip
- dodoc README
- doman xzip.1
-}