From 6bd95d1f6320b8666a31ec949183aaa3088aa16f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 25 Mar 2018 19:22:13 +0100 Subject: gentoo resync : 25.03.2018 --- games-action/trine-bin/Manifest | 3 - games-action/trine-bin/metadata.xml | 8 --- games-action/trine-bin/trine-bin-1.08-r2.ebuild | 77 ------------------------- 3 files changed, 88 deletions(-) delete mode 100644 games-action/trine-bin/Manifest delete mode 100644 games-action/trine-bin/metadata.xml delete mode 100644 games-action/trine-bin/trine-bin-1.08-r2.ebuild (limited to 'games-action/trine-bin') diff --git a/games-action/trine-bin/Manifest b/games-action/trine-bin/Manifest deleted file mode 100644 index 9e3b6e2c288c..000000000000 --- a/games-action/trine-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST TrineUpdate4.64.run 647258173 BLAKE2B b520d1f312b9bd9ef94f32cd5fbe7ceaea0cb1bd839d8a898ac02cac0eb3464d83588f1163949ca2f53d7badb2eca456b8e1438d6f5e96e3c6baa10ca6cb865a SHA512 1255edc90cfd47c4f5a3cf7fa07cebac047f46f9b5f9f6621baff01d9c4295c95204a695127ce4947038c50c80253e7a004ec1c3accff6ac8697605fd25885f9 -EBUILD trine-bin-1.08-r2.ebuild 1600 BLAKE2B ca1e3ddfeaf2d584a158ba319c0808046cf679a50b30a9332a567befca5766136ce4d82c5a9f25f45eaa42ea2d1953da221ca2f90f15f85f30e34e67f4528d4e SHA512 aae2c12a3f387d7f7f918f46e246e9756abe75ec4e98c24ef120f57104edf79c110c04bb79a80fb6a486891d7a66d40ad4ed770c8b3dd367ef46ce82586ef081 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/trine-bin/metadata.xml b/games-action/trine-bin/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-action/trine-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-action/trine-bin/trine-bin-1.08-r2.ebuild b/games-action/trine-bin/trine-bin-1.08-r2.ebuild deleted file mode 100644 index 99503c9efac8..000000000000 --- a/games-action/trine-bin/trine-bin-1.08-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop eutils unpacker - -DESCRIPTION="A physics-based action game with character-dependent solutions to challenges" -HOMEPAGE="http://trine-thegame.com/" -SRC_URI="TrineUpdate4.64.run" - -LICENSE="frozenbyte-eula" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="fetch strip" - -DEPEND=" - app-admin/chrpath - app-arch/unzip -" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/libx86 - gnome-base/libglade:2.0 - media-libs/libogg - media-libs/libpng:1.2 - >=media-libs/libsdl-1.2[opengl,sound,video] - >=media-libs/libvorbis-1.3 - >=media-libs/openal-1.15 - >=media-libs/tiff-3.9:3 - >=sys-devel/gcc-4.3.0 - >=sys-libs/glibc-2.4 - virtual/jpeg:62 - x11-libs/gtk+:2 -" - -S="${WORKDIR}" -d="/opt/${PN}" -QA_PREBUILT="*" - -pkg_nofetch() { - einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}" - einfo "See http://www.humblebundle.com/ for more info." -} - -src_unpack() { - unpack_zip ${A} -} - -src_prepare() { - default - rm -v lib*/lib{gcc_s,jpeg,m,ogg,openal,png*,rt,SDL*,selinux,stdc++,tiff,vorbis*}.* || die - chrpath --replace "${EPREFIX}${d}"/lib trine-{bin,launcher}$(usex x86 32 64) || die -} - -src_install() { - local b bb - local sfx=$(usex x86 32 64) - - doicon Trine.xpm - for b in bin launcher ; do - bb="trine-${b}" - exeinto ${d} - newexe ${bb}${sfx} ${bb} - make_wrapper ${bb} "./${bb}" "${d}" - make_desktop_entry ${bb} "Trine ${b}" Trine - done - - exeinto ${d}/lib - doexe lib${sfx}/* - - insinto ${d} - doins -r binds config data dev profiles *.fbz *.glade trine-logo.png - - dodoc Trine_Manual_linux.pdf Trine_updates.txt -} -- cgit v1.2.3