From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnake/
Date: Mon, 16 Apr 2018 20:26:52 +0000 (UTC)	[thread overview]
Message-ID: <1523910399.e40c6a1c8a43387e19e4afdf84d8e6d3cf4eb787.pacho@gentoo> (raw)
commit:     e40c6a1c8a43387e19e4afdf84d8e6d3cf4eb787
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 20:07:41 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40c6a1c
games-arcade/gnake: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
 games-arcade/gnake/gnake-0.94b-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
diff --git a/games-arcade/gnake/gnake-0.94b-r1.ebuild b/games-arcade/gnake/gnake-0.94b-r1.ebuild
new file mode 100644
index 00000000000..a1cce857258
--- /dev/null
+++ b/games-arcade/gnake/gnake-0.94b-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="An ncurses-based Nibbles clone"
+HOMEPAGE="http://lightless.org/gnake"
+SRC_URI="mirror://gentoo/Gnake.${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="sys-libs/ncurses:0"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+	emake LDLIBS="$(pkg-config ncurses --libs)" gnake
+}
+
+src_install() {
+	dobin gnake
+	einstalldocs
+}
next             reply	other threads:[~2018-04-16 20:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-16 20:26 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-16 20:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnake/ Pacho Ramos
2022-08-13  9:10 Ionen Wolkens
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=1523910399.e40c6a1c8a43387e19e4afdf84d8e6d3cf4eb787.pacho@gentoo \
    --to=pacho@gentoo.org \
    --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