From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-905998-garchives=archives.gentoo.org@lists.gentoo.org>
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 9A9E4138330
	for <garchives@archives.gentoo.org>; Tue, 11 Oct 2016 22:59:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5947AE0CEB;
	Tue, 11 Oct 2016 22:59:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2D137E0CEB
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Oct 2016 22:59:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AE1833413DB
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Oct 2016 22:59:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 197422FC
	for <gentoo-commits@lists.gentoo.org>; Tue, 11 Oct 2016 22:59:23 +0000 (UTC)
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" <wizardedit@gentoo.org>
Message-ID: <1476226547.51116b3ebaea7e94ce6f11a3ae15c066ad5aa84d.wizardedit@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/nyancat/, games-misc/gtklife/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-misc/gtklife/gtklife-5.1-r1.ebuild games-misc/nyancat/Manifest games-misc/nyancat/nyancat-1.5.1.ebuild
X-VCS-Directories: games-misc/gtklife/ games-misc/nyancat/
X-VCS-Committer: wizardedit
X-VCS-Committer-Name: Austin English
X-VCS-Revision: 51116b3ebaea7e94ce6f11a3ae15c066ad5aa84d
X-VCS-Branch: master
Date: Tue, 11 Oct 2016 22:59:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 59def77e-64a3-4ed3-be06-68402d1675b8
X-Archives-Hash: d1ea477d87714afa2d20ba6b4250a27b

commit:     51116b3ebaea7e94ce6f11a3ae15c066ad5aa84d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 21:31:07 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 22:55:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51116b3e

games-misc/nyancat: remove deprecated games eclass

Version bump to 1.5.1

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-misc/gtklife/gtklife-5.1-r1.ebuild | 45 ++++++++++++++++++++++++++++++++
 games-misc/nyancat/Manifest              |  1 +
 games-misc/nyancat/nyancat-1.5.1.ebuild  | 23 ++++++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/games-misc/gtklife/gtklife-5.1-r1.ebuild b/games-misc/gtklife/gtklife-5.1-r1.ebuild
new file mode 100644
index 00000000..a0a4019
--- /dev/null
+++ b/games-misc/gtklife/gtklife-5.1-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="A Conway's Life simulator for Unix"
+HOMEPAGE="http://ironphoenix.org/tril/gtklife/"
+SRC_URI="http://ironphoenix.org/tril/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+	x11-libs/libX11"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-link.patch
+)
+
+src_configure() {
+	econf \
+		--with-gtk2 \
+		--with-docdir=/usr/share/doc/${PF}/html
+}
+
+src_install() {
+	dobin ${PN}
+
+	insinto /usr/share/${PN}
+	doins -r graphics patterns
+
+	newicon icon_48x48.png ${PN}.png
+	make_desktop_entry ${PN} GtkLife
+
+	dodoc -r doc/*
+	dodoc AUTHORS README NEWS
+}

diff --git a/games-misc/nyancat/Manifest b/games-misc/nyancat/Manifest
index de59210..d132c9e 100644
--- a/games-misc/nyancat/Manifest
+++ b/games-misc/nyancat/Manifest
@@ -1 +1,2 @@
 DIST nyancat-1.2.1.tar.gz 14109 SHA256 a5bfafb6ea69917071aa05f9a52db43e47e97272eb2f4c6c827630cddb015972 SHA512 882bdcfe702d4613484b293f767a2ed74da63f222071e59f56a4246f56947882540930bcb2deae22f6e3326064f1c6f0ff7eb78ac6d7aa08125ebe64ebdf16eb WHIRLPOOL 3c263a35cee24babac92b3ed6ec33a8a4324adcec3364ffef2d0a3ac01786689a9969a21fde3ce1d278f572cd204be336d32d2411168bf6ac46ae47de20a5204
+DIST nyancat-1.5.1.tar.gz 15124 SHA256 c948c769d230b4e41385173540ae8ab1f36176de689b6e2d6ed3500e9179b50a SHA512 0a45bd0b1a9b9f85650a986c7f9f8120441f6b0bd346281fb44a5470382484738e660dffe17b95088332c50b6aed3feb4b2f949f15f37dd9c1b1885f345e157d WHIRLPOOL 79aa5ed1076f61e1689c0b9dbffda5091ee2fc21335dedd79108ea746d9763b35f1069af3961b04f091b344ef6521525e56f8cd3cbe6d6048611998df7cdaeac

diff --git a/games-misc/nyancat/nyancat-1.5.1.ebuild b/games-misc/nyancat/nyancat-1.5.1.ebuild
new file mode 100644
index 00000000..9f3bda9
--- /dev/null
+++ b/games-misc/nyancat/nyancat-1.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Nyan Cat Telnet Server"
+HOMEPAGE="https://github.com/klange/nyancat"
+SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+	emake LFLAGS="${LDFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+	dobin src/${PN}
+	dodoc README.md
+}