summaryrefslogtreecommitdiff
path: root/games-engines/dMagnetic/dMagnetic-0.32.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-30 20:59:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-30 20:59:34 +0000
commit182063dd85a03f2086258946276c8967945ffe95 (patch)
tree94440d3476f11273b5072685640990ec95042468 /games-engines/dMagnetic/dMagnetic-0.32.ebuild
parent268511f85b0606dd23fda1991345568dd3e1976b (diff)
gentoo auto-resync : 30:01:2023 - 20:59:33
Diffstat (limited to 'games-engines/dMagnetic/dMagnetic-0.32.ebuild')
-rw-r--r--games-engines/dMagnetic/dMagnetic-0.32.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/games-engines/dMagnetic/dMagnetic-0.32.ebuild b/games-engines/dMagnetic/dMagnetic-0.32.ebuild
deleted file mode 100644
index 763d4b9855db..000000000000
--- a/games-engines/dMagnetic/dMagnetic-0.32.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit prefix toolchain-funcs
-
-MY_P="${PN}_${PV}"
-DESCRIPTION="A Magnetic Scrolls Interpreter for playing a collection of old text adventures"
-HOMEPAGE="https://www.dettus.net/dMagnetic/"
-SRC_URI="https://www.dettus.net/${PN}/${MY_P}.tar.bz2"
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~m68k ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- default
- hprefixify src/toplevel/${PN}{,_helpscreens}.c
-}
-
-src_compile() {
- emake all \
- CC="$(tc-getCC)" \
- LINK="$(tc-getCC) ${LDFLAGS}"
-}
-
-src_test() {
- emake check \
- SHA256_CMD=sha256sum
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.6 ${PN}ini.5
- dodoc README.txt
-
- insinto /etc
- doins ${PN}.ini
-}