summaryrefslogtreecommitdiff
path: root/games-kids/crayon-physics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-kids/crayon-physics
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-kids/crayon-physics')
-rw-r--r--games-kids/crayon-physics/Manifest1
-rw-r--r--games-kids/crayon-physics/crayon-physics-55.ebuild83
2 files changed, 0 insertions, 84 deletions
diff --git a/games-kids/crayon-physics/Manifest b/games-kids/crayon-physics/Manifest
index 7fb91e874c40..9200e48bab74 100644
--- a/games-kids/crayon-physics/Manifest
+++ b/games-kids/crayon-physics/Manifest
@@ -1,4 +1,3 @@
DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 SHA256 1a8f29fc298abea8fdde2b926d33e00e88500f2a8eef5d78c97355b5483d4a8b SHA512 1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb WHIRLPOOL 4413692ea91a09f0e87c56e2eb030e2e5874a3994579bd744bc0c3d10a2919db1780ff16d0073ae9fc56f1fc8bed264b947f02396c306d7f70b497b19da1ac9e
EBUILD crayon-physics-55-r1.ebuild 1723 BLAKE2B 912f79c90c4d3ab7e586b6daa38f4d36ca50884579ae6a72f38c36636d4d9c16e8c4b695416ea312f5e9fc7966962c7abafa947841262c166cc2650b0756cff8 SHA512 44bcb55cec1fe0886181b8fb89cf935a74be98ebd7f79090def7986e22baf73fb4a5ffb680b810cd304404276beb2d266c6bd3c41d3e731abaa1f952647c8be6
-EBUILD crayon-physics-55.ebuild 1792 BLAKE2B e88c3824800b3dd8b6887fb5aa24518512d78e81f417cf82732d8da400865015297c90405912da25bc4de3cae681580b9e53f3c4254cc86bd47af6056e493f74 SHA512 86e699e2981e3a157d086e06fd4c733c538c930462c2225fadf17802a5b9507a5f3e5116eb28a51a597aff4199ac091de40a2cb3dcc1a2105f8bfc23428ec1cb
MISC metadata.xml 355 BLAKE2B 2ebe0923f754bb09445457bb7f266a9fb673682281d31d70b39a05f1cd0beb682fa26e89861c46e9dab0f77428b916f9f99d8324b3780c795f317b6e06efde84 SHA512 78f8cc8f1f1be915da206e4b8be196a21b58a6f209023594755e481136a1b86ee31c8d0dfedd516d756a47db624e89728875b073b71c3b08ac94a5cde8ff3b83
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
-}