Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Fri, 01 Jan 2021 18:25:49
Message-Id: 1609525534.81b5a806b67a7c35d34c6bfccbdcfe36472d067e.asturm@gentoo
1 commit: 81b5a806b67a7c35d34c6bfccbdcfe36472d067e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 18:24:40 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 18:25:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b5a806
7
8 dev-libs/weston: Drop duplicate KEYWORDS line, actual 9.0.0 amd64 stable
9
10 Bug: https://bugs.gentoo.org/757378
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-libs/weston/weston-8.0.0.ebuild | 5 ++---
15 dev-libs/weston/weston-9.0.0.ebuild | 7 +++----
16 dev-libs/weston/weston-9999.ebuild | 5 ++---
17 3 files changed, 7 insertions(+), 10 deletions(-)
18
19 diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild
20 index 494278ed204..159f8af3b1b 100644
21 --- a/dev-libs/weston/weston-8.0.0.ebuild
22 +++ b/dev-libs/weston/weston-8.0.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -14,9 +14,8 @@ inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
30 DESCRIPTION="Wayland reference compositor"
31 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
32
33 -if [[ $PV = 9999* ]]; then
34 +if [[ ${PV} = *9999* ]]; then
35 SRC_URI="${SRC_PATCHES}"
36 - KEYWORDS="amd64 arm x86"
37 else
38 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
39 KEYWORDS="amd64 arm x86"
40
41 diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild
42 index a65a36db98b..fcc8d36a421 100644
43 --- a/dev-libs/weston/weston-9.0.0.ebuild
44 +++ b/dev-libs/weston/weston-9.0.0.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -14,12 +14,11 @@ inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
52 DESCRIPTION="Wayland reference compositor"
53 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
54
55 -if [[ $PV = 9999* ]]; then
56 +if [[ ${PV} = *9999* ]]; then
57 SRC_URI="${SRC_PATCHES}"
58 - KEYWORDS="amd64 x86"
59 else
60 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
61 - KEYWORDS="~amd64 ~arm x86"
62 + KEYWORDS="amd64 ~arm x86"
63 fi
64
65 LICENSE="MIT CC-BY-SA-3.0"
66
67 diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild
68 index 097c7f0c70b..ccac939f6d3 100644
69 --- a/dev-libs/weston/weston-9999.ebuild
70 +++ b/dev-libs/weston/weston-9999.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2020 Gentoo Authors
73 +# Copyright 1999-2021 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI=7
77 @@ -14,9 +14,8 @@ inherit meson readme.gentoo-r1 toolchain-funcs xdg-utils $GIT_ECLASS
78 DESCRIPTION="Wayland reference compositor"
79 HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston"
80
81 -if [[ $PV = 9999* ]]; then
82 +if [[ ${PV} = *9999* ]]; then
83 SRC_URI="${SRC_PATCHES}"
84 - KEYWORDS=""
85 else
86 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
87 KEYWORDS="~amd64 ~arm ~x86"