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 909F81382C5 for ; Tue, 16 Jun 2020 04:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54B7E0DE2; Tue, 16 Jun 2020 04:18:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 23DF3E0DE2 for ; Tue, 16 Jun 2020 04:18:05 +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 3F79634F243 for ; Tue, 16 Jun 2020 04:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 809C61EF for ; Tue, 16 Jun 2020 04:18:00 +0000 (UTC) From: "Brian Gloyer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Gloyer" Message-ID: <1592280927.bc31bb0636fd4d5705a817bcefb9dd1411d1e151.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-cow/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/netrek-cow/Manifest games-action/netrek-cow/metadata.xml games-action/netrek-cow/netrek-cow-3.3.2.ebuild X-VCS-Directories: games-action/netrek-cow/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: bc31bb0636fd4d5705a817bcefb9dd1411d1e151 X-VCS-Branch: dev Date: Tue, 16 Jun 2020 04:18:00 +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: 36b80dc1-af42-45c3-949c-d90b0d2f432f X-Archives-Hash: 7788c83d60433d201947b98a3dec7d13 commit: bc31bb0636fd4d5705a817bcefb9dd1411d1e151 Author: brian gloyer gmail com> AuthorDate: Tue Jun 16 03:44:52 2020 +0000 Commit: Brian Gloyer gmail com> CommitDate: Tue Jun 16 04:15:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc31bb06 games-action/netrek-cow: new package Signed-off-by: brian gloyer gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.22 games-action/netrek-cow/Manifest | 1 + games-action/netrek-cow/metadata.xml | 16 +++++++++++ games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 37 +++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/games-action/netrek-cow/Manifest b/games-action/netrek-cow/Manifest new file mode 100644 index 0000000..7da0403 --- /dev/null +++ b/games-action/netrek-cow/Manifest @@ -0,0 +1 @@ +DIST netrek-cow-3.3.2.tar.gz 2630673 BLAKE2B 1a54b58d112f0893275b57967573ce308e69b99e42a660670f3a5fc7f15f2dc110f2008e496282a58da181252a196feb8218a87f52db16444f1f50cef2a6809f SHA512 9a0ab78ed86d174f52d35d30a409efd985bd2d39062a993c3790f36ade1fa0a9b95b9d914f5c1fa57497f281e88ece0f6bc86abc962bd87ff44f68c1416f07f0 diff --git a/games-action/netrek-cow/metadata.xml b/games-action/netrek-cow/metadata.xml new file mode 100644 index 0000000..bf36b05 --- /dev/null +++ b/games-action/netrek-cow/metadata.xml @@ -0,0 +1,16 @@ + + + + + brian.gloyer@gmail.com + brian gloyer + + + + brian.gloyer@gmail.com + brian gloyer + + https://github.com/quozl/netrek-client-cow/issues/ + quozl/netrek-client-cow + + diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild new file mode 100644 index 0000000..f5cabac --- /dev/null +++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="cow client for netrek" +HOMEPAGE="https://netrek.org" +SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/netrek-client-cow-${PV}" + +RDEPEND=" + media-libs/libsdl + media-libs/sdl-mixer + x11-base/xorg-proto + x11-libs/libX11 + x11-libs/libXxf86vm + x11-libs/libXmu +" +DEPEND=" + ${RDEPEND} +" + +src_prepare() { + default + ./autogen.sh + eautoreconf +} + +src_install() { + dobin netrek-client-cow +}