Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/windowmaker/
Date: Fri, 29 May 2020 20:48:12
Message-Id: 1590785150.6b0c2a341139f0d80594400530839a39e18e654a.voyageur@gentoo
1 commit: 6b0c2a341139f0d80594400530839a39e18e654a
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 20:31:20 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 20:45:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0c2a34
7
8 x11-wm/windowmaker: add desktop eclass
9
10 For make_desktop_entry call
11
12 Closes: https://bugs.gentoo.org/724826
13 Package-Manager: Portage-2.3.100, Repoman-2.3.22
14 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
15
16 x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild | 2 +-
17 .../{windowmaker-0.95.9.ebuild => windowmaker-0.95.9-r1.ebuild} | 2 +-
18 x11-wm/windowmaker/windowmaker-9999.ebuild | 2 +-
19 3 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild b/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild
22 index 8b2e811ea5b..759d0ce688c 100644
23 --- a/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild
24 +++ b/x11-wm/windowmaker/windowmaker-0.95.8-r1.ebuild
25 @@ -2,7 +2,7 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -inherit autotools eutils
30 +inherit autotools desktop eutils
31
32 DESCRIPTION="The fast and light GNUstep window manager"
33 HOMEPAGE="http://www.windowmaker.org/"
34
35 diff --git a/x11-wm/windowmaker/windowmaker-0.95.9.ebuild b/x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild
36 similarity index 98%
37 rename from x11-wm/windowmaker/windowmaker-0.95.9.ebuild
38 rename to x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild
39 index a11fcfdcd36..c33eb622649 100644
40 --- a/x11-wm/windowmaker/windowmaker-0.95.9.ebuild
41 +++ b/x11-wm/windowmaker/windowmaker-0.95.9-r1.ebuild
42 @@ -2,7 +2,7 @@
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 -inherit autotools eutils
47 +inherit autotools desktop eutils
48
49 DESCRIPTION="The fast and light GNUstep window manager"
50 HOMEPAGE="http://www.windowmaker.org/"
51
52 diff --git a/x11-wm/windowmaker/windowmaker-9999.ebuild b/x11-wm/windowmaker/windowmaker-9999.ebuild
53 index 7078f87e042..3ce59498cbf 100644
54 --- a/x11-wm/windowmaker/windowmaker-9999.ebuild
55 +++ b/x11-wm/windowmaker/windowmaker-9999.ebuild
56 @@ -2,7 +2,7 @@
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=7
60 -inherit autotools eutils git-r3
61 +inherit autotools desktop eutils git-r3
62
63 DESCRIPTION="The fast and light GNUstep window manager"
64 HOMEPAGE="http://www.windowmaker.org/"