public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/
Date: Fri, 26 Jan 2018 21:23:09 +0000 (UTC)	[thread overview]
Message-ID: <1517001780.11d59ce716b33e5ec2c44fa2bb020fa7e2909cde.monsieurp@gentoo> (raw)

commit:     11d59ce716b33e5ec2c44fa2bb020fa7e2909cde
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri Jan 12 05:55:57 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:23:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d59ce7

app-emulation/punes: new package.

puNES is Nintendo Entertainment System emulator.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6838

 app-emulation/punes/Manifest           |  1 +
 app-emulation/punes/metadata.xml       | 21 ++++++++++++++
 app-emulation/punes/punes-0.102.ebuild | 53 ++++++++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)

diff --git a/app-emulation/punes/Manifest b/app-emulation/punes/Manifest
new file mode 100644
index 00000000000..d9771043899
--- /dev/null
+++ b/app-emulation/punes/Manifest
@@ -0,0 +1 @@
+DIST punes-0.102.tar.gz 4670534 BLAKE2B 04576110e4fcd9aeaa3dfb6812ab7a21305200c82651be00defcb59b91374b155b279818f2e09d217841aa8567c41e06067252538fb68b7b907d5ab29b02c678 SHA512 dff95b25f64ed03060b6dd187d7a283acfddb6bea4168df5be4d309bd6aabdcaa5d0ea0312d0824205bf134cd0ddabf014e82a81c8a901a59258475ec24bd394

diff --git a/app-emulation/punes/metadata.xml b/app-emulation/punes/metadata.xml
new file mode 100644
index 00000000000..c8d6de05051
--- /dev/null
+++ b/app-emulation/punes/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azamat.hackimov@gmail.com</email>
+		<name>Azamat H. Hackimov</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		Nintendo Entertainment System (NES) emulator
+	</longdescription>
+	<use>
+		<flag name="cg">Add support for Nvidia CG Toolkit</flag>
+	</use>
+	<upstream>
+		<remote-id type="github">punesemu/puNES</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-emulation/punes/punes-0.102.ebuild b/app-emulation/punes/punes-0.102.ebuild
new file mode 100644
index 00000000000..cb13a854923
--- /dev/null
+++ b/app-emulation/punes/punes-0.102.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools xdg-utils
+
+DESCRIPTION="Nintendo Entertainment System (NES) emulator"
+HOMEPAGE="https://github.com/punesemu/puNES"
+SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cg"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	cg? ( media-gfx/nvidia-cg-toolkit )
+	media-libs/alsa-lib
+	media-libs/libsdl[opengl]
+	virtual/opengl"
+
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig"
+
+S="${WORKDIR}/puNES-${PV}"
+
+src_prepare() {
+	default
+
+	sed -i "/update-desktop-database/d" misc/Makefile.am || die
+	eautoreconf
+	# FIXME why eautoreconf can't handle this?
+	cd "src/extra/lib7zip-1.6.5" || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-qt5 \
+		$(use_with cg opengl-nvidia-cg)
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+}


             reply	other threads:[~2018-01-26 21:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-26 21:23 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-11 10:13 [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/ Patrice Clement
2019-05-15 10:48 Michael Palimaka
2019-10-28 15:14 Joonas Niilola
2019-10-28 15:14 Joonas Niilola
2020-03-21 16:13 Joonas Niilola
2020-08-08  9:04 Joonas Niilola
2020-08-08  9:04 Joonas Niilola
2021-02-02 13:08 Joonas Niilola
2022-10-14 13:25 Ionen Wolkens
2023-01-24 10:01 Joonas Niilola
2024-01-04 11:55 Viorel Munteanu
2024-03-22  6:22 Arthur Zamarin
2024-03-22  6:22 Arthur Zamarin
2024-07-21  0:32 Sam James
2024-10-24 17:58 Sam James
2024-12-31  9:08 Andreas Sturmlechner

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=1517001780.11d59ce716b33e5ec2c44fa2bb020fa7e2909cde.monsieurp@gentoo \
    --to=monsieurp@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