From e8e0eadd519745e09261cd2efed40dc710f93635 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 1 Jul 2018 18:36:44 +0200 Subject: games-kids/crayon-physics: Remove last-rited --- games-kids/crayon-physics/Manifest | 1 - .../crayon-physics/crayon-physics-55-r1.ebuild | 82 ---------------------- games-kids/crayon-physics/metadata.xml | 13 ---- 3 files changed, 96 deletions(-) delete mode 100644 games-kids/crayon-physics/Manifest delete mode 100644 games-kids/crayon-physics/crayon-physics-55-r1.ebuild delete mode 100644 games-kids/crayon-physics/metadata.xml (limited to 'games-kids') diff --git a/games-kids/crayon-physics/Manifest b/games-kids/crayon-physics/Manifest deleted file mode 100644 index f1a885b4c98e..000000000000 --- a/games-kids/crayon-physics/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 BLAKE2B 6e0a98abda292184b1fd122157491e9fe63bc41f1f73932c109b39b8f4728923a61cfe3f59f2597b4ea9025b288026893991976eee7924a89fe844bb60402082 SHA512 1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild deleted file mode 100644 index 7b3146fa7e18..000000000000 --- a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils gnome2-utils - -DESCRIPTION="2D physics puzzle/sandbox game with drawing" -HOMEPAGE="http://www.crayonphysics.com/" -SRC_URI="crayon_physics_deluxe-linux-release${PV}.tar.gz" - -LICENSE="CRAYON-PHYSICS" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="bundled-libs" -RESTRICT="bindist fetch splitdebug" - -MYGAMEDIR="/opt/${PN}" -QA_PREBUILT="${MYGAMEDIR#/}/crayon - ${MYGAMEDIR#/}/lib32/*" - -RDEPEND=" - dev-qt/qtcore:4[abi_x86_32(-)] - dev-qt/qtgui:4[abi_x86_32(-)] - virtual/glu[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x86? ( - !bundled-libs? ( - media-libs/libmikmod - media-libs/libsdl:0[X,sound,video,opengl,joystick] - media-libs/libvorbis - media-libs/sdl-image[png,jpeg,tiff] - media-libs/sdl-mixer[vorbis,wav] - media-libs/smpeg[X,opengl] - media-libs/tiff:0 - virtual/jpeg:0 - ) - )" - -S=${WORKDIR}/CrayonPhysicsDeluxe - -pkg_nofetch() { - einfo "Please buy & download ${SRC_URI} from:" - einfo " ${HOMEPAGE}" - einfo "and move it to ${DISTDIR}" - einfo -} - -src_prepare() { - default - - if use bundled-libs ; then - mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die - fi -} - -src_install() { - insinto "${MYGAMEDIR}" - use bundled-libs && doins -r lib32 - doins -r cache data crayon autoexec.txt version.xml - - newicon -s 256 icon.png ${PN}.png - make_desktop_entry ${PN} - make_wrapper ${PN} "./crayon" "${MYGAMEDIR}" "${MYGAMEDIR}/lib32" - - dodoc changelog.txt linux_hotfix_notes.txt - dohtml readme.html - - fperms +x "${MYGAMEDIR}"/crayon -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-kids/crayon-physics/metadata.xml b/games-kids/crayon-physics/metadata.xml deleted file mode 100644 index b878aaa1812d..000000000000 --- a/games-kids/crayon-physics/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - - Use the upstream provided bundled libraries. - - - -- cgit v1.2.3-65-gdbad