public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/
Date: Thu,  3 Mar 2016 05:16:38 +0000 (UTC)	[thread overview]
Message-ID: <1456981761.a05db2de93028903f6fd2d9d58d47d1e5339a888.mr_bones_@gentoo> (raw)

commit:     a05db2de93028903f6fd2d9d58d47d1e5339a888
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 05:08:54 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 05:09:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05db2de

games-fps/freedoom: version bump (bug #573298)

Package-Manager: portage-2.2.26

 games-fps/freedoom/Manifest               |  2 ++
 games-fps/freedoom/freedoom-0.10.1.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-fps/freedoom/Manifest b/games-fps/freedoom/Manifest
index 9d481fe..6c50bc3 100644
--- a/games-fps/freedoom/Manifest
+++ b/games-fps/freedoom/Manifest
@@ -1,3 +1,5 @@
+DIST freedm-0.10.1.zip 7230096 SHA256 da75ebe8af648fc315491f4051d46458b134ad844fc87742551aa1930ccd6857 SHA512 cc3b393e20b503e83ca2bf90ac528d42c951881b58d22970b154fd262e69f7bae038f7300d74e467af6e31e626a12d4a9fb5bf5ff3e9da84506df41be18577f2 WHIRLPOOL 05ca68e780b95bb2ea8c599821c6a20a151df9222104de0bede8089da3c5d2259ae482f8dc31131cd326a7e6ffdedbdeffa475d0dbc175435082e88bf93e036b
 DIST freedm-0.7.zip 4777958 SHA256 379e29e4ee2355d150fba04507c14544bc8af4cc5449aef2cf80b6709a78e59a SHA512 4f339f05d7a258b76b1d55ed8d69026b6870c181ba4a3f3672e12ed41a8c8eeeb7064193009f7c7ffb24ace18365d7744050f64cfd9db5dfa330983fa9669b8d WHIRLPOOL 02b0934fb5e28b623f4bfb05e2f91447aef1473e746e889269cbabfe3bc740dd012cdd8984de23b23c3668077707ace881e1166112fc6aed6e669787698d164b
+DIST freedoom-0.10.1.zip 18496121 SHA256 7d20c4b458b6966a58f8f1d9d67db67999364a66e67616e2c320d01b396338da SHA512 a98d400267801dfdf67aa035def6d62fffff1c3a2d1aebd482929274e1f86e05e79c9cbe528a80d5c87df7306364ca74a3b03674273a0079bad724e7b23e38eb WHIRLPOOL f7c926c80603c5631b00497195c4cf8e16d01bbefab4af48957d39683047259b50246381ce486c27fdae46ea52100c8dc03df9a86680562fec1cbb60501657b7
 DIST freedoom-demo-0.7.zip 2800744 SHA256 4caf386adbf217e3c96d1d8f18cbdf5335caf7c1e88d64cdc44065aa92785286 SHA512 5a101da1c473f0bec899db03ec8c8afce5c95a6c0e041dbfebe95a370e7d64746c3f1ff0304535b58ac766518e282899887f6bad415e3519dd811fc39a0c89d8 WHIRLPOOL de48bb1c19a557ef1a4bde2839a5f9c95d10a0c4364bb88f363cc0b4ab09033a19d4ee656e190a2b31d3e1edb194f24a8e80db3284a4692e3b16c442ddc95050
 DIST freedoom-iwad-0.7.zip 9697891 SHA256 f8f75fd1909801fe42de0e74db9adcfd33f753374e4923bd93e3d9a9b802ab1f SHA512 7363517097be2bb584a8481b3c658dc046dc35f8508cbd79af602e3d15b1f570537fbf1b620684e2931d644670fbb453064ab5699f542888a29cc1b4ca295b7a WHIRLPOOL b55fd43624f21a2f2c16c8f1e56ccd6e5d5c324c381a30a258bfa36c50f17e5b905fd552598cf2ae3f83bede5a0697f02959e1533e5bd5d2e62ed2b2b467c211

diff --git a/games-fps/freedoom/freedoom-0.10.1.ebuild b/games-fps/freedoom/freedoom-0.10.1.ebuild
new file mode 100644
index 0000000..7a21622
--- /dev/null
+++ b/games-fps/freedoom/freedoom-0.10.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit games
+
+DESCRIPTION="Freedoom - Open Source Doom resources"
+HOMEPAGE="http://www.nongnu.org/freedoom/"
+SRC_URI="https://github.com/freedoom/freedoom/releases/download/v${PV}/freedoom-${PV}.zip
+	https://github.com/freedoom/freedoom/releases/download/v${PV}/freedm-${PV}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+src_install() {
+	insinto "${GAMES_DATADIR}"/doom-data/${PN}
+	doins */*.wad
+	dodoc ${P}/CREDITS
+	dohtml ${P}/README.html
+	prepgamesdirs
+}
+
+pkg_postinst() {
+	games_pkg_postinst
+	elog "A Doom engine is required to play the wad"
+	elog "but games-fps/doomsday doesn't count since it doesn't"
+	elog "have the necessary features."
+	echo
+	ewarn "To play freedoom with Doom engines which do not support"
+	ewarn "subdirectories, create symlinks by running the following:"
+	ewarn "(Be careful of overwriting existing wads.)"
+	ewarn
+	ewarn "   cd ${GAMES_DATADIR}/doom-data"
+	ewarn "   ln -sn freedoom/*.wad ."
+	ewarn
+}


             reply	other threads:[~2016-03-03  5:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03  5:16 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-09 13:46 [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/ Agostino Sarubbo
2016-07-06  9:23 Agostino Sarubbo
2017-11-25 14:19 Patrick Lauer
2019-05-28 14:34 Stefan Strogin
2019-05-28 14:36 Stefan Strogin
2019-06-18 21:23 James Le Cuirot
2019-06-18 21:23 James Le Cuirot
2019-06-18 21:23 James Le Cuirot
2019-06-24 20:07 James Le Cuirot
2019-09-05 20:20 James Le Cuirot
2019-09-15  9:17 Mikle Kolyada
2019-10-12 14:29 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-11-07 21:28 James Le Cuirot
2019-11-07 21:28 James Le Cuirot
2021-03-05 23:12 James Le Cuirot
2021-07-29 11:06 Ionen Wolkens
2022-09-19  6:42 Michał Górny
2023-12-19  5:19 Sam James
2024-03-02 14:14 James Le Cuirot
2025-03-27 23:04 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=1456981761.a05db2de93028903f6fd2d9d58d47d1e5339a888.mr_bones_@gentoo \
    --to=mr_bones_@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