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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83D6415817D for ; Mon, 17 Jun 2024 22:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DB5E2ABE; Mon, 17 Jun 2024 22:01:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A5A6E2ABE for ; Mon, 17 Jun 2024 22:01:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FB89335C7E for ; Mon, 17 Jun 2024 22:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D473C158 for ; Mon, 17 Jun 2024 22:01:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1718661657.5df6b773d01a4622a5e1ed5445349bb4d7a79107.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wakkabox/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/wakkabox/wakkabox-1.1.0-r1.ebuild games-puzzle/wakkabox/wakkabox-1.1.0-r2.ebuild X-VCS-Directories: games-puzzle/wakkabox/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 5df6b773d01a4622a5e1ed5445349bb4d7a79107 X-VCS-Branch: master Date: Mon, 17 Jun 2024 22:01:03 +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: ff62cee6-140d-48f1-8332-5ea50fd2b06f X-Archives-Hash: 290413c357eb081cf74a1783ea094082 commit: 5df6b773d01a4622a5e1ed5445349bb4d7a79107 Author: James Le Cuirot gentoo org> AuthorDate: Mon Jun 17 22:00:09 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jun 17 22:00:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df6b773 games-puzzle/wakkabox: EAPI 8 Signed-off-by: James Le Cuirot gentoo.org> games-puzzle/wakkabox/wakkabox-1.1.0-r1.ebuild | 30 ------------------------ games-puzzle/wakkabox/wakkabox-1.1.0-r2.ebuild | 32 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/games-puzzle/wakkabox/wakkabox-1.1.0-r1.ebuild b/games-puzzle/wakkabox/wakkabox-1.1.0-r1.ebuild deleted file mode 100644 index a04dd8404b70..000000000000 --- a/games-puzzle/wakkabox/wakkabox-1.1.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools desktop - -DESCRIPTION="A simple block-pushing game" -HOMEPAGE="http://kenn.frap.net/wakkabox/" -SRC_URI="http://kenn.frap.net/wakkabox/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.0.1" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eapply "${FILESDIR}"/${P}-gentoo.patch - rm aclocal.m4 - eautoreconf -} - -src_install() { - default - newicon bigblock.bmp ${PN}.bmp - make_desktop_entry ${PN} "Wakkabox" /usr/share/pixmaps/${PN}.bmp -} diff --git a/games-puzzle/wakkabox/wakkabox-1.1.0-r2.ebuild b/games-puzzle/wakkabox/wakkabox-1.1.0-r2.ebuild new file mode 100644 index 000000000000..ea075d716b7c --- /dev/null +++ b/games-puzzle/wakkabox/wakkabox-1.1.0-r2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools desktop xdg + +DESCRIPTION="A simple block-pushing game" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="media-libs/libsdl[video]" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-gentoo.patch +) + +src_prepare() { + default + rm aclocal.m4 || die + eautoreconf +} + +src_install() { + default + newicon bigblock.bmp ${PN}.bmp + make_desktop_entry ${PN} ${PN^} /usr/share/pixmaps/${PN}.bmp +}