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/tiny-and-big/Manifest | 3 -- games-puzzle/tiny-and-big/metadata.xml | 13 ----- .../tiny-and-big/tiny-and-big-1.4.1.ebuild | 60 ---------------------- 3 files changed, 76 deletions(-) delete mode 100644 games-puzzle/tiny-and-big/Manifest delete mode 100644 games-puzzle/tiny-and-big/metadata.xml delete mode 100644 games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild (limited to 'games-puzzle/tiny-and-big') diff --git a/games-puzzle/tiny-and-big/Manifest b/games-puzzle/tiny-and-big/Manifest deleted file mode 100644 index 3f7c8466e7dd..000000000000 --- a/games-puzzle/tiny-and-big/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST tinyandbig_grandpasleftovers-retail-linux-1.4.1_1370968537.tar.bz2 1170058011 BLAKE2B 2c1845165408cca68fd791b2d6f91c49e1131c25c29a49ab8512e82cf0664d52fcb8526741693e045e3ea1560ace47ed3d8a8e51a4851d6ce57adce6f2bcd445 SHA512 3dbf6ebbe6047f5258f482e776809c6817df8d14cfc20014fb6e4a6accc3db3e93051270ce29371bc0ef56d380bd382dbf8eb75b592c3f0097ca3546d889193e -EBUILD tiny-and-big-1.4.1.ebuild 1389 BLAKE2B 8264701b9f84f4f20228be060cd557d843bcb970fde1b256b3a016bc77c7e424744a908f2129c8e8267725842c10c24f883b6cd32630aee370b81c71ed4a43df SHA512 3f18ac776c1e8ee9bb34dd6da4d9122b1e433e104430105de5c301d6a90fb5406e6111969e76d7a656c8e17079892bf6724e93d68ef358c3a24ae51f8339695f -MISC metadata.xml 355 BLAKE2B 2ebe0923f754bb09445457bb7f266a9fb673682281d31d70b39a05f1cd0beb682fa26e89861c46e9dab0f77428b916f9f99d8324b3780c795f317b6e06efde84 SHA512 78f8cc8f1f1be915da206e4b8be196a21b58a6f209023594755e481136a1b86ee31c8d0dfedd516d756a47db624e89728875b073b71c3b08ac94a5cde8ff3b83 diff --git a/games-puzzle/tiny-and-big/metadata.xml b/games-puzzle/tiny-and-big/metadata.xml deleted file mode 100644 index b878aaa1812d..000000000000 --- a/games-puzzle/tiny-and-big/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - - Use the upstream provided bundled libraries. - - - diff --git a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild b/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild deleted file mode 100644 index aea1846bd3c1..000000000000 --- a/games-puzzle/tiny-and-big/tiny-and-big-1.4.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# TODO: unbundle media-libs/cal3d, lib hacked or old version - -EAPI=5 - -inherit eutils games - -DESCRIPTION="Combines elements of adventure, jump&run and physical puzzles" -HOMEPAGE="http://www.tinyandbig.com/" -SRC_URI="tinyandbig_grandpasleftovers-retail-linux-${PV}_1370968537.tar.bz2" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="bundled-libs" -RESTRICT="bindist fetch bundled-libs? ( splitdebug )" - -MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${MYGAMEDIR#/}/bin32/* - ${MYGAMEDIR#/}/bin64/*" - -DEPEND="app-arch/bzip2" -RDEPEND=" - virtual/opengl - media-libs/openal - x11-libs/libX11 - !bundled-libs? ( - media-gfx/nvidia-cg-toolkit - )" - -S=${WORKDIR}/tinyandbig - -pkg_nofetch() { - einfo "Please buy & download ${SRC_URI} from:" - einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" - einfo -} - -src_prepare() { - if use !bundled-libs ; then - rm -v $(usex amd64 "bin64" "bin32")/libCg{,GL}.so || die "unbundling libs failed!" - fi -} - -src_install() { - local bindir=$(usex amd64 "bin64" "bin32") - - insinto "${MYGAMEDIR}" - doins -r assets ${bindir} - - games_make_wrapper ${PN} "./${bindir}/tinyandbig" "${MYGAMEDIR}" "${MYGAMEDIR}/${bindir}" - make_desktop_entry ${PN} "Tiny & Big" - dodoc readme.txt - - fperms +x "${MYGAMEDIR}"/${bindir}/tinyandbig - prepgamesdirs -} -- cgit v1.2.3