diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /games-server/among-sus | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'games-server/among-sus')
| -rw-r--r-- | games-server/among-sus/Manifest | 1 | ||||
| -rw-r--r-- | games-server/among-sus/among-sus-20210519.ebuild | 37 | ||||
| -rw-r--r-- | games-server/among-sus/files/among-sus.confd | 2 | ||||
| -rw-r--r-- | games-server/among-sus/files/among-sus.initd | 16 | ||||
| -rw-r--r-- | games-server/among-sus/metadata.xml | 12 |
5 files changed, 0 insertions, 68 deletions
diff --git a/games-server/among-sus/Manifest b/games-server/among-sus/Manifest deleted file mode 100644 index 512824baa710..000000000000 --- a/games-server/among-sus/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST among-sus-20210519.tar.gz 23784 BLAKE2B d9a215c0654f1db3d39e8ed10f792a464a1e843e863cbb5c986b6074885d10a9912ba143f8e1f692e001e7b495296b0cf92f1ce62cd533a0f7aabe871900cb5f SHA512 873a736a02f921758f3c5faac0b5d46c5f5f36f605fbfb0c5da42544a4fbd27bc73d1a2f1f82468c3f173cf4c25a28eee35d9f6b83c0809c59fb0aa954d925ab diff --git a/games-server/among-sus/among-sus-20210519.ebuild b/games-server/among-sus/among-sus-20210519.ebuild deleted file mode 100644 index 1642a2adf924..000000000000 --- a/games-server/among-sus/among-sus-20210519.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic toolchain-funcs - -COMMIT="554e60bf52e3fa931661b9414189a92bb8f69d78" -DESCRIPTION="Among Us, but it's a text adventure" -HOMEPAGE="https://sr.ht/~martijnbraam/among-sus/" -SRC_URI="https://tildegit.org/tildeverse/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+notifications" - -src_configure() { - tc-export CC - append-cflags -Wno-unused-result - append-cppflags \ - -DVERSION=\\\"${COMMIT:0:7}\\\" \ - -DMOVEMENT_NOTIFICATIONS=$(usex notifications 1 0) -} - -src_compile() { - emake main -} - -src_install() { - newbin main ${PN} - einstalldocs - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} -} diff --git a/games-server/among-sus/files/among-sus.confd b/games-server/among-sus/files/among-sus.confd deleted file mode 100644 index 6cac8fd74bda..000000000000 --- a/games-server/among-sus/files/among-sus.confd +++ /dev/null @@ -1,2 +0,0 @@ -# Set port number -#AMONG_SUS_PORT=1234 diff --git a/games-server/among-sus/files/among-sus.initd b/games-server/among-sus/files/among-sus.initd deleted file mode 100644 index 3b84b863504a..000000000000 --- a/games-server/among-sus/files/among-sus.initd +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="among-sus server" -description="Among Us, but it's a text adventure" - -command="/usr/bin/among-sus" -command_args="-p ${AMONG_SUS_PORT:-1234}" -command_user=nobody:nobody -command_background=1 -pidfile=/run/among-sus.pid - -depend() { - use net -} diff --git a/games-server/among-sus/metadata.xml b/games-server/among-sus/metadata.xml deleted file mode 100644 index b4843821f2a7..000000000000 --- a/games-server/among-sus/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-needed --> - <upstream> - <bugs-to>https://todo.sr.ht/~martijnbraam/among-sus</bugs-to> - <remote-id type="sourcehut">~martijnbraam/among-sus</remote-id> - </upstream> - <use> - <flag name="notifications">Notify players you're moving</flag> - </use> -</pkgmetadata> |
