diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:44:15 +0100 |
commit | 96104f42780a5c25b824ebcc60e91d00a9904f4d (patch) | |
tree | 2cbdd47b318cea4500db71d1ea62033e84a6bee7 /games-kids | |
parent | games-fps/xonotic: Remove old (diff) | |
download | gentoo-96104f42780a5c25b824ebcc60e91d00a9904f4d.tar.gz gentoo-96104f42780a5c25b824ebcc60e91d00a9904f4d.tar.bz2 gentoo-96104f42780a5c25b824ebcc60e91d00a9904f4d.zip |
games-kids/crayon-physics: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55.ebuild | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/games-kids/crayon-physics/crayon-physics-55.ebuild b/games-kids/crayon-physics/crayon-physics-55.ebuild deleted file mode 100644 index 14274b092f4b..000000000000 --- a/games-kids/crayon-physics/crayon-physics-55.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils games - -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=${GAMES_PREFIX_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() { - 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} - games_make_wrapper ${PN} "./crayon" "${MYGAMEDIR}" "${MYGAMEDIR}/lib32" - - dodoc changelog.txt linux_hotfix_notes.txt - dohtml readme.html - - fperms +x "${MYGAMEDIR}"/crayon - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |