summaryrefslogtreecommitdiff
path: root/games-arcade/xsfcave
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
commitb8c7370a682e4e29cda623222d17a790c01c3642 (patch)
treef6caa14689bd00a5760eadaa381ff41e50ef3c1b /games-arcade/xsfcave
parent8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff)
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'games-arcade/xsfcave')
-rw-r--r--games-arcade/xsfcave/Manifest3
-rw-r--r--games-arcade/xsfcave/metadata.xml16
-rw-r--r--games-arcade/xsfcave/xsfcave-0.5-r1.ebuild23
3 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/xsfcave/Manifest b/games-arcade/xsfcave/Manifest
deleted file mode 100644
index 9ec87742c7f6..000000000000
--- a/games-arcade/xsfcave/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST xsfcave-0.5.tar.gz 88113 BLAKE2B bddf18277b8df3c3e17f8d9cd18ad517d95adbeb9479cf1552fe3e69f097344a229bbbb33348c34fd082194f4a3db3a8921dfd4644d983ba30320f7c9c961068 SHA512 5dd5c7e581362b1d4faf2edd73f5ea6a068d05a94b6fac7813fa2cae323453ed3380c9e40b92a2ed9b3672ab931d5a2951d2ad7fc74cf64588e6e9fe7723f09a
-EBUILD xsfcave-0.5-r1.ebuild 444 BLAKE2B 6d902e31f0529c7e89663c68a590818e3877c1c05ca2bf5a7c9e3f8187500d8c903f541939dfad421e96247904b09b5ea7c0f8ce0a9b0fd93e4bc4840564f5a8 SHA512 3eaf6a94a15a461b96c64ec21e374db504c1ec3087121c0e0599ccf2c367886d4fff927a4408fb9f6a28d75fe28d6b83b6e53ad6e6d50c33d9bf40231ea0a5f1
-MISC metadata.xml 584 BLAKE2B e52df85b0ddf7903911cdaaa19db5b19de7b147cd38f21da59c02e01a316e505ff034c14ba0b5c00c1aa8c885da2592de5e8f9003c7ffcac9681a67d938af7e1 SHA512 66eb62dfd1493e82f7d19d52a55e9fed27a67ebce1b4456cc7ae80d06d69d490b897f989af8081c435bb9732b60f0a3e4b727e50f289f285c52a6d755a764488
diff --git a/games-arcade/xsfcave/metadata.xml b/games-arcade/xsfcave/metadata.xml
deleted file mode 100644
index bb0054d77acf..000000000000
--- a/games-arcade/xsfcave/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <longdescription lang="en">
- xsfcave is a X11 sfcave clone. The game consist of surviving in a tunel by not
- hitting in the walls and obstacles. The first versions of the game are greatly
- influenced by the Java version of this game.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">scrap</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-arcade/xsfcave/xsfcave-0.5-r1.ebuild b/games-arcade/xsfcave/xsfcave-0.5-r1.ebuild
deleted file mode 100644
index b8979d172602..000000000000
--- a/games-arcade/xsfcave/xsfcave-0.5-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="A X11 sfcave clone"
-HOMEPAGE="http://xsfcave.idios.org"
-SRC_URI="https://downloads.sourceforge.net/scrap/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
- x11-libs/libSM"
-RDEPEND="${DEPEND}"
-
-src_install() {
- default
- make_desktop_entry "${PN}"
-}