public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Gloyer" <brian.gloyer@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-cow/
Date: Tue, 16 Jun 2020 04:18:00 +0000 (UTC)	[thread overview]
Message-ID: <1592280927.bc31bb0636fd4d5705a817bcefb9dd1411d1e151.brian.gloyer@gentoo> (raw)

commit:     bc31bb0636fd4d5705a817bcefb9dd1411d1e151
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Tue Jun 16 03:44:52 2020 +0000
Commit:     Brian Gloyer <brian.gloyer <AT> gmail <DOT> 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 <brian.gloyer <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>brian.gloyer@gmail.com</email>
+    <name>brian gloyer</name>
+  </maintainer>
+  <upstream>
+    <maintainer status="active">
+      <email>brian.gloyer@gmail.com</email>
+      <name>brian gloyer</name>
+    </maintainer>
+    <bugs-to>https://github.com/quozl/netrek-client-cow/issues/</bugs-to>
+    <remote-id type="github">quozl/netrek-client-cow</remote-id>
+  </upstream>
+</pkgmetadata>

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
+}


             reply	other threads:[~2020-06-16  4:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-16  4:18 Brian Gloyer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-17  1:07 [gentoo-commits] repo/proj/guru:dev commit in: games-action/netrek-cow/ Brian Gloyer
2020-12-24  3:50 Theo Anderson
2025-03-30 12:48 Takuya Wakazono

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592280927.bc31bb0636fd4d5705a817bcefb9dd1411d1e151.brian.gloyer@gentoo \
    --to=brian.gloyer@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox