public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/
Date: Tue, 12 Nov 2019 22:10:57 +0000 (UTC)	[thread overview]
Message-ID: <1573596639.a59e4434d1217e32fb0583c97607d4189309f51f.chewi@gentoo> (raw)

commit:     a59e4434d1217e32fb0583c97607d4189309f51f
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 22:10:14 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 22:10:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59e4434

games-engines/dMagnetic: New package

Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-engines/dMagnetic/Manifest              |  1 +
 games-engines/dMagnetic/dMagnetic-0.18.ebuild | 36 +++++++++++++++++++++++++++
 games-engines/dMagnetic/metadata.xml          |  8 ++++++
 3 files changed, 45 insertions(+)

diff --git a/games-engines/dMagnetic/Manifest b/games-engines/dMagnetic/Manifest
new file mode 100644
index 00000000000..015eb000db1
--- /dev/null
+++ b/games-engines/dMagnetic/Manifest
@@ -0,0 +1 @@
+DIST dMagnetic_0.18.tar 61210 BLAKE2B 9707ea8e6545b06b998bd8cf979d45088fcbabc64553a2688fcb56b23a7d161e56276718bb73f112a4d6b3a3a6955589fd6e26cfe2bd9604c334b20acc0a74ea SHA512 0703c45f674e2bf1391d9a0c9f1c52b6fd5c6fa329c051281894df53fe1cbe84662c6489a2e10a7d6009c2a31891c3c61bf615ef2706cf98e1f4b760764ef3b5

diff --git a/games-engines/dMagnetic/dMagnetic-0.18.ebuild b/games-engines/dMagnetic/dMagnetic-0.18.ebuild
new file mode 100644
index 00000000000..0097d62d0b8
--- /dev/null
+++ b/games-engines/dMagnetic/dMagnetic-0.18.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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.gz -> ${MY_P}.tar"
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	default
+	hprefixify ${PN}.ini src/toplevel/${PN}.c
+}
+
+src_compile() {
+	emake ${PN} \
+		  CC="$(tc-getCC)" \
+		  LINK="$(tc-getCC) ${LDFLAGS}"
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1 ${PN}ini.5
+	dodoc README.txt
+
+	insinto /etc
+	doins ${PN}.ini
+}

diff --git a/games-engines/dMagnetic/metadata.xml b/games-engines/dMagnetic/metadata.xml
new file mode 100644
index 00000000000..26079e608be
--- /dev/null
+++ b/games-engines/dMagnetic/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>games@gentoo.org</email>
+		<name>Gentoo Games Project</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2019-11-12 22:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12 22:10 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-12 22:22 [gentoo-commits] repo/gentoo:master commit in: games-engines/dMagnetic/ James Le Cuirot
2019-12-27 21:51 James Le Cuirot
2019-12-27 21:51 James Le Cuirot
2020-01-19 21:16 James Le Cuirot
2020-01-19 22:38 James Le Cuirot
2020-02-15 23:19 James Le Cuirot
2020-06-13 13:14 James Le Cuirot
2020-07-25 20:31 James Le Cuirot
2020-08-16 21:55 James Le Cuirot
2020-11-01 16:20 James Le Cuirot
2020-11-28 11:57 James Le Cuirot
2020-12-27 16:16 James Le Cuirot
2021-01-31 14:50 James Le Cuirot
2021-01-31 23:02 James Le Cuirot
2021-01-31 23:13 James Le Cuirot
2021-07-03 13:46 James Le Cuirot
2021-08-02 21:49 James Le Cuirot
2023-01-30 19:28 James Le Cuirot
2024-06-20 22:41 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573596639.a59e4434d1217e32fb0583c97607d4189309f51f.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox