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 7B5AC138351 for ; Sat, 29 Feb 2020 01:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C65CE089E; Sat, 29 Feb 2020 01:15:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 304E7E089E for ; Sat, 29 Feb 2020 01:15:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2CFBD34F4B7 for ; Sat, 29 Feb 2020 01:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA7615F for ; Sat, 29 Feb 2020 01:15:33 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1582927560.4083da268d0b225ec5c0dc4cf6953a74fe33c3f7.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/megamario/, games-arcade/megamario/files/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/megamario/files/1.6-gcc43.patch games-arcade/megamario/files/1.6-hqmusic.patch games-arcade/megamario/files/1.6-logpath.patch games-arcade/megamario/megamario-1.6.ebuild X-VCS-Directories: games-arcade/megamario/files/ games-arcade/megamario/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 4083da268d0b225ec5c0dc4cf6953a74fe33c3f7 X-VCS-Branch: master Date: Sat, 29 Feb 2020 01:15:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2466d480-2119-44ef-943d-86f6ddb0f997 X-Archives-Hash: 63f2e81934798c62180daf1c4ae0cafb commit: 4083da268d0b225ec5c0dc4cf6953a74fe33c3f7 Author: Azamat H. Hackimov gmail com> AuthorDate: Fri Feb 28 22:04:44 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Fri Feb 28 22:06:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4083da26 games-arcade/megamario: remove package Unbuildable, deprecated eclass. Signed-off-by: Azamat H. Hackimov gmail.com> games-arcade/megamario/files/1.6-gcc43.patch | 23 ------------ games-arcade/megamario/files/1.6-hqmusic.patch | 24 ------------ games-arcade/megamario/files/1.6-logpath.patch | 12 ------ games-arcade/megamario/megamario-1.6.ebuild | 51 -------------------------- 4 files changed, 110 deletions(-) diff --git a/games-arcade/megamario/files/1.6-gcc43.patch b/games-arcade/megamario/files/1.6-gcc43.patch deleted file mode 100644 index 2aa1d84..0000000 --- a/games-arcade/megamario/files/1.6-gcc43.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Naur src/global.cpp src-p/global.cpp ---- src/global.cpp 2007-03-07 10:34:56.000000000 +0100 -+++ src-p/global.cpp 2009-08-21 15:00:08.000000000 +0200 -@@ -9,6 +9,7 @@ - - #include "Global.h" - #include "unixutils.h" -+#include - - - -diff -Naur src/levels.h src-p/levels.h ---- src/levels.h 2007-03-07 10:35:04.000000000 +0100 -+++ src-p/levels.h 2009-08-21 15:00:34.000000000 +0200 -@@ -8,7 +8,7 @@ - - #ifndef __LEVELS_H__ - #define __LEVELS_H__ -- -+#include - - class cScene - { diff --git a/games-arcade/megamario/files/1.6-hqmusic.patch b/games-arcade/megamario/files/1.6-hqmusic.patch deleted file mode 100644 index f10a834..0000000 --- a/games-arcade/megamario/files/1.6-hqmusic.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur src/functions.cpp src-p/functions.cpp ---- src/functions.cpp 2007-03-07 10:34:56.000000000 +0100 -+++ src-p/functions.cpp 2009-08-21 16:17:42.000000000 +0200 -@@ -447,7 +447,7 @@ - } - else - { -- sprintf(tmp, "mp3music/%s",filename); -+ sprintf(tmp, DATADIR "mp3music/%s",filename); - tmp[strlen(tmp)-3]='m'; - tmp[strlen(tmp)-2]='p'; - tmp[strlen(tmp)-1]='3'; -diff -Naur src/main.cpp src-p/main.cpp ---- src/main.cpp 2007-03-07 10:35:04.000000000 +0100 -+++ src-p/main.cpp 2009-08-21 16:18:09.000000000 +0200 -@@ -413,7 +413,7 @@ - - - fstream fin; --fin.open("mp3music/music_available.dat",ios::in); -+fin.open( DATADIR "mp3music/music_available.dat",ios::in); - if( fin.is_open() ) - { - HighQualityMusicFound=1; diff --git a/games-arcade/megamario/files/1.6-logpath.patch b/games-arcade/megamario/files/1.6-logpath.patch deleted file mode 100644 index ac6c5e0..0000000 --- a/games-arcade/megamario/files/1.6-logpath.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur src/main.cpp src-p/main.cpp ---- src/main.cpp 2007-03-07 10:35:04.000000000 +0100 -+++ src-p/main.cpp 2009-08-21 16:22:38.000000000 +0200 -@@ -61,7 +61,7 @@ - - #endif /* defined __unix__ */ - -- out_logfile.open ("log.txt"); -+ out_logfile.open ("%s/.megamario/log.txt"); - - dictionary * d = iniparser_new(szIniFile); - pixelation = iniparser_getboolean (d, "Mario:Pixelation", 1); diff --git a/games-arcade/megamario/megamario-1.6.ebuild b/games-arcade/megamario/megamario-1.6.ebuild deleted file mode 100644 index e8ba586..0000000 --- a/games-arcade/megamario/megamario-1.6.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit games - -MY_PN=MegaMario - -DESCRIPTION="Mario remake" -HOMEPAGE="http://mmario.sourceforge.net/" -SRC_URI="mirror://sourceforge/mmario/${MY_PN}_v${PV}c_full.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="media-libs/libsdl - media-libs/mesa - media-libs/sdl-ttf - media-libs/sdl-image - media-libs/sdl-mixer" -DEPEND="${RDEPEND}" - -src_prepare(){ - epatch "${FILESDIR}"/${PV}-gcc43.patch - epatch "${FILESDIR}"/${PV}-hqmusic.patch - epatch "${FILESDIR}"/${PV}-logpath.patch - sed -s \ - -e 's/\/home\/opt/${GAMES_DATADIR}/g' -i Makefile \ - -e 's/\/share//g' -i Makefile \ - || die "sed failed" -} - -src_install() { - local datadir="${GAMES_DATADIR}"/${PN} - dogamesbin ${PN} - chmod 755 ${WORKDIR}/data/gfx/tiles/pipes/left - for i in `find ${WORKDIR}/data -name "*.PNG"`; do \ - mv $i `echo $i|sed s/PNG/png/`; \ - done - for i in `find ${WORKDIR}/data -name "*.JPG"`; do \ - mv $i `echo $i|sed s/JPG/jpg/`; \ - done - insinto "${datadir}" - doins -r data/* mp3music || die "data install failed" - doicon ${PN}.png - domenu ${PN}.desktop -}