From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-puzzle/greedy/Manifest | 3 --- games-puzzle/greedy/greedy-0.2.0-r1.ebuild | 40 ------------------------------ games-puzzle/greedy/metadata.xml | 8 ------ 3 files changed, 51 deletions(-) delete mode 100644 games-puzzle/greedy/Manifest delete mode 100644 games-puzzle/greedy/greedy-0.2.0-r1.ebuild delete mode 100644 games-puzzle/greedy/metadata.xml (limited to 'games-puzzle/greedy') diff --git a/games-puzzle/greedy/Manifest b/games-puzzle/greedy/Manifest deleted file mode 100644 index 29a80e311f6d..000000000000 --- a/games-puzzle/greedy/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST greedy-0.2.0.tar.gz 13152 BLAKE2B e31aa4965a3347ae86c2c598e7eb9cfb3a24657fd24cb49f6d1a925a77e67d162b64647a3f0ea74ff40ac14aa996faaafa305a47991b2a40cd46d3e293ee5859 SHA512 07376d003193244d336909f6336d68c4ce0f1e15388f28cc8e50121856b1f341f46f2aeba6e09118063b27d572916b4f596b75354543df3a72930a44b6b6f8ac -EBUILD greedy-0.2.0-r1.ebuild 896 BLAKE2B c7983666a3718b661cc7b0385729eb1e069d472b2fc2405847fa743a0816a385f29eb8ce1c84b767802125f9d158cc597ef3c4ba45dcc3df81150b149b8cb57f SHA512 548171eafbf6a19ca223d98387e82935898142a5ef453c382c3731994d3fc5734772ef9435b33cb429a95e95f252907878fe15a541611e5342119ee1f8af708b -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-puzzle/greedy/greedy-0.2.0-r1.ebuild b/games-puzzle/greedy/greedy-0.2.0-r1.ebuild deleted file mode 100644 index dffb899aebff..000000000000 --- a/games-puzzle/greedy/greedy-0.2.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit toolchain-funcs games - -DESCRIPTION="fun little ncurses puzzle game" -HOMEPAGE="http://www.kotinet.com/juhamattin/linux/index.html" -SRC_URI="http://www.kotinet.com/juhamattin/linux/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -RDEPEND="sys-libs/ncurses:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - rm -f Makefile - # It wants a scores file. We need to touch one and install it. - touch greedy.scores -} - -src_compile() { - emake CC="$(tc-getCC)" LDLIBS="$($(tc-getPKG_CONFIG) ncurses --libs)" ${PN} -} - -src_install() { - insinto "${GAMES_STATEDIR}" - doins greedy.scores - - dogamesbin greedy - dodoc CHANGES README TODO - - prepgamesdirs - # We need to set the permissions correctly - fperms 664 "${GAMES_STATEDIR}/greedy.scores" -} diff --git a/games-puzzle/greedy/metadata.xml b/games-puzzle/greedy/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-puzzle/greedy/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -- cgit v1.2.3