Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/
Date: Sat, 08 Aug 2020 09:04:40
Message-Id: 1596877444.54b59970953c07ae5476c16de259c32bf9d3dc33.juippis@gentoo
1 commit: 54b59970953c07ae5476c16de259c32bf9d3dc33
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 28 13:35:17 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 09:04:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b59970
7
8 app-emulation/punes: remove old versions
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16876
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-emulation/punes/Manifest | 2 --
16 app-emulation/punes/punes-0.104.ebuild | 52 -------------------------------
17 app-emulation/punes/punes-0.105.ebuild | 57 ----------------------------------
18 3 files changed, 111 deletions(-)
19
20 diff --git a/app-emulation/punes/Manifest b/app-emulation/punes/Manifest
21 index 1f866af056f..44c8a05db29 100644
22 --- a/app-emulation/punes/Manifest
23 +++ b/app-emulation/punes/Manifest
24 @@ -1,3 +1 @@
25 -DIST punes-0.104.tar.gz 5381182 BLAKE2B fefa6eb85e9cfe5eb10fd987061e6f708a2d29db374552ca217e1e47bfd3a982390d2fdf33f23407bb54d7e1a3491e33cc2c520ff3ead4566f687c6c652bcc6a SHA512 9636440cf66cb9f48b532cebff4342a775ddacffd98748e5669d820e213a648cbfb3e4e94f67389f21f88b4fa618bf514e31738c10df079abe22d4b19593d904
26 -DIST punes-0.105.tar.gz 5376203 BLAKE2B 9008ee14189d669c4c4c815de1c5498e3af22cbae52a25b538ae658fdc3fe9d39600a431e6652c84b24e20b1e713847462e4b802021a635c8f14f7d91317678f SHA512 4ce1487554218b17b0e3e2966c7b4ac0852e0b0bc83aeabbb0e3127d4952f0ef921374a97ce59990d01b5e0ac08204cca5f13476cd7e4a1e7a238850e8305d29
27 DIST punes-0.106.tar.gz 5595484 BLAKE2B aa3bb5c869e679b19829a3d1de970517d6d626e0ed2404a9ed09d16af8fabb1ee3258ec8fbb4027fb6b70b5449b2bb7ac6880f43c3ba846687c65d8a0eeaf3f2 SHA512 f35c5cee05464cb11f130938cf7aa519d4dea35dbf52ce3606c3c6bb2596bc59b75e11816a5b44c7b1c9d402a299b4db49727087b4c93c3cb2ba473adfdd4fa2
28
29 diff --git a/app-emulation/punes/punes-0.104.ebuild b/app-emulation/punes/punes-0.104.ebuild
30 deleted file mode 100644
31 index ae456a0a5a2..00000000000
32 --- a/app-emulation/punes/punes-0.104.ebuild
33 +++ /dev/null
34 @@ -1,52 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -inherit autotools xdg-utils
40 -
41 -DESCRIPTION="Nintendo Entertainment System (NES) emulator"
42 -HOMEPAGE="https://github.com/punesemu/puNES"
43 -SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="cg"
49 -
50 -RDEPEND="
51 - dev-qt/qtcore:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtsvg:5
54 - dev-qt/qtwidgets:5
55 - cg? ( media-gfx/nvidia-cg-toolkit )
56 - media-libs/alsa-lib
57 - virtual/opengl"
58 -
59 -DEPEND="
60 - ${RDEPEND}
61 - virtual/pkgconfig"
62 -
63 -S="${WORKDIR}/puNES-${PV}"
64 -
65 -src_prepare() {
66 - default
67 -
68 - sed -i "/update-desktop-database/d" misc/Makefile.am || die
69 - eautoreconf
70 - # FIXME why eautoreconf can't handle this?
71 - cd "src/extra/lib7zip-1.6.5" || die
72 - eautoreconf
73 -}
74 -
75 -src_configure() {
76 - econf \
77 - $(use_with cg opengl-nvidia-cg)
78 -}
79 -
80 -pkg_postinst() {
81 - xdg_desktop_database_update
82 -}
83 -
84 -pkg_postrm() {
85 - xdg_desktop_database_update
86 -}
87
88 diff --git a/app-emulation/punes/punes-0.105.ebuild b/app-emulation/punes/punes-0.105.ebuild
89 deleted file mode 100644
90 index 2cf0ce24414..00000000000
91 --- a/app-emulation/punes/punes-0.105.ebuild
92 +++ /dev/null
93 @@ -1,57 +0,0 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=7
98 -
99 -inherit autotools xdg-utils
100 -
101 -DESCRIPTION="Nintendo Entertainment System (NES) emulator"
102 -HOMEPAGE="https://github.com/punesemu/puNES"
103 -SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz"
104 -
105 -LICENSE="GPL-2+"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -IUSE="cg"
109 -
110 -RDEPEND="
111 - dev-qt/qtcore:5
112 - dev-qt/qtgui:5
113 - dev-qt/qtsvg:5
114 - dev-qt/qtwidgets:5
115 - media-libs/alsa-lib
116 - virtual/opengl"
117 -DEPEND="${RDEPEND}"
118 -BDEPEND="
119 - cg? ( media-gfx/nvidia-cg-toolkit )
120 - dev-qt/linguist-tools:5
121 - virtual/pkgconfig"
122 -
123 -S="${WORKDIR}/puNES-${PV}"
124 -
125 -src_prepare() {
126 - default
127 -
128 - sed -i "/update-desktop-database/d" misc/Makefile.am || die
129 - eautoreconf
130 - # FIXME why eautoreconf can't handle this?
131 - cd "src/extra/lib7zip-1.6.5" || die
132 - eautoreconf
133 -}
134 -
135 -src_configure() {
136 - econf \
137 - $(use_with cg opengl-nvidia-cg)
138 -}
139 -
140 -pkg_postinst() {
141 - xdg_icon_cache_update
142 - xdg_desktop_database_update
143 - xdg_mimeinfo_database_update
144 -}
145 -
146 -pkg_postrm() {
147 - xdg_icon_cache_update
148 - xdg_desktop_database_update
149 - xdg_mimeinfo_database_update
150 -}