summaryrefslogtreecommitdiff
path: root/games-engines
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-30 19:22:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-30 19:22:54 +0000
commit9ee4616fa447c8669b8ab45ae055f236de86e554 (patch)
tree76cf8d026901c266fe5cd9dd85d54c2989abf756 /games-engines
parent433d88f8060140c325376f7d03b82c122798b50e (diff)
downloadbaldeagleos-repo-9ee4616fa447c8669b8ab45ae055f236de86e554.tar.gz
baldeagleos-repo-9ee4616fa447c8669b8ab45ae055f236de86e554.tar.xz
baldeagleos-repo-9ee4616fa447c8669b8ab45ae055f236de86e554.zip
Adding metadata
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/frobtads/Manifest1
-rw-r--r--games-engines/frobtads/frobtads-2.0.ebuild46
-rw-r--r--games-engines/frobtads/metadata.xml14
3 files changed, 0 insertions, 61 deletions
diff --git a/games-engines/frobtads/Manifest b/games-engines/frobtads/Manifest
deleted file mode 100644
index d94ab6032b8b..000000000000
--- a/games-engines/frobtads/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST frobtads-2.0.tar.bz2 3870691 BLAKE2B 0f73137428db818b674534cec05ff7993ddc8e6d104d61c5a3a57bac05b185175ce92be1d571c0ca463e5420059a1e59274499c1620a5c0f75c37a89701bc4a4 SHA512 28c84447c1ab43cfd6956b1933f9e7ab3ac0d8b7d0767f23d8535e2ea0cac0e07f17ade07776d646102caa8c23474c3ae3d46a3eef243ad8c7aec702eea04854
diff --git a/games-engines/frobtads/frobtads-2.0.ebuild b/games-engines/frobtads/frobtads-2.0.ebuild
deleted file mode 100644
index 1a49e8fce5e5..000000000000
--- a/games-engines/frobtads/frobtads-2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Curses-based interpreter and dev tools for TADS 2 and TADS 3 text adventures"
-HOMEPAGE="http://www.tads.org/frobtads.htm"
-SRC_URI="https://github.com/realnc/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-LICENSE="TADS2 TADS3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +tads2compiler +tads3compiler"
-
-RESTRICT="!tads3compiler? ( test )"
-
-RDEPEND="
- net-misc/curl
- sys-libs/ncurses:0=
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_T2_COMPILER=$(usex tads2compiler)
- -DENABLE_T2_RUNTIME_CHECKS=$(usex debug)
- -DENABLE_T3_COMPILER=$(usex tads3compiler)
- -DENABLE_T3_DEBUG=$(usex debug)
- )
- cmake_src_configure
-}
-
-src_test() {
- cmake_build sample
- "${BUILD_DIR}"/frob -i plain -p "${BUILD_DIR}"/samples/sample.t3 <<- END_FROB_TEST
- save
- testsave.sav
- restore
- testsave.sav
- END_FROB_TEST
- [[ $? -eq 0 ]] || die "Failed to run test game"
-}
diff --git a/games-engines/frobtads/metadata.xml b/games-engines/frobtads/metadata.xml
deleted file mode 100644
index 3f9cbd016037..000000000000
--- a/games-engines/frobtads/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
-
- <use>
- <flag name="tads2compiler">Build TADS2 compiler</flag>
- <flag name="tads3compiler">Build TADS3 compiler</flag>
- </use>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ No newline at end of file