public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/krank/
Date: Sun,  6 Jun 2021 08:14:30 +0000 (UTC)	[thread overview]
Message-ID: <1622854479.8075f87819b0e6b8f1784463f2c628f7b427d455.jian@gentoo> (raw)

commit:     8075f87819b0e6b8f1784463f2c628f7b427d455
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sat Jun  5 00:54:39 2021 +0000
Commit:     Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Sat Jun  5 00:54:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8075f878

games-puzzle/krank: new ebuild

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 games-puzzle/krank/Manifest       |  3 +++
 games-puzzle/krank/krank-8.ebuild | 25 +++++++++++++++++++++++++
 games-puzzle/krank/metadata.xml   |  9 +++++++++
 3 files changed, 37 insertions(+)

diff --git a/games-puzzle/krank/Manifest b/games-puzzle/krank/Manifest
new file mode 100644
index 000000000..fc0ee19d3
--- /dev/null
+++ b/games-puzzle/krank/Manifest
@@ -0,0 +1,3 @@
+DIST krank-8.tar.bz2 25592196 BLAKE2B 6b67ba2578401f28ed0043d63bb8c935499e53ab29ca944669f69593334ebcea49bd52d3c8473a3949420448d534760add46b4477fba99e3a14c35f91ef7137e SHA512 29c9d1249b2333503599d181a8fd20e1554d6fefa3dbd358d3173fa4191719af154f39e492582ee94dff1f9fbe8ff096cebf0e391eac0729e7ea338b2b879bb3
+EBUILD krank-8.ebuild 554 BLAKE2B 87f3c208f51e85cca88dcc29b0ab3875eb908139f66984ba160446e603c2c2e81aa7a174e729286a933081d9e7a1cc55898feed3aae308aefc06d0d99f25e35a SHA512 6e7ce31427215d0b48eddc89da244d66fd5f458b5c7a33ea6a603b40dde97db7cbb09f9bd6642c2cec25ee86890eb9755d94bfdb90c5e94b170f44b3fe3956fd
+MISC metadata.xml 251 BLAKE2B 474986ef856c57fddc2a287cc3fa5c71dbf2ad581b45d4f25c38189663c350be7ebd7a9dd2a7311aa9f6d782b1c0db05f88155169263f54296a17b7d5dfff6a8 SHA512 b82c3a0cda8c4d3947bb093d4c72c1d37fec1a9a546114eacd2b0622c6dff0ab6f828e381c42e959def029bb67f0271f93f1ab640901c412fcd77abe73b1ad57

diff --git a/games-puzzle/krank/krank-8.ebuild b/games-puzzle/krank/krank-8.ebuild
new file mode 100644
index 000000000..650caa9a3
--- /dev/null
+++ b/games-puzzle/krank/krank-8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2016-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop
+
+DESCRIPTION="Little casual game"
+HOMEPAGE="https://gitlab.com/mazes_80/krank"
+SRC_URI="https://gitlab.com/mazes_80/krank/-/archive/${PV}/${P}.tar.bz2"
+
+IUSE=""
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pygame"
+
+src_install() {
+	dobin krank
+	insinto /usr/share/${PN}/
+	doins -r src sounds levels fonts art
+	make_desktop_entry ${PN} "Krank" "/usr/share/${PN}/levels/images/icon64x64.png"
+}

diff --git a/games-puzzle/krank/metadata.xml b/games-puzzle/krank/metadata.xml
new file mode 100644
index 000000000..14aa8b65c
--- /dev/null
+++ b/games-puzzle/krank/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>samuel.bauer@yahoo.fr</email>
+		<name>Samuel Bauer</name>
+	</maintainer>
+</pkgmetadata>
+


             reply	other threads:[~2021-06-06  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-06  8:14 Jian Lin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-06 12:57 [gentoo-commits] repo/proj/guru:dev commit in: games-puzzle/krank/ Andrew Ammerlaan
2021-06-06 12:57 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1622854479.8075f87819b0e6b8f1784463f2c628f7b427d455.jian@gentoo \
    --to=jlin.gentoo@outlook.com \
    --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