public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/roll/
@ 2022-10-09 20:10 Nicola Smaniotto
  0 siblings, 0 replies; 3+ messages in thread
From: Nicola Smaniotto @ 2022-10-09 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     2a095809c518ab42e5659344cb54f8a8e89ae483
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Oct  9 20:09:56 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sun Oct  9 20:09:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a095809

games-util/roll: new package, add 2.6.1

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-util/roll/Manifest          |  1 +
 games-util/roll/roll-2.6.1.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/games-util/roll/Manifest b/games-util/roll/Manifest
new file mode 100644
index 000000000..856a4a9d5
--- /dev/null
+++ b/games-util/roll/Manifest
@@ -0,0 +1 @@
+DIST roll-2.6.1.tar.gz 160521 BLAKE2B 28ddfced7b3f06087c492345f7192024bd92ed8161cb7d2397f92a8d1fd1ed7814cb3e5c53b900e1d2be025b298c6f06a514e895cfaefe88de7dff62cec8945f SHA512 4a33264687f9b2acd6584574e59aa6b74efb0a01097ab35861bcd0356fa5e067a8b3890849db9cde4911794d55295dc82e82868b7c94f0258d34752af63e2dfd

diff --git a/games-util/roll/roll-2.6.1.ebuild b/games-util/roll/roll-2.6.1.ebuild
new file mode 100644
index 000000000..0fcd5e219
--- /dev/null
+++ b/games-util/roll/roll-2.6.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Program to roll dices specified in a simple and intuitive way"
+HOMEPAGE="http://matteocorti.github.io/roll/"
+SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/roll/
@ 2022-10-12 13:15 Nicola Smaniotto
  0 siblings, 0 replies; 3+ messages in thread
From: Nicola Smaniotto @ 2022-10-12 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aefc84ba1e03b4177794cb3bf134590c3c8d071d
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Oct 12 13:14:23 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Oct 12 13:15:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aefc84ba

games-util/roll: add missing metadata.xml

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-util/roll/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/games-util/roll/metadata.xml b/games-util/roll/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/games-util/roll/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/roll/
@ 2022-10-24 13:16 Nicola Smaniotto
  0 siblings, 0 replies; 3+ messages in thread
From: Nicola Smaniotto @ 2022-10-24 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     be3317a732e4df44db84be64d2abcc3edf302d6e
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 24 13:08:10 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Oct 24 13:14:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be3317a7

games-util/roll: enable tests

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 games-util/roll/roll-2.6.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-util/roll/roll-2.6.1.ebuild b/games-util/roll/roll-2.6.1.ebuild
index 0fcd5e219..b28f819c0 100644
--- a/games-util/roll/roll-2.6.1.ebuild
+++ b/games-util/roll/roll-2.6.1.ebuild
@@ -8,9 +8,12 @@ HOMEPAGE="http://matteocorti.github.io/roll/"
 SRC_URI="https://github.com/matteocorti/${PN}/releases/download/v${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
+IUSE="test"
 SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
+
+RESTRICT="!test? ( test )"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-24 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-09 20:10 [gentoo-commits] repo/proj/guru:dev commit in: games-util/roll/ Nicola Smaniotto
  -- strict thread matches above, loose matches on Subject: below --
2022-10-12 13:15 Nicola Smaniotto
2022-10-24 13:16 Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox