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 77EB013908F for ; Wed, 25 Jan 2017 23:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B902340FF; Wed, 25 Jan 2017 23:05:20 +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 715562340FD for ; Wed, 25 Jan 2017 23:05:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8B737341375 for ; Wed, 25 Jan 2017 23:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D3782F86 for ; Wed, 25 Jan 2017 23:05:18 +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: <1485385505.e4e4dd8051becd49c7e4a6e87924adaf0f21be7c.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/luola/, games-action/luola/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/luola/files/luola-1.3.2-underlink.patch games-action/luola/luola-1.3.2-r1.ebuild X-VCS-Directories: games-action/luola/files/ games-action/luola/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: e4e4dd8051becd49c7e4a6e87924adaf0f21be7c X-VCS-Branch: master Date: Wed, 25 Jan 2017 23:05:18 +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: bf0af97c-c68b-4660-ab46-1dc3f4116c99 X-Archives-Hash: 1ee26dd88a2f91e4d521ab020c3ef517 commit: e4e4dd8051becd49c7e4a6e87924adaf0f21be7c Author: Austin English gentoo org> AuthorDate: Wed Jan 25 22:33:05 2017 +0000 Commit: Austin English gentoo org> CommitDate: Wed Jan 25 23:05:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e4dd80 games-action/luola: remove deprecated games eclass Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/574082 Package-Manager: Portage-2.3.2, Repoman-2.3.1 .../luola/files/luola-1.3.2-underlink.patch | 4 +- games-action/luola/luola-1.3.2-r1.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) diff --git a/games-action/luola/files/luola-1.3.2-underlink.patch b/games-action/luola/files/luola-1.3.2-underlink.patch index 5bf9981..2c862bb 100644 --- a/games-action/luola/files/luola-1.3.2-underlink.patch +++ b/games-action/luola/files/luola-1.3.2-underlink.patch @@ -1,5 +1,5 @@ ---- src/Makefile.am.old 2011-06-17 08:41:40.882481147 +0200 -+++ src/Makefile.am 2011-06-17 08:41:58.497602372 +0200 +--- a/src/Makefile.am 2011-06-17 08:41:40.882481147 +0200 ++++ b/src/Makefile.am 2011-06-17 08:41:58.497602372 +0200 @@ -2,7 +2,7 @@ bin_PROGRAMS = luola diff --git a/games-action/luola/luola-1.3.2-r1.ebuild b/games-action/luola/luola-1.3.2-r1.ebuild new file mode 100644 index 00000000..d80fa64 --- /dev/null +++ b/games-action/luola/luola-1.3.2-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils autotools gnome2-utils + +DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing" +HOMEPAGE="https://freecode.com/projects/luola" +SRC_URI="mirror://gentoo/${P}.tar.gz + mirror://gentoo/stdlevels-6.0.tar.gz + mirror://gentoo/nostalgia-1.2.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="media-libs/libsdl[X,sound,joystick,video] + media-libs/sdl-gfx + media-libs/sdl-image[jpeg,png] + media-libs/sdl-mixer + media-libs/sdl-ttf" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-underlink.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --enable-sound +} + +src_install() { + emake DESTDIR="${D}" install + insinto /usr/share/${PN}/levels + doins "${WORKDIR}"/*.{lev,png} + dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README TODO \ + RELEASENOTES.txt ../README.Nostalgia + newdoc ../README README.stdlevels + doicon -s 64 luola.png + make_desktop_entry luola Luola +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}