Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wmpuzzle/
Date: Thu, 24 Jun 2021 02:16:23
Message-Id: 1624499640.ead52e708c138c86cdacb609cb0a83441c712c75.ionen@gentoo
1 commit: ead52e708c138c86cdacb609cb0a83441c712c75
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Jun 21 16:36:57 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 01:54:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead52e70
7
8 games-puzzle/wmpuzzle: EAPI7, eclass updates
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild | 20 ++++++--------------
15 1 file changed, 6 insertions(+), 14 deletions(-)
16
17 diff --git a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
18 index 46f9171fc91..f6a66f8c757 100644
19 --- a/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
20 +++ b/games-puzzle/wmpuzzle/wmpuzzle-0.5.2-r1.ebuild
21 @@ -1,17 +1,18 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 -inherit eutils gnome2-utils
28 +EAPI=7
29
30 -DESCRIPTION="a 4x4 puzzle on a 64x64 mini window"
31 +inherit desktop xdg
32 +
33 +DESCRIPTION="4x4 puzzle on a 64x64 mini window"
34 HOMEPAGE="https://people.debian.org/~godisch/wmpuzzle/"
35 SRC_URI="https://people.debian.org/~godisch/wmpuzzle/${P}.tar.gz"
36 +S="${WORKDIR}/${P}/src"
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 RDEPEND="x11-libs/libX11
44 x11-libs/libXext
45 @@ -19,7 +20,6 @@ RDEPEND="x11-libs/libX11
46 DEPEND="${RDEPEND}"
47
48 PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
49 -S=${WORKDIR}/${P}/src
50
51 src_install() {
52 dobin ${PN}
53 @@ -29,11 +29,3 @@ src_install() {
54 doman ${PN}.6
55 make_desktop_entry ${PN}
56 }
57 -
58 -pkg_postinst() {
59 - gnome2_icon_cache_update
60 -}
61 -
62 -pkg_postrm() {
63 - gnome2_icon_cache_update
64 -}