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 D2BC4138DB0 for ; Sat, 15 Oct 2016 10:17:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B10E0AA9; Sat, 15 Oct 2016 10:17:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4986FE0912 for ; Sat, 15 Oct 2016 10:17:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4D31341149 for ; Sat, 15 Oct 2016 10:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 252A6305 for ; Sat, 15 Oct 2016 10:17:27 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1476526599.bfe83a032fd992fc6e05ac20aaad65051a7ea1d3.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedroid/files/, games-rpg/freedroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/freedroid/files/freedroid-1.0.2-format.patch games-rpg/freedroid/freedroid-1.0.2-r1.ebuild X-VCS-Directories: games-rpg/freedroid/ games-rpg/freedroid/files/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: bfe83a032fd992fc6e05ac20aaad65051a7ea1d3 X-VCS-Branch: master Date: Sat, 15 Oct 2016 10:17:27 +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: c1abb039-4c9b-4bf9-a6eb-14f2d163dadc X-Archives-Hash: 997bf723a15cde2cd80770cb053e401c commit: bfe83a032fd992fc6e05ac20aaad65051a7ea1d3 Author: Austin English gentoo org> AuthorDate: Sat Oct 15 10:15:46 2016 +0000 Commit: Austin English gentoo org> CommitDate: Sat Oct 15 10:16:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe83a03 games-rpg/freedroid: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: portage-2.3.0 .../freedroid/files/freedroid-1.0.2-format.patch | 8 ++--- games-rpg/freedroid/freedroid-1.0.2-r1.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/games-rpg/freedroid/files/freedroid-1.0.2-format.patch b/games-rpg/freedroid/files/freedroid-1.0.2-format.patch index ebb7089..4dbf96b 100644 --- a/games-rpg/freedroid/files/freedroid-1.0.2-format.patch +++ b/games-rpg/freedroid/files/freedroid-1.0.2-format.patch @@ -1,5 +1,5 @@ ---- src/init.c.old 2015-10-24 17:37:24.431514375 +0200 -+++ src/init.c 2015-10-24 17:37:43.057157826 +0200 +--- a/src/init.c 2015-10-24 17:37:24.431514375 +0200 ++++ b/src/init.c 2015-10-24 17:37:43.057157826 +0200 @@ -554,13 +554,13 @@ * following gnu-coding standards for command line interfaces */ case 'v': @@ -16,8 +16,8 @@ exit (0); break; ---- src/misc.c.old 2015-10-24 17:37:54.368941282 +0200 -+++ src/misc.c 2015-10-24 17:38:10.202638172 +0200 +--- a/src/misc.c 2015-10-24 17:37:54.368941282 +0200 ++++ b/src/misc.c 2015-10-24 17:38:10.202638172 +0200 @@ -889,7 +889,7 @@ if (db_level <= debug_level) { diff --git a/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild b/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild new file mode 100644 index 00000000..17a817a --- /dev/null +++ b/games-rpg/freedroid/freedroid-1.0.2-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils + +DESCRIPTION="Freedroid - a Paradroid clone" +HOMEPAGE="http://freedroid.sourceforge.net/" +SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=" + virtual/jpeg:0 + media-libs/libpng:0 + media-libs/libsdl[joystick,sound,video] + media-libs/libvorbis + media-libs/sdl-image[jpeg,png] + media-libs/sdl-mixer[mod,vorbis] + sys-libs/zlib" +RDEPEND=${DEPEND} + +PATCHES=( + "${FILESDIR}"/${P}-format.patch +) + +src_install() { + default + find "${D}" -name "Makefile*" -exec rm -f '{}' + || die + rm -rf "${D}/usr/share/${PN}/"{freedroid.6,mac-osx} || die + newicon graphics/paraicon.bmp ${PN}.bmp + make_desktop_entry freedroid Freedroid /usr/share/pixmaps/${PN}.bmp +}