Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/, app-emulation/punes/files/
Date: Mon, 11 Mar 2019 10:13:58
Message-Id: 1552299214.f61ca6de9088588c4014381ac50b93f4fd5862b3.monsieurp@gentoo
1 commit: f61ca6de9088588c4014381ac50b93f4fd5862b3
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 3 15:23:26 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 10:13:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61ca6de
7
8 app-emulation/punes: remove old.
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-emulation/punes/Manifest | 1 -
15 .../punes/files/punes-0.102-qt-5.11-fix.patch | 21 ---------
16 app-emulation/punes/punes-0.102.ebuild | 55 ----------------------
17 3 files changed, 77 deletions(-)
18
19 diff --git a/app-emulation/punes/Manifest b/app-emulation/punes/Manifest
20 index 146ce82d356..8dc1779acd5 100644
21 --- a/app-emulation/punes/Manifest
22 +++ b/app-emulation/punes/Manifest
23 @@ -1,2 +1 @@
24 -DIST punes-0.102.tar.gz 4670534 BLAKE2B 04576110e4fcd9aeaa3dfb6812ab7a21305200c82651be00defcb59b91374b155b279818f2e09d217841aa8567c41e06067252538fb68b7b907d5ab29b02c678 SHA512 dff95b25f64ed03060b6dd187d7a283acfddb6bea4168df5be4d309bd6aabdcaa5d0ea0312d0824205bf134cd0ddabf014e82a81c8a901a59258475ec24bd394
25 DIST punes-0.103.tar.gz 5366838 BLAKE2B cb4a9a1336293891e06d573f68c52962e79220e7024fad716a957f5423a72703a34efc3fb6129dbe9ffde2c96fe7abd2a1ad4a622aaca89e90f6a2d5af8c1a53 SHA512 db0fbc075b9fd46be8013b17c03fd7abd12b209ce166557c83283c917e53224712ba5838cd8b9e7fad3d21271f29e475460996dd9800b9f759602e289bad4205
26
27 diff --git a/app-emulation/punes/files/punes-0.102-qt-5.11-fix.patch b/app-emulation/punes/files/punes-0.102-qt-5.11-fix.patch
28 deleted file mode 100644
29 index 1ac5ccafab0..00000000000
30 --- a/app-emulation/punes/files/punes-0.102-qt-5.11-fix.patch
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -From 46620c32ff37a7968c977e4b3cde8d601807702c Mon Sep 17 00:00:00 2001
34 -From: fhorse <punes.development@×××××.com>
35 -Date: Sun, 15 Jul 2018 13:30:15 +0200
36 -Subject: [PATCH] Corretto errore di compilazione con le Qt5.
37 -
38 ----
39 - src/gui/dlgCheats.cpp | 1 +
40 - 1 file changed, 1 insertion(+)
41 -
42 -diff --git a/src/gui/dlgCheats.cpp b/src/gui/dlgCheats.cpp
43 -index 9ff904d2..b7c6c52a 100644
44 ---- a/src/gui/dlgCheats.cpp
45 -+++ b/src/gui/dlgCheats.cpp
46 -@@ -25,6 +25,7 @@
47 - #include <QtWidgets/QMessageBox>
48 - #include <QtWidgets/QCheckBox>
49 - #include <QtWidgets/QFileDialog>
50 -+#include <QtWidgets/QButtonGroup>
51 - #endif
52 - #include "dlgCheats.moc"
53 - #include "mainWindow.hpp"
54
55 diff --git a/app-emulation/punes/punes-0.102.ebuild b/app-emulation/punes/punes-0.102.ebuild
56 deleted file mode 100644
57 index 92b1d19b10d..00000000000
58 --- a/app-emulation/punes/punes-0.102.ebuild
59 +++ /dev/null
60 @@ -1,55 +0,0 @@
61 -# Copyright 1999-2018 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=6
65 -inherit autotools xdg-utils
66 -
67 -DESCRIPTION="Nintendo Entertainment System (NES) emulator"
68 -HOMEPAGE="https://github.com/punesemu/puNES"
69 -SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="GPL-2"
72 -SLOT="0"
73 -KEYWORDS="~amd64 ~x86"
74 -IUSE="cg"
75 -
76 -RDEPEND="
77 - dev-qt/qtcore:5
78 - dev-qt/qtgui:5
79 - dev-qt/qtwidgets:5
80 - cg? ( media-gfx/nvidia-cg-toolkit )
81 - media-libs/alsa-lib
82 - media-libs/libsdl[opengl]
83 - virtual/opengl"
84 -
85 -DEPEND="
86 - ${RDEPEND}
87 - virtual/pkgconfig"
88 -
89 -S="${WORKDIR}/puNES-${PV}"
90 -
91 -PATCHES=( "${FILESDIR}/${P}-qt-5.11-fix.patch" )
92 -
93 -src_prepare() {
94 - default
95 -
96 - sed -i "/update-desktop-database/d" misc/Makefile.am || die
97 - eautoreconf
98 - # FIXME why eautoreconf can't handle this?
99 - cd "src/extra/lib7zip-1.6.5" || die
100 - eautoreconf
101 -}
102 -
103 -src_configure() {
104 - econf \
105 - --enable-qt5 \
106 - $(use_with cg opengl-nvidia-cg)
107 -}
108 -
109 -pkg_postinst() {
110 - xdg_desktop_database_update
111 -}
112 -
113 -pkg_postrm() {
114 - xdg_desktop_database_update
115 -}