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 622FC1382C5 for ; Mon, 15 Jun 2020 00:07:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 866EEE09CB; Mon, 15 Jun 2020 00:07:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 61B13E09CB for ; Mon, 15 Jun 2020 00:07:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4381C34EDC6 for ; Mon, 15 Jun 2020 00:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5CAE286 for ; Mon, 15 Jun 2020 00:07:01 +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: <1592179155.38189810d74986d44b14b73d0ca9f1a4e1a97672.brian.gloyer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-brmh/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/netrek-brmh/Manifest games-action/netrek-brmh/metadata.xml games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild X-VCS-Directories: games-action/netrek-brmh/ X-VCS-Committer: brian.gloyer X-VCS-Committer-Name: Brian Gloyer X-VCS-Revision: 38189810d74986d44b14b73d0ca9f1a4e1a97672 X-VCS-Branch: dev Date: Mon, 15 Jun 2020 00:07:01 +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: d7139d12-308a-437f-a527-bfa7a1595da6 X-Archives-Hash: 5ea9152ca4c18f934e99a6047e995802 commit: 38189810d74986d44b14b73d0ca9f1a4e1a97672 Author: brian gloyer gmail com> AuthorDate: Sun Jun 14 23:35:20 2020 +0000 Commit: Brian Gloyer gmail com> CommitDate: Sun Jun 14 23:59:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38189810 games-action/netrek-brmh: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: brian gloyer gmail.com> games-action/netrek-brmh/Manifest | 1 + games-action/netrek-brmh/metadata.xml | 16 +++++++++ games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild | 44 +++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/games-action/netrek-brmh/Manifest b/games-action/netrek-brmh/Manifest new file mode 100644 index 0000000..a2d3f21 --- /dev/null +++ b/games-action/netrek-brmh/Manifest @@ -0,0 +1 @@ +DIST netrek-brmh-2.6.0.tar.gz 294581 BLAKE2B 62c7f8d5d1e905ee1d7202eee7d2320920ff0389b077b34ab090d8b1f0fb3b3bc9d07b0375b8a367ad2bd3a0a92f596c46bb5e5d53b64d9f1ef955710a7b295d SHA512 c8651b8857e685a9a6da5f783ab80019517ab9c5af09a1eada4be8f7e9694cad32a39bbeaf271e07f08cd7266819ed7ea155af3f7cfc0781c70c4814aebb2e0c diff --git a/games-action/netrek-brmh/metadata.xml b/games-action/netrek-brmh/metadata.xml new file mode 100644 index 0000000..10c84fb --- /dev/null +++ b/games-action/netrek-brmh/metadata.xml @@ -0,0 +1,16 @@ + + + + + brian.gloyer@gmail.com + brian gloyer + + + + brian.gloyer@gmail.com + brian gloyer + + https://github.com/bgloyer/netrek-client-brmh/issues/ + bgloyer/netrek-client-brmh + + diff --git a/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild b/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild new file mode 100644 index 0000000..85ca096 --- /dev/null +++ b/games-action/netrek-brmh/netrek-brmh-2.6.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit toolchain-funcs + +DESCRIPTION="brmh client for netrek" +HOMEPAGE="https://netrek.org" +SRC_URI="https://github.com/bgloyer/netrek-client-brmh/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/netrek-client-brmh-${PV}" + +RDEPEND=" + x11-base/xorg-proto + x11-libs/libX11 + x11-libs/libXmu +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + x11-misc/imake + x11-misc/gccmakedep +" + +src_configure() { + xmkmf || die + make depend || die +} + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + CDEBUGFLAGS="${CFLAGS}" \ + LOCAL_LDFLAGS="${LDFLAGS}" +} + +src_install() { + dobin netrek +}