summaryrefslogtreecommitdiff
path: root/games-rpg/freedroid
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /games-rpg/freedroid
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'games-rpg/freedroid')
-rw-r--r--games-rpg/freedroid/Manifest1
-rw-r--r--games-rpg/freedroid/freedroid-1.2.3.ebuild39
-rw-r--r--games-rpg/freedroid/metadata.xml12
3 files changed, 0 insertions, 52 deletions
diff --git a/games-rpg/freedroid/Manifest b/games-rpg/freedroid/Manifest
deleted file mode 100644
index 0c3b8f7f2949..000000000000
--- a/games-rpg/freedroid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST freedroid-1.2.3.apk.tar.gz 25025294 BLAKE2B 059aec05cd8862a13ebc1e899ace533f4856a370822d3e242f2983479ffa4ddec02fd406fab57d27ec04d69ad5c3ece4b77f2c46a44a643c438144f6ebe7e599 SHA512 7443be3ca57c066f4c231ba11d70dc6630fb0128f552f6679f7f247d61985a22c78e15ef16b9ca2b3439afa7e2460f596d0ba7d3d7dd2e10e4f1ad041ad7d60e
diff --git a/games-rpg/freedroid/freedroid-1.2.3.ebuild b/games-rpg/freedroid/freedroid-1.2.3.ebuild
deleted file mode 100644
index 45e3dd1463eb..000000000000
--- a/games-rpg/freedroid/freedroid-1.2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop
-
-DESCRIPTION="The original Freedroid, a clone of the C64 classic Paradroid"
-HOMEPAGE="https://github.com/ReinhardPrix/FreedroidClassic"
-SRC_URI="https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/${P}.apk.tar.gz"
-S=${WORKDIR}/FreedroidClassic-${P}.apk
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- media-libs/libsdl[joystick,sound,video]
- media-libs/sdl-gfx:=
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[mod,vorbis]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_install() {
- default
-
- newicon graphics/paraicon_48x48.png ${PN}.png
- make_desktop_entry ${PN} ${PN^} ${PN} "Game;"
-}
diff --git a/games-rpg/freedroid/metadata.xml b/games-rpg/freedroid/metadata.xml
deleted file mode 100644
index ae97e39b2000..000000000000
--- a/games-rpg/freedroid/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <upstream>
- <remote-id type="github">ReinhardPrix/FreedroidClassic</remote-id>
- <remote-id type="sourceforge">freedroid</remote-id>
- </upstream>
-</pkgmetadata>