mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
games-kids/crayon-physics: Remove last-rited
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 BLAKE2B 6e0a98abda292184b1fd122157491e9fe63bc41f1f73932c109b39b8f4728923a61cfe3f59f2597b4ea9025b288026893991976eee7924a89fe844bb60402082 SHA512 1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -577,10 +577,6 @@ virtual/jre:9
|
||||
# (<0.6) that have been punted from the tree.
|
||||
net-misc/cocaine-core
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (03 Dec 2017)
|
||||
# Depends on dead Qt4, upstream porting inquiry pending. Bug #631788
|
||||
games-kids/crayon-physics
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (16 Nov 2017)
|
||||
# Depends on dead Qt4. Last-rites on hold for chance of Qt5-port. Bug #620702
|
||||
<media-gfx/freecad-0.17
|
||||
|
||||
Reference in New Issue
Block a user