public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/
Date: Thu, 26 Nov 2020 21:16:59 +0000 (UTC)	[thread overview]
Message-ID: <1606425406.428b19c34416b01d9436c4d0606bcbe4aa19c3e8.conikost@gentoo> (raw)

commit:     428b19c34416b01d9436c4d0606bcbe4aa19c3e8
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 20:02:19 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 21:16:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428b19c3

games-util/nml: bump to version 0.5.3

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-util/nml/Manifest         |  1 +
 games-util/nml/nml-0.5.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/games-util/nml/Manifest b/games-util/nml/Manifest
index 5f3cbd0f9ad..71706ec650e 100644
--- a/games-util/nml/Manifest
+++ b/games-util/nml/Manifest
@@ -1,2 +1,3 @@
 DIST nml-0.4.5.tar.gz 378578 BLAKE2B 1283cdcabd4cbaf12dda926b89c88a3942e9e4469879812abe372facd2c41ff20af0df792bbdadf71d9d3ad8d72e98e293fd903c880e77d3e4ee8a1b73e36ca9 SHA512 64b2f46a1c2e37fce8f51231094e30334f368b0db39c6a3977a144a798d8034d1abbe7c14af3921eb81f4b7caa193e7e53ccb9e27acd113e0407926b109ca952
 DIST nml-0.5.2.tar.gz 531460 BLAKE2B 02f4e4a190bca0e46380c9075b769ea1925f3eaf655a2f09b8367890d4b9d0494dda9246f144bb735ef27906fcf22a198530fecc5c92e77f1b72f8a73832625e SHA512 edcada26ad011533065f3096b708b343ed6af742968606d187f01298e09f945904e2eba96fc8b37d88e243e7fd4bc6efdc8be614acbec199b06778ee32b5fc3b
+DIST nml-0.5.3.tar.gz 532842 BLAKE2B dbd775ca8b066fd60cd8fa1a377c95d337a61ba353fa527bb45f929d13b89a41c65156cff22f8ded6526444fdc74c82987da045e6355b411a30c0593a3a39edb SHA512 518be737273af6bfff23f223d07328312c4b7e070a334d4b0ecffc303aab8257ad8b26ff3b74e992db263d446fedc3e0080573b6670f0061ca78bb933c959c6a

diff --git a/games-util/nml/nml-0.5.3.ebuild b/games-util/nml/nml-0.5.3.ebuild
new file mode 100644
index 00000000000..34c16e3e7b1
--- /dev/null
+++ b/games-util/nml/nml-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler of NML files into GRF/NFO files"
+HOMEPAGE="https://github.com/OpenTTD/nml"
+SRC_URI="https://github.com/OpenTTD/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/pillow[zlib,${PYTHON_USEDEP}]
+	dev-python/ply[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" "docs/changelog.txt" )
+
+src_install() {
+	distutils-r1_src_install
+
+	doman docs/nmlc.1
+}


             reply	other threads:[~2020-11-26 21:17 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26 21:16 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-28  6:40 [gentoo-commits] repo/gentoo:master commit in: games-util/nml/ Sam James
2025-01-28  6:38 Sam James
2025-01-28  6:23 Sam James
2024-10-04  8:58 Sam James
2024-04-27  7:46 Matthew Smith
2023-08-11  7:26 Matthew Smith
2023-03-09 20:13 Ionen Wolkens
2023-01-10  6:09 Sam James
2023-01-10  6:09 Sam James
2022-07-29  4:17 Sam James
2022-02-12  2:04 Ionen Wolkens
2022-02-11 23:16 Ionen Wolkens
2021-04-29 19:31 Conrad Kostecki
2020-08-19 15:21 Conrad Kostecki
2020-08-19 15:21 Conrad Kostecki
2020-08-19 15:15 Conrad Kostecki
2020-01-26 13:33 David Seifert
2019-04-16 20:24 James Le Cuirot
2019-04-16 20:24 James Le Cuirot
2019-03-26 16:45 Patrice Clement
2018-07-04  9:10 Lars Wendler
2018-05-26  9:55 David Seifert
2018-05-09 21:13 James Le Cuirot
2017-12-21  1:57 David Seifert
2017-01-19 10:37 Agostino Sarubbo
2016-09-20  7:03 James Le Cuirot
2016-06-02 21:14 Michael Sterrett
2016-05-22  2:20 Michael Sterrett
2015-12-29  7:41 Michael Sterrett
2015-12-14 14:12 Agostino Sarubbo
2015-11-11 23:11 Michael Sterrett
2015-09-21 14:58 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=1606425406.428b19c34416b01d9436c4d0606bcbe4aa19c3e8.conikost@gentoo \
    --to=conikost@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