Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/
Date: Sat, 26 Feb 2022 02:44:00
Message-Id: 1645842960.fe272e8df43f0450cad665a0e2cd6796d1610993.sam@gentoo
1 commit: fe272e8df43f0450cad665a0e2cd6796d1610993
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 02:36:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 02:36:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe272e8d
7
8 gui-libs/wlroots: sync live ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 gui-libs/wlroots/wlroots-0.15.1.ebuild | 2 +-
13 gui-libs/wlroots/wlroots-9999.ebuild | 8 ++++----
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/gui-libs/wlroots/wlroots-0.15.1.ebuild b/gui-libs/wlroots/wlroots-0.15.1.ebuild
17 index 91ed9abb4a57..f6a2d61c92a4 100644
18 --- a/gui-libs/wlroots/wlroots-0.15.1.ebuild
19 +++ b/gui-libs/wlroots/wlroots-0.15.1.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz"
23 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
24 - SLOT="0/15"
25 + SLOT="0/$(ver_cut 2)"
26 fi
27
28 LICENSE="MIT"
29
30 diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
31 index 47b97d1e07e4..f6a2d61c92a4 100644
32 --- a/gui-libs/wlroots/wlroots-9999.ebuild
33 +++ b/gui-libs/wlroots/wlroots-9999.ebuild
34 @@ -1,7 +1,7 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 inherit meson
43
44 @@ -13,9 +13,9 @@ if [[ ${PV} == 9999 ]]; then
45 inherit git-r3
46 SLOT="0/9999"
47 else
48 - SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz -> ${P}.tar.gz"
49 + SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz"
50 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
51 - SLOT="0/16"
52 + SLOT="0/$(ver_cut 2)"
53 fi
54
55 LICENSE="MIT"