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 388C71586A6 for ; Tue, 17 Aug 2021 16:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6678FE077C; Tue, 17 Aug 2021 16:06:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4E6F4E077C for ; Tue, 17 Aug 2021 16:06:11 +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 58DB4335C31 for ; Tue, 17 Aug 2021 16:06:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180177B2 for ; Tue, 17 Aug 2021 16:06:09 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1629216314.a11d1bc18778d2cdaae9fea96b0a1bd5757bc466.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/atanks/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/atanks/Manifest games-action/atanks/atanks-6.6.ebuild X-VCS-Directories: games-action/atanks/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a11d1bc18778d2cdaae9fea96b0a1bd5757bc466 X-VCS-Branch: master Date: Tue, 17 Aug 2021 16:06:09 +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: c0b59d96-2a7a-498b-b39d-e2f227561e7b X-Archives-Hash: 092992e9946c60837417fcb7bee458ac commit: a11d1bc18778d2cdaae9fea96b0a1bd5757bc466 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 17 16:01:30 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Aug 17 16:05:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11d1bc1 games-action/atanks: add 6.6 Signed-off-by: Ionen Wolkens gentoo.org> games-action/atanks/Manifest | 1 + games-action/atanks/atanks-6.6.ebuild | 39 +++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest index 6aa3da36340..34b4e327c21 100644 --- a/games-action/atanks/Manifest +++ b/games-action/atanks/Manifest @@ -1 +1,2 @@ DIST atanks-6.5.tar.gz 6059648 BLAKE2B 8a5c3e77391d0e7b3dc8170f49e2cd24fb31eda6f29362851d29eba5dc10748d2b95bfb688771fbbdaac4aada253f06c5ce4064e293335ef59cc8accc43a64a0 SHA512 cb1456e06132da754ae5d9926e118ecb8ac7789747f0a3273bcb49311d79824610bb9cfc74fbba8c75bbefe905d63ae2e01d193ccb37a64759f5490328c8cc89 +DIST atanks-6.6.tar.gz 6220197 BLAKE2B ea9cd2ec736a2fb3f500cb8964a60549b1d28801b0b7c5ea742b3c6c18515df8c9dc6da95119a0d0fbcda2b61384737bd2402451cd7a223f31e69503c5d09da0 SHA512 dac0ef961bffda5e0f8b65d4cbbd46c2a93baea06a3cd453a5295491feda69781deb7a868fac11ffdfc29e9e2c5bbea11a309ea1af8d05e794ab184750a686f9 diff --git a/games-action/atanks/atanks-6.6.ebuild b/games-action/atanks/atanks-6.6.ebuild new file mode 100644 index 00000000000..0c043402a9a --- /dev/null +++ b/games-action/atanks/atanks-6.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop toolchain-funcs + +DESCRIPTION="Worms and Scorched Earth-like game" +HOMEPAGE="https://atanks.sourceforge.io/" +SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-libs/allegro:0[X]" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-6.4-fix-build-system.patch +) + +src_compile() { + tc-export CXX + + emake INSTALLDIR="${EPREFIX}/usr/share/${PN}" +} + +src_install() { + dobin ${PN} + + dodoc Changelog README TODO + + insinto /usr/share/${PN} + doins -r button misc missile sound stock tank tankgun text title unicode.dat *.txt + + doicon ${PN}.png + make_desktop_entry atanks "Atomic Tanks" +}