Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/crayon-physics/, profiles/
Date: Mon, 02 Jul 2018 20:50:32
Message-Id: 1530564486.e8e0eadd519745e09261cd2efed40dc710f93635.asturm@gentoo
1 commit: e8e0eadd519745e09261cd2efed40dc710f93635
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 16:36:44 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 20:48:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e0eadd
7
8 games-kids/crayon-physics: Remove last-rited
9
10 games-kids/crayon-physics/Manifest | 1 -
11 .../crayon-physics/crayon-physics-55-r1.ebuild | 82 ----------------------
12 games-kids/crayon-physics/metadata.xml | 13 ----
13 profiles/package.mask | 4 --
14 4 files changed, 100 deletions(-)
15
16 diff --git a/games-kids/crayon-physics/Manifest b/games-kids/crayon-physics/Manifest
17 deleted file mode 100644
18 index f1a885b4c98..00000000000
19 --- a/games-kids/crayon-physics/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST crayon_physics_deluxe-linux-release55.tar.gz 33236439 BLAKE2B 6e0a98abda292184b1fd122157491e9fe63bc41f1f73932c109b39b8f4728923a61cfe3f59f2597b4ea9025b288026893991976eee7924a89fe844bb60402082 SHA512 1840cabba5b922f155b90c4442c460e7dc5c63aa2e1348a5f175211d5264c645c08af9a3bd43861aa8497e111678a7314b94d2ba0035b2e07e811200f1af07eb
23
24 diff --git a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild b/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
25 deleted file mode 100644
26 index 7b3146fa7e1..00000000000
27 --- a/games-kids/crayon-physics/crayon-physics-55-r1.ebuild
28 +++ /dev/null
29 @@ -1,82 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit eutils gnome2-utils
35 -
36 -DESCRIPTION="2D physics puzzle/sandbox game with drawing"
37 -HOMEPAGE="http://www.crayonphysics.com/"
38 -SRC_URI="crayon_physics_deluxe-linux-release${PV}.tar.gz"
39 -
40 -LICENSE="CRAYON-PHYSICS"
41 -SLOT="0"
42 -KEYWORDS="-* ~amd64 ~x86"
43 -IUSE="bundled-libs"
44 -RESTRICT="bindist fetch splitdebug"
45 -
46 -MYGAMEDIR="/opt/${PN}"
47 -QA_PREBUILT="${MYGAMEDIR#/}/crayon
48 - ${MYGAMEDIR#/}/lib32/*"
49 -
50 -RDEPEND="
51 - dev-qt/qtcore:4[abi_x86_32(-)]
52 - dev-qt/qtgui:4[abi_x86_32(-)]
53 - virtual/glu[abi_x86_32(-)]
54 - virtual/opengl[abi_x86_32(-)]
55 - x11-libs/libX11[abi_x86_32(-)]
56 - x86? (
57 - !bundled-libs? (
58 - media-libs/libmikmod
59 - media-libs/libsdl:0[X,sound,video,opengl,joystick]
60 - media-libs/libvorbis
61 - media-libs/sdl-image[png,jpeg,tiff]
62 - media-libs/sdl-mixer[vorbis,wav]
63 - media-libs/smpeg[X,opengl]
64 - media-libs/tiff:0
65 - virtual/jpeg:0
66 - )
67 - )"
68 -
69 -S=${WORKDIR}/CrayonPhysicsDeluxe
70 -
71 -pkg_nofetch() {
72 - einfo "Please buy & download ${SRC_URI} from:"
73 - einfo " ${HOMEPAGE}"
74 - einfo "and move it to ${DISTDIR}"
75 - einfo
76 -}
77 -
78 -src_prepare() {
79 - default
80 -
81 - if use bundled-libs ; then
82 - mv lib32/_libSDL-1.2.so.0 lib32/libSDL-1.2.so.0 || die
83 - fi
84 -}
85 -
86 -src_install() {
87 - insinto "${MYGAMEDIR}"
88 - use bundled-libs && doins -r lib32
89 - doins -r cache data crayon autoexec.txt version.xml
90 -
91 - newicon -s 256 icon.png ${PN}.png
92 - make_desktop_entry ${PN}
93 - make_wrapper ${PN} "./crayon" "${MYGAMEDIR}" "${MYGAMEDIR}/lib32"
94 -
95 - dodoc changelog.txt linux_hotfix_notes.txt
96 - dohtml readme.html
97 -
98 - fperms +x "${MYGAMEDIR}"/crayon
99 -}
100 -
101 -pkg_preinst() {
102 - gnome2_icon_savelist
103 -}
104 -
105 -pkg_postinst() {
106 - gnome2_icon_cache_update
107 -}
108 -
109 -pkg_postrm() {
110 - gnome2_icon_cache_update
111 -}
112
113 diff --git a/games-kids/crayon-physics/metadata.xml b/games-kids/crayon-physics/metadata.xml
114 deleted file mode 100644
115 index b878aaa1812..00000000000
116 --- a/games-kids/crayon-physics/metadata.xml
117 +++ /dev/null
118 @@ -1,13 +0,0 @@
119 -<?xml version="1.0" encoding="UTF-8"?>
120 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
121 -<pkgmetadata>
122 - <maintainer type="project">
123 - <email>games@g.o</email>
124 - <name>Gentoo Games Project</name>
125 - </maintainer>
126 - <use>
127 - <flag name="bundled-libs">
128 - Use the upstream provided bundled libraries.
129 - </flag>
130 - </use>
131 -</pkgmetadata>
132
133 diff --git a/profiles/package.mask b/profiles/package.mask
134 index 006ffb241df..a09da8f077b 100644
135 --- a/profiles/package.mask
136 +++ b/profiles/package.mask
137 @@ -577,10 +577,6 @@ virtual/jre:9
138 # (<0.6) that have been punted from the tree.
139 net-misc/cocaine-core
140
141 -# Andreas Sturmlechner <asturm@g.o> (03 Dec 2017)
142 -# Depends on dead Qt4, upstream porting inquiry pending. Bug #631788
143 -games-kids/crayon-physics
144 -
145 # Andreas Sturmlechner <asturm@g.o> (16 Nov 2017)
146 # Depends on dead Qt4. Last-rites on hold for chance of Qt5-port. Bug #620702
147 <media-gfx/freecad-0.17