From: "Stefan Strogin" <steils@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/
Date: Tue, 28 May 2019 14:34:11 +0000 (UTC) [thread overview]
Message-ID: <1559053968.74a1cdbf0fef8611cf0128ec66b2abc272c31247.steils@gentoo> (raw)
commit: 74a1cdbf0fef8611cf0128ec66b2abc272c31247
Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 14:31:41 2019 +0000
Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Tue May 28 14:32:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a1cdbf
games-fps/freedoom: bump version to 0.11.3
Closes: https://bugs.gentoo.org/584486
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
games-fps/freedoom/Manifest | 2 ++
games-fps/freedoom/freedoom-0.11.3.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/games-fps/freedoom/Manifest b/games-fps/freedoom/Manifest
index 87ba73830f5..2af73e261d7 100644
--- a/games-fps/freedoom/Manifest
+++ b/games-fps/freedoom/Manifest
@@ -1,2 +1,4 @@
DIST freedm-0.10.1.zip 7230096 BLAKE2B 2b553e6f263acbd6c63ddb123d1bf9fe80ce1d7a3a6b7e1b7ec64446acb520c147336da5431c5c93f0843ecfa039645cc21a4a62b39268b34f99306e1eae4f14 SHA512 cc3b393e20b503e83ca2bf90ac528d42c951881b58d22970b154fd262e69f7bae038f7300d74e467af6e31e626a12d4a9fb5bf5ff3e9da84506df41be18577f2
+DIST freedm-0.11.3.zip 7853186 BLAKE2B 5f399233e0d1f1c61d8170dc8e13ca0c6efe79255a87511027ad69e9ab7cf21045e9bc7f40fec6fa3604b3c77590cde8e85b2e9a53e1d89c5aeaf67bffa7023e SHA512 263f126e519a883b828b4f321363fe0f8c557ae58b76c6b3e28aa60e86c15fcc78c866bf003fc523276cefbb431023de64f09b026e85b0a0c7c85a88d1f47cd0
DIST freedoom-0.10.1.zip 18496121 BLAKE2B b9fe88e086fb35b29d9562c5ac1335bd7eeb18ea7900c44d4ca7707bc52f03b73ec1190c578f57548320c70c0f73415a268d737cc545310fecb66ba47d242107 SHA512 a98d400267801dfdf67aa035def6d62fffff1c3a2d1aebd482929274e1f86e05e79c9cbe528a80d5c87df7306364ca74a3b03674273a0079bad724e7b23e38eb
+DIST freedoom-0.11.3.zip 18889307 BLAKE2B 052d7f58d1beb7947f4fff3021ec0229c9746bfb7970a52d23fa44fc881d8cf3c314b8ecf0dc400c2da4e28c623695874ae75dcd1e45933fdb1826ea04f0e24b SHA512 c67fc69bca87cba2ba40b91f578724feaabbd6cd64c6845fa567d6901b7a9e3145185011731c677a71f7b5a6f8707855fb573c0c09b6d47fef83b1577b211816
diff --git a/games-fps/freedoom/freedoom-0.11.3.ebuild b/games-fps/freedoom/freedoom-0.11.3.ebuild
new file mode 100644
index 00000000000..d4377003850
--- /dev/null
+++ b/games-fps/freedoom/freedoom-0.11.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Free game content for the Doom engine"
+HOMEPAGE="https://freedoom.github.io"
+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 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/doom-data/${PN}
+ doins */*.wad
+ dodoc "${P}"/CREDITS.txt "${P}"/README.html
+}
+
+pkg_postinst() {
+ einfo "Please note that WAD files location is /usr/share/doom-data/${PN}"
+}
next reply other threads:[~2019-05-28 14:34 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-28 14:34 Stefan Strogin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-02 14:14 [gentoo-commits] repo/gentoo:master commit in: games-fps/freedoom/ James Le Cuirot
2023-12-19 5:19 Sam James
2022-09-19 6:42 Michał Górny
2021-07-29 11:06 Ionen Wolkens
2021-03-05 23:12 James Le Cuirot
2019-11-07 21:28 James Le Cuirot
2019-11-07 21:28 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-10-12 14:29 James Le Cuirot
2019-09-15 9:17 Mikle Kolyada
2019-09-05 20:20 James Le Cuirot
2019-06-24 20:07 James Le Cuirot
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-05-28 14:36 Stefan Strogin
2017-11-25 14:19 Patrick Lauer
2016-07-06 9:23 Agostino Sarubbo
2016-04-09 13:46 Agostino Sarubbo
2016-03-03 5:16 Michael Sterrett
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=1559053968.74a1cdbf0fef8611cf0128ec66b2abc272c31247.steils@gentoo \
--to=steils@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