From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D9A3138239 for ; Sat, 28 Jul 2018 11:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46CF9E07EE; Sat, 28 Jul 2018 11:59:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB097E07EE for ; Sat, 28 Jul 2018 11:59:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 951F7335CDD for ; Sat, 28 Jul 2018 11:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B00380 for ; Sat, 28 Jul 2018 11:59:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532779120.f07aeb25cc1293c7ffaa24a081f5e9ed4b9cadd9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/marbleblast-demo/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/marbleblast-demo/Manifest games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild games-arcade/marbleblast-demo/metadata.xml profiles/package.mask X-VCS-Directories: games-arcade/marbleblast-demo/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f07aeb25cc1293c7ffaa24a081f5e9ed4b9cadd9 X-VCS-Branch: master Date: Sat, 28 Jul 2018 11:59:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54ff264b-4352-4617-99b9-01adcdc2cc35 X-Archives-Hash: a924d8286a9b15480d83bc09da2d71e8 commit: f07aeb25cc1293c7ffaa24a081f5e9ed4b9cadd9 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 28 11:54:37 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 28 11:58:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07aeb25 games-arcade/marbleblast-demo: Remove last-rited pkg Closes: https://bugs.gentoo.org/653812 games-arcade/marbleblast-demo/Manifest | 1 - .../marbleblast-demo/marbleblast-demo-1.3.ebuild | 35 ---------------------- games-arcade/marbleblast-demo/metadata.xml | 31 ------------------- profiles/package.mask | 1 - 4 files changed, 68 deletions(-) diff --git a/games-arcade/marbleblast-demo/Manifest b/games-arcade/marbleblast-demo/Manifest deleted file mode 100644 index 03920d58ac7..00000000000 --- a/games-arcade/marbleblast-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MarbleBlastDemo-1.3.sh.bin 10800892 BLAKE2B 87fe4ae6f07365f2ed3cc6f6c4006c9a7ca4f8bdcd07cc0a20a5f575130c65666edab45ad6ff191ced8d29556c3e2c662d93b0d4938de8a3571af04698cae66b SHA512 24bd5f03c8868ab83e2bcfe27ab60f86727e972f04cafe4d5ff940a77adf4a362c3de1b0391b5763aed8dc946af7b769da60654b2ea53133521b200a99ebdde8 diff --git a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild b/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild deleted file mode 100644 index a99f38dc06b..00000000000 --- a/games-arcade/marbleblast-demo/marbleblast-demo-1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit unpacker games - -DESCRIPTION="race marbles through crazy stages" -HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=3" -SRC_URI="ftp://ggdev-1.homelan.com/marbleblast/MarbleBlastDemo-${PV}.sh.bin" - -LICENSE="MARBLEBLAST" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -S=${WORKDIR} - -dir=${GAMES_PREFIX_OPT}/${PN} -QA_PREBUILT="${dir:1}/marbleblastdemo.bin - ${dir:1}/lib/lib*" - -src_install() { - dodir "${dir}" "${GAMES_BINDIR}" - - tar -zxf MarbleBlast.tar.gz -C "${D}/${dir}" || die "extracting MarbleBlast.tar.gz" - - exeinto "${dir}" - doexe bin/Linux/x86/marbleblastdemo - dosym "${dir}"/marbleblastdemo "${GAMES_BINDIR}"/marbleblast-demo - - dodoc README_DEMO.txt - - prepgamesdirs -} diff --git a/games-arcade/marbleblast-demo/metadata.xml b/games-arcade/marbleblast-demo/metadata.xml deleted file mode 100644 index 581d9cab592..00000000000 --- a/games-arcade/marbleblast-demo/metadata.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -Marble Blast is an arcade action game with simple yet addictive gameplay, -suitable for players of any age. In the rich cartoon landscape of Marble -Blast, players will race their marbles through moving platforms, dangerous -hazards, sparkling treasures and power up enhancements in an effort to -complete each course in record time. - -Marble Blast introduces new players to the game with a set of -progressively more difficult beginner training levels, each designed to -showcase a power up or game hazard. The hazards players will face in -Marble Blast include powerful fans, whirling tornados, land mines, -pinball-style bumpers, narrow catwalks, moving pistons, dizzying chasms, -and more. - -To get past these obstacles, players can find and use five different -ability enhancing power ups - the SuperSpeed, SuperJump, SuperBounce, -Shock Asbsorber and Gyrocopter. Some levels contain gravity modifiers, -which allow the player to change the direction of gravity. - -Marble Blast comes with 72 whimsical and challenging levels, as well as -the ability for advanced players to craft and share their own levels. -Marble Blast is sure to provide many hours of fun for the whole family. - - diff --git a/profiles/package.mask b/profiles/package.mask index efcb9fe8300..1ed932de4af 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -292,7 +292,6 @@ sys-boot/getdvhoff # Pacho Ramos (17 Jun 2018) # Both games crash on start (#653812). Removal in a month. -games-arcade/marbleblast-demo games-arcade/marbleblastgold-demo # Mart Raudsepp (16 Jun 2018)