Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/adom/
Date: Mon, 19 Apr 2021 20:54:45
Message-Id: 1618865637.809319b821624fbf2638073e1c2efab5738d1dba.sam@gentoo
1 commit: 809319b821624fbf2638073e1c2efab5738d1dba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 20:18:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 20:53:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809319b8
7
8 games-roguelike/adom: drop 1.1.1-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-roguelike/adom/adom-1.1.1-r1.ebuild | 32 -------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/games-roguelike/adom/adom-1.1.1-r1.ebuild b/games-roguelike/adom/adom-1.1.1-r1.ebuild
16 deleted file mode 100644
17 index 970d7dfc438..00000000000
18 --- a/games-roguelike/adom/adom-1.1.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit edos2unix
27 -
28 -DESCRIPTION="Ancient Domains Of Mystery rogue-like game"
29 -HOMEPAGE="https://www.adom.de/"
30 -SRC_URI="https://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz"
31 -S="${WORKDIR}"/${PN}
32 -
33 -LICENSE="adom"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -RESTRICT="strip" # bug #137340
37 -
38 -RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]"
39 -
40 -src_install() {
41 - exeinto /opt/bin
42 - doexe adom
43 -
44 - keepdir /var/lib/${PN}
45 - echo /var/lib/${PN} > adom_ds.cfg || die
46 -
47 - insinto /etc
48 - doins adom_ds.cfg
49 -
50 - edos2unix adomfaq.txt
51 - dodoc adomfaq.txt manual.doc readme.1st
52 -}