diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-10-30 18:50:58 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-11-02 13:05:39 +0100 |
commit | 83390f66fda29e61069779e4102c3c1c5d4bca79 (patch) | |
tree | a5793573a33a804c06bc55b3811054e30720b034 /games-roguelike | |
parent | games-roguelike/adom: drop old (diff) | |
download | gentoo-83390f66fda29e61069779e4102c3c1c5d4bca79.tar.gz gentoo-83390f66fda29e61069779e4102c3c1c5d4bca79.tar.bz2 gentoo-83390f66fda29e61069779e4102c3c1c5d4bca79.zip |
games-roguelike/adom: drop old
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/39161
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/adom/adom-3.3.3-r1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games-roguelike/adom/adom-3.3.3-r1.ebuild b/games-roguelike/adom/adom-3.3.3-r1.ebuild deleted file mode 100644 index 3104784a259b..000000000000 --- a/games-roguelike/adom/adom-3.3.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="${PN}_linux_debian" - -DESCRIPTION="Ancient Domains Of Mystery rogue-like game" -HOMEPAGE="https://www.adom.de/" -SRC_URI="x86? ( https://www.adom.de/home/download/current/${MY_P}_32_${PV}.tar.gz -> ${P}_x86.tar.gz ) - amd64? ( https://www.adom.de/home/download/current/${MY_P}_64_${PV}.tar.gz -> ${P}_amd64.tar.gz )" -S="${WORKDIR}"/adom - -LICENSE="adom" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="strip" # The executable is pre-stripped - -QA_FLAGS_IGNORED="/opt/bin/adom" -RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]" - -DOCS=( "docs/adomfaq.txt" "docs/credits.txt" "docs/manual.txt" "docs/readme1st.txt" ) - -src_install() { - exeinto /opt/bin - doexe adom - - einstalldocs -} |