Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, games-emulation/gfceux/
Date: Sat, 28 Jul 2018 11:59:07
Message-Id: 1532779119.1d34e586d701d9dd451194465365aacdd43a700f.mgorny@gentoo
1 commit: 1d34e586d701d9dd451194465365aacdd43a700f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 11:52:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 11:58:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d34e586
7
8 games-emulation/gfceux: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/654294
11
12 games-emulation/gfceux/Manifest | 1 -
13 games-emulation/gfceux/gfceux-2.1.1-r1.ebuild | 70 ---------------------------
14 games-emulation/gfceux/metadata.xml | 11 -----
15 profiles/package.mask | 5 --
16 4 files changed, 87 deletions(-)
17
18 diff --git a/games-emulation/gfceux/Manifest b/games-emulation/gfceux/Manifest
19 deleted file mode 100644
20 index 089a0e89106..00000000000
21 --- a/games-emulation/gfceux/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST fceux-2.1.1.src.tar.bz2 3263945 BLAKE2B 96c1dfcf51f34eff273c948d7467c4c5503079423d839c6e52596f5a47bb7a2c148a1603fbd784d838c62476e71818418615f4d10f9d04669d319466b379f078 SHA512 19a1253a3ff1d88baec5636dbebab287b106e5e114081ab4040f52dfcda28b878af748a759e08dc2fe1381eb8f59e728d36993a9aca9ce184ed8760114cf3149
25
26 diff --git a/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild b/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild
27 deleted file mode 100644
28 index faf11fdaf18..00000000000
29 --- a/games-emulation/gfceux/gfceux-2.1.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,70 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit eutils gnome2-utils distutils-r1 games
40 -
41 -DESCRIPTION="A graphical frontend for the FCEUX emulator"
42 -HOMEPAGE="http://fceux.com"
43 -SRC_URI="mirror://sourceforge/fceultra/fceux-${PV}.src.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND="dev-python/pygtk"
51 -RDEPEND="${DEPEND}
52 - games-emulation/fceux"
53 -
54 -S=${WORKDIR}/${PN}
55 -
56 -python_prepare_all() {
57 - distutils-r1_python_prepare_all
58 -
59 - sed -i \
60 - -e "s#data/gfceux.glade#${GAMES_DATADIR}/${PN}/gfceux.glade#" \
61 - src/main.py || die
62 -}
63 -
64 -python_install() {
65 - distutils-r1_python_install --install-scripts="${GAMES_BINDIR}"
66 -}
67 -
68 -src_prepare() {
69 - distutils-r1_src_prepare
70 -}
71 -
72 -src_compile() {
73 - distutils-r1_src_compile
74 -}
75 -
76 -src_install() {
77 - distutils-r1_src_install
78 -
79 - doicon -s 48 data/${PN}.png
80 - newicon -s 128 data/${PN}_big.png ${PN}.png
81 -
82 - # respect games variables
83 - dodir "${GAMES_DATADIR}"/${PN}
84 - mv "${ED}"/usr/share/${PN}/* "${ED}${GAMES_DATADIR}"/${PN}/ || die
85 -
86 - prepgamesdirs
87 -}
88 -
89 -pkg_preinst() {
90 - games_pkg_preinst
91 - gnome2_icon_savelist
92 -}
93 -
94 -pkg_postinst() {
95 - games_pkg_postinst
96 - gnome2_icon_cache_update
97 -}
98 -
99 -pkg_postrm() {
100 - gnome2_icon_cache_update
101 -}
102
103 diff --git a/games-emulation/gfceux/metadata.xml b/games-emulation/gfceux/metadata.xml
104 deleted file mode 100644
105 index 3c71f364aea..00000000000
106 --- a/games-emulation/gfceux/metadata.xml
107 +++ /dev/null
108 @@ -1,11 +0,0 @@
109 -<?xml version="1.0" encoding="UTF-8"?>
110 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
111 -<pkgmetadata>
112 - <maintainer type="project">
113 - <email>games@g.o</email>
114 - <name>Gentoo Games Project</name>
115 - </maintainer>
116 - <upstream>
117 - <remote-id type="sourceforge">fceultra</remote-id>
118 - </upstream>
119 -</pkgmetadata>
120
121 diff --git a/profiles/package.mask b/profiles/package.mask
122 index 6d5a93b492a..b5686f59853 100644
123 --- a/profiles/package.mask
124 +++ b/profiles/package.mask
125 @@ -299,11 +299,6 @@ games-arcade/marbleblastgold-demo
126 # Crashes at start (#653998). Removal in a month.
127 games-arcade/skystreets
128
129 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
130 -# This installs an older GUI than the one provided by fceux package
131 -# (#654294). Removal in a month.
132 -games-emulation/gfceux
133 -
134 # Mart Raudsepp <leio@g.o> (16 Jun 2018)
135 # No upstream (website disappeared), no upstream plugin maintainer,
136 # and pretty much a fringe format anyway.