Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/numptyphysics/
Date: Thu, 21 May 2020 05:18:21
Message-Id: 1590038288.f78e95fea1b3fa283a3ca2b99882e62799125e82.winterheart@gentoo
1 commit: f78e95fea1b3fa283a3ca2b99882e62799125e82
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Wed May 20 22:49:44 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu May 21 05:18:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f78e95fe
7
8 games-puzzle/numptyphysics: remove broken package
9
10 Broken beyond any repair. Broken build system. I gave up.
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-puzzle/numptyphysics/metadata.xml | 8 ------
14 .../numptyphysics/numptyphysics-9999.ebuild | 30 ----------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/games-puzzle/numptyphysics/metadata.xml b/games-puzzle/numptyphysics/metadata.xml
18 deleted file mode 100644
19 index 1811bf7..0000000
20 --- a/games-puzzle/numptyphysics/metadata.xml
21 +++ /dev/null
22 @@ -1,8 +0,0 @@
23 -<?xml version="1.0" encoding="UTF-8"?>
24 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 -<pkgmetadata>
26 -<maintainer type="person">
27 - <email>frostworks@×××.de</email>
28 - <name>Marcel Unbehaun</name>
29 -</maintainer>
30 -</pkgmetadata>
31
32 diff --git a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild b/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
33 deleted file mode 100644
34 index 12c45ce..0000000
35 --- a/games-puzzle/numptyphysics/numptyphysics-9999.ebuild
36 +++ /dev/null
37 @@ -1,30 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=7
42 -
43 -inherit git-r3
44 -
45 -EGIT_REPO_URI="https://github.com/thp/numptyphysics"
46 -
47 -DESCRIPTION="A drawing puzzle game in the spirit of Crayon Physics"
48 -HOMEPAGE="https://github.com/thp/numptyphysics"
49 -
50 -KEYWORDS=""
51 -LICENSE="GPL-3"
52 -SLOT="0"
53 -
54 -RDEPEND="media-libs/libsdl
55 - media-libs/sdl-image[png]
56 - media-libs/sdl-ttf
57 - x11-libs/libX11
58 - dev-libs/box2d
59 - sys-libs/zlib"
60 -DEPEND="${RDEPEND}"
61 -
62 -src_prepare() {
63 - sed -r \
64 - -e '/git describe/s@--tags@--always@' \
65 - -i makefile
66 - default
67 -}