public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/numptyphysics/
@ 2020-02-29 13:04 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-02-29 13:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d7a97764d6238068b7f6e31f899a10924f52eb20
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Feb 29 12:10:16 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Feb 29 12:10:16 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d7a97764

games-puzzle/numptyphysics: fixes to package

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-puzzle/numptyphysics/metadata.xml              | 2 +-
 games-puzzle/numptyphysics/numptyphysics-9999.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/numptyphysics/metadata.xml b/games-puzzle/numptyphysics/metadata.xml
index 5d0ede2..1811bf7 100644
--- a/games-puzzle/numptyphysics/metadata.xml
+++ b/games-puzzle/numptyphysics/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
+<maintainer type="person">
 	<email>frostworks@gmx.de</email>
 	<name>Marcel Unbehaun</name>
 </maintainer>

diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
index c867411..12c45ce 100644
--- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
+++ b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,6 +10,7 @@ EGIT_REPO_URI="https://github.com/thp/numptyphysics"
 DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics"
 HOMEPAGE="https://github.com/thp/numptyphysics"
 
+KEYWORDS=""
 LICENSE="GPL-3"
 SLOT="0"
 


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

* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/numptyphysics/
@ 2020-05-21  5:18 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2020-05-21  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f78e95fea1b3fa283a3ca2b99882e62799125e82
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed May 20 22:49:44 2020 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu May 21 05:18:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f78e95fe

games-puzzle/numptyphysics: remove broken package

Broken beyond any repair. Broken build system. I gave up.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>

 games-puzzle/numptyphysics/metadata.xml            |  8 ------
 .../numptyphysics/numptyphysics-9999.ebuild        | 30 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/numptyphysics/metadata.xml b/games-puzzle/numptyphysics/metadata.xml
deleted file mode 100644
index 1811bf7..0000000
--- a/games-puzzle/numptyphysics/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>frostworks@gmx.de</email>
-	<name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
deleted file mode 100644
index 12c45ce..0000000
--- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3
-
-EGIT_REPO_URI="https://github.com/thp/numptyphysics"
-
-DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics"
-HOMEPAGE="https://github.com/thp/numptyphysics"
-
-KEYWORDS=""
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="media-libs/libsdl
-	media-libs/sdl-image[png]
-	media-libs/sdl-ttf
-	x11-libs/libX11
-	dev-libs/box2d
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	sed -r \
-		-e '/git describe/s@--tags@--always@' \
-		-i makefile
-	default
-}


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

end of thread, other threads:[~2020-05-21  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 13:04 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/numptyphysics/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2020-05-21  5:18 Azamat H. Hackimov

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