summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-05-21 01:49:44 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-05-21 08:18:08 +0300
commitf78e95fea1b3fa283a3ca2b99882e62799125e82 (patch)
treedb18ac23a59733ba0a074ead9c5c7999b66738c5 /games-puzzle/numptyphysics/numptyphysics-9999.ebuild
parentAdded ArxFatalis-EULA-JoWooD license (diff)
downloadgamerlay-f78e95fea1b3fa283a3ca2b99882e62799125e82.tar.gz
gamerlay-f78e95fea1b3fa283a3ca2b99882e62799125e82.tar.bz2
gamerlay-f78e95fea1b3fa283a3ca2b99882e62799125e82.zip
games-puzzle/numptyphysics: remove broken package
Broken beyond any repair. Broken build system. I gave up. Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-puzzle/numptyphysics/numptyphysics-9999.ebuild')
-rw-r--r--games-puzzle/numptyphysics/numptyphysics-9999.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}