Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/
Date: Sun, 19 Jan 2020 19:35:41
Message-Id: 1579462533.cc357d6e19e90c301af7d28620160bef402f0dbf.zlogene@gentoo
1 commit: cc357d6e19e90c301af7d28620160bef402f0dbf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 19:34:16 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 19:35:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc357d6e
7
8 x11-wm/awesome: make ci happy
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-wm/awesome/awesome-3.5.9-r3.ebuild | 7 +++----
14 x11-wm/awesome/awesome-4.2-r3.ebuild | 5 ++---
15 x11-wm/awesome/awesome-4.3-r1.ebuild | 7 +++----
16 x11-wm/awesome/awesome-9999.ebuild | 5 ++---
17 4 files changed, 10 insertions(+), 14 deletions(-)
18
19 diff --git a/x11-wm/awesome/awesome-3.5.9-r3.ebuild b/x11-wm/awesome/awesome-3.5.9-r3.ebuild
20 index 95427fd20e6..58e6c35ff04 100644
21 --- a/x11-wm/awesome/awesome-3.5.9-r3.ebuild
22 +++ b/x11-wm/awesome/awesome-3.5.9-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -11,7 +11,7 @@ SRC_URI="http://awesome.naquadah.org/download/${P}.tar.xz"
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="amd64 arm ppc ppc64 x86"
33 -IUSE="dbus doc elibc_FreeBSD gnome"
34 +IUSE="dbus doc gnome"
35
36 COMMON_DEPEND="
37 || ( >=dev-lang/lua-5.1:0 dev-lang/lua:5.1 )
38 @@ -27,8 +27,7 @@ COMMON_DEPEND="
39 x11-libs/xcb-util-cursor
40 x11-libs/libXcursor
41 >=x11-libs/libX11-1.3.99.901
42 - dbus? ( >=sys-apps/dbus-1 )
43 - elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )"
44 + dbus? ( >=sys-apps/dbus-1 )"
45
46 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
47 DEPEND="${COMMON_DEPEND}
48
49 diff --git a/x11-wm/awesome/awesome-4.2-r3.ebuild b/x11-wm/awesome/awesome-4.2-r3.ebuild
50 index f603b5a15c2..adaf85cd6a0 100644
51 --- a/x11-wm/awesome/awesome-4.2-r3.ebuild
52 +++ b/x11-wm/awesome/awesome-4.2-r3.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2019 Gentoo Authors
55 +# Copyright 1999-2020 Gentoo Authors
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=6
59 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="amd64 arm ppc ppc64 x86"
63 -IUSE="dbus doc elibc_FreeBSD gnome luajit test"
64 +IUSE="dbus doc gnome luajit test"
65 RESTRICT="test"
66
67 RDEPEND="
68 @@ -35,7 +35,6 @@ RDEPEND="
69 x11-libs/libxkbcommon[X]
70 >=x11-libs/libX11-1.3.99.901
71 dbus? ( >=sys-apps/dbus-1 )
72 - elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )
73 "
74
75 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
76
77 diff --git a/x11-wm/awesome/awesome-4.3-r1.ebuild b/x11-wm/awesome/awesome-4.3-r1.ebuild
78 index 4e922c28dd5..64d00a31b10 100644
79 --- a/x11-wm/awesome/awesome-4.3-r1.ebuild
80 +++ b/x11-wm/awesome/awesome-4.3-r1.ebuild
81 @@ -1,4 +1,4 @@
82 -# Copyright 1999-2019 Gentoo Authors
83 +# Copyright 1999-2020 Gentoo Authors
84 # Distributed under the terms of the GNU General Public License v2
85
86 EAPI=7
87 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz"
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
91 -IUSE="dbus doc elibc_FreeBSD gnome luajit test"
92 +IUSE="dbus doc gnome luajit test"
93 RESTRICT="test"
94
95 RDEPEND="
96 @@ -35,7 +35,6 @@ RDEPEND="
97 x11-libs/libxkbcommon[X]
98 >=x11-libs/libX11-1.3.99.901
99 dbus? ( >=sys-apps/dbus-1 )
100 - elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )
101 "
102
103 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
104 @@ -89,7 +88,7 @@ src_install() {
105 cmake-utils_src_install
106 rm "${ED}"/usr/share/doc/${PF}/LICENSE || die
107
108 - pax-mark m "${ED%/}"/usr/bin/awesome
109 + pax-mark m "${ED}"/usr/bin/awesome
110
111 exeinto /etc/X11/Sessions
112 newexe "${FILESDIR}"/${PN}-session ${PN}
113
114 diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild
115 index a2093f7a67c..f5e97387e3c 100644
116 --- a/x11-wm/awesome/awesome-9999.ebuild
117 +++ b/x11-wm/awesome/awesome-9999.ebuild
118 @@ -1,4 +1,4 @@
119 -# Copyright 1999-2019 Gentoo Authors
120 +# Copyright 1999-2020 Gentoo Authors
121 # Distributed under the terms of the GNU General Public License v2
122
123 EAPI=7
124 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/awesomeWM/${PN}.git"
125 LICENSE="GPL-2"
126 SLOT="0"
127 KEYWORDS=""
128 -IUSE="dbus doc elibc_FreeBSD gnome luajit test"
129 +IUSE="dbus doc gnome luajit test"
130 RESTRICT="test"
131
132 RDEPEND="
133 @@ -35,7 +35,6 @@ RDEPEND="
134 x11-libs/libxkbcommon[X]
135 >=x11-libs/libX11-1.3.99.901
136 dbus? ( >=sys-apps/dbus-1 )
137 - elibc_FreeBSD? ( || ( dev-libs/libexecinfo >=sys-freebsd/freebsd-lib-10.0 ) )
138 "
139
140 # graphicsmagick's 'convert -channel' has no Alpha support, bug #352282