diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-07 11:42:03 +0100 |
commit | f70601e0934acd62f6c5d06c5ede4cc607179514 (patch) | |
tree | 0b337390375de04b950fc4b45edc0f895a4701a4 /games-kids | |
parent | b2be182d49eea46686b5cf2680d457df61e89dc4 (diff) |
gentoo resync : 07.07.2018
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/Manifest.gz | bin | 1902 -> 1727 bytes | |||
-rw-r--r-- | games-kids/crayon-physics/Manifest | 3 | ||||
-rw-r--r-- | games-kids/crayon-physics/crayon-physics-55-r1.ebuild | 82 | ||||
-rw-r--r-- | games-kids/crayon-physics/metadata.xml | 13 |
4 files changed, 0 insertions, 98 deletions
diff --git a/games-kids/Manifest.gz b/games-kids/Manifest.gz Binary files differindex 91e6e0402312..26ca77a3e1a7 100644 --- a/games-kids/Manifest.gz +++ b/games-kids/Manifest.gz diff --git a/games-kids/crayon-physics/Manifest b/games-kids/crayon-physics/Manifest deleted file mode 100644 index c6b61e01cdef..000000000000 --- a/games-kids/crayon-physics/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 BLAKE2B 6e0a98abda292184b1fd122157491e9fe63bc41f1f73932c109b39b8f4728923a61cfe3f59f2597b4ea9025b288026893991976eee7924a89fe844bb60402082 SHA512 1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb -EBUILD crayon-physics-55-r1.ebuild 1723 BLAKE2B 912f79c90c4d3ab7e586b6daa38f4d36ca50884579ae6a72f38c36636d4d9c16e8c4b695416ea312f5e9fc7966962c7abafa947841262c166cc2650b0756cff8 SHA512 44bcb55cec1fe0886181b8fb89cf935a74be98ebd7f79090def7986e22baf73fb4a5ffb680b810cd304404276beb2d266c6bd3c41d3e731abaa1f952647c8be6 -MISC metadata.xml 355 BLAKE2B 2ebe0923f754bb09445457bb7f266a9fb673682281d31d70b39a05f1cd0beb682fa26e89861c46e9dab0f77428b916f9f99d8324b3780c795f317b6e06efde84 SHA512 78f8cc8f1f1be915da206e4b8be196a21b58a6f209023594755e481136a1b86ee31c8d0dfedd516d756a47db624e89728875b073b71c3b08ac94a5cde8ff3b83 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>games@gentoo.org</email> - <name>Gentoo Games Project</name> - </maintainer> - <use> - <flag name="bundled-libs"> - Use the upstream provided bundled libraries. - </flag> - </use> -</pkgmetadata> |