From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-action/snipes/Manifest | 4 +++ .../snipes/files/snipes-1.0.4-nongnulinker.patch | 20 +++++++++++++ games-action/snipes/metadata.xml | 8 +++++ games-action/snipes/snipes-1.0.4-r1.ebuild | 34 ++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 games-action/snipes/Manifest create mode 100644 games-action/snipes/files/snipes-1.0.4-nongnulinker.patch create mode 100644 games-action/snipes/metadata.xml create mode 100644 games-action/snipes/snipes-1.0.4-r1.ebuild (limited to 'games-action/snipes') diff --git a/games-action/snipes/Manifest b/games-action/snipes/Manifest new file mode 100644 index 000000000000..c898af018215 --- /dev/null +++ b/games-action/snipes/Manifest @@ -0,0 +1,4 @@ +AUX snipes-1.0.4-nongnulinker.patch 711 BLAKE2B a4eca8ee51b349b652405b8d7b5565d2da7bfd88873088683f7252fd61640a372f228f41d39d782be23de5ab4dbe0fe2dece9fd8d5188a1822a24b78b117d721 SHA512 20ecb0e76e79b91fae7d9a8f3448cc88161ebbb8ee10e82c3f3eabf120c53c14392e0df4eb61530ae89f2ebbcf84db69affa9239e376c6a3d93b4f2f5dca1259 +DIST snipes-1.0.4.tar.gz 39150 BLAKE2B 00bf82f65720a86a7eb32ce50edd92db434dd8cbcfd76caad102bf5bd5087141f0b97d41260d7c0fc2709a7506470d53c08672c2b2c6733fcb3ee718b5875755 SHA512 de2cfdc3062055bfd04766f11894786af2ccd57ee1c8bcfe28d2d6894fe543830061ad7d16fa5e0363a25dcfd4a4c297ec0b81e449392a7b2b7d65da2e2a2f9b +EBUILD snipes-1.0.4-r1.ebuild 643 BLAKE2B be79978b81f91f3756e53fcb0b12f7d0fd5a1652e5fd91a4c9d09fdc89cf00fb277a1f6307bfb0aca1b75098b1efbb4e8c0e67bab73ab56096e2877f71dd5c08 SHA512 dc9b4c48a03190d611ea15d32b2a4177748f522808c776c7211a1cf891a043588b9f1f16bd30b5a3af713a9f5e309f738e92a831de78274ed099164819fae7b3 +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch b/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch new file mode 100644 index 000000000000..8bdaeef3e356 --- /dev/null +++ b/games-action/snipes/files/snipes-1.0.4-nongnulinker.patch @@ -0,0 +1,20 @@ +--- a/Makefile 2011-12-18 17:24:28.795315064 +0100 ++++ b/Makefile 2011-12-18 17:24:59.005311478 +0100 +@@ -33,7 +33,7 @@ + IMGOBJ = $(OIMGS:%.pbm=$(INTERMEDIATE)/%.o) + + CFLAGS += `sdl-config --cflags` -I$(INTERMEDIATE) +-LDLIBS += `sdl-config --libs` ++LDLIBS += `sdl-config --libs` -lm + LDFLAGS += -Wl,-z,noexecstack + + +@@ -52,7 +52,7 @@ + + # Why does this result in an executable stack? Can I run my bitmaps? Do bitmaps behave like Conway's game of life, when run? + $(INTERMEDIATE)/%.o: $(IMG)/%.pbm +- $(LD) -r -b binary -z noexecstack -z really_noexecstack -z pretty_please_noexecstack -o $@ $< ++ $(LD) -r -b binary -z noexecstack -o $@ $< + + snipes.6: snipes.6.in + sed s/'`VERSION`'/`cat VERSION`/ < $< > $@ diff --git a/games-action/snipes/metadata.xml b/games-action/snipes/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-action/snipes/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + diff --git a/games-action/snipes/snipes-1.0.4-r1.ebuild b/games-action/snipes/snipes-1.0.4-r1.ebuild new file mode 100644 index 000000000000..9d8e9a36c48b --- /dev/null +++ b/games-action/snipes/snipes-1.0.4-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit toolchain-funcs eutils + +DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name" +HOMEPAGE="https://cyp.github.com/snipes/" +SRC_URI="https://cyp.github.com/snipes/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libsdl[sound,video]" +RDEPEND=${DEPEND} + +PATCHES=( + "${FILESDIR}"/${P}-nongnulinker.patch +) + +src_compile() { + tc-getLD + default +} + +src_install() { + dobin snipes + doman snipes.6 + dodoc ChangeLog + doicon ${PN}.png + make_desktop_entry snipes "Snipes" +} -- cgit v1.2.3