Skip to content

Commit

Permalink
games-arcade/ninvaders: update to 0.1.2
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/707654
Closes: https://bugs.gentoo.org/721184
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Azamat H. Hackimov <[email protected]>
Signed-off-by: Stefan Strogin <[email protected]>
  • Loading branch information
winterheart authored and steils committed May 30, 2020
1 parent 326aa30 commit 78663bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-arcade/ninvaders/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST ninvaders-0.1.1.tar.gz 31275 BLAKE2B 7e27c230a94eb9841ab69f11b0b9a9c4ddcbd3079083ad82a08685778bd9dc21b2eafb91fa50e9762f0594846adbb33fef71d24ff48239271b2d58cbbf921d81 SHA512 7987063084d9a9f042b419e7552debf3f173b82ba3832c2575ae8461fb5f787d6a476c305d5c2d591b4574748c6ba50e42391796c384f225685c22f044553087
DIST ninvaders-0.1.2.tar.gz 26872 BLAKE2B 218dcfc486f52795330454844b714efa6213a731bc0f2f02aab864c7f77cf6f1fe4736de039928caa4f0f5dcfbba5adf7e82af72c18c7a26f43d4bc4bfcdbe99 SHA512 dffe5a7a5992bbeb70d91dda30c0c936dbf90a0b70754748b24806ef3ead08befbb54a15f738c8bb7007f8fdb89444ec0bc4fc8ae21811113ba0998afe04ef65
1 change: 1 addition & 0 deletions games-arcade/ninvaders/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="github">sf-refugees/ninvaders</remote-id>
<remote-id type="sourceforge">ninvaders</remote-id>
</upstream>
</pkgmetadata>
16 changes: 16 additions & 0 deletions games-arcade/ninvaders/ninvaders-0.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit cmake

DESCRIPTION="a Space Invaders clone based on ncurses for ASCII output"
HOMEPAGE="https://github.com/sf-refugees/ninvaders
http://ninvaders.sourceforge.net/"
SRC_URI="https://github.com/sf-refugees/ninvaders/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="sys-libs/ncurses:0="

0 comments on commit 78663bf

Please sign in to comment.