Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wcm/
Date: Wed, 10 Feb 2021 13:36:37
Message-Id: 1612964160.8a08b52ef55980a0d32af1e25de840674d77d568.juippis@gentoo
1 commit: 8a08b52ef55980a0d32af1e25de840674d77d568
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Jan 30 03:12:04 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 10 13:36:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a08b52e
7
8 gui-apps/wcm: version bump to 0.7.0
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 gui-apps/wcm/Manifest | 1 +
15 gui-apps/wcm/{wcm-9999.ebuild => wcm-0.7.0.ebuild} | 4 ++--
16 gui-apps/wcm/wcm-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 4 deletions(-)
18
19 diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest
20 index 4e304edcad7..5c721250b30 100644
21 --- a/gui-apps/wcm/Manifest
22 +++ b/gui-apps/wcm/Manifest
23 @@ -1,2 +1,3 @@
24 DIST wcm-0.5.0.tar.gz 253120 BLAKE2B 44f6e36425ed070f086fcea6b3374b8fd2f1e3420176098699ec735cb74a1de0d6919ca71e62ca61116005ad26e50562e0a927dce7990d87eb7559511fb371e3 SHA512 c06e97fa3b22f33bb7f05efda380484377596cce83b7874d42b6f3795f275faee2fdd2f2a6a6f24ebbb7e339a0dd3e526a3d02a2e1d4c45b34f76d627896bc53
25 DIST wcm-0.6.0.tar.gz 308100 BLAKE2B 22fd0867b7efee153375844bd9b06fa7978a488494bf48c5da10ecf59ab9ff1ee49fc31e82de294d2a5bf2af5339ccd367916f3e66c9e173379679622c5d9c93 SHA512 a0ce6541ea1416585d3102a07f8ccc73d53345cdab472a9f1a839af652ccaa3b7c4ef26dbe3c24d3ff4bfb5be9a1c61a7922170dafa9a66082c0de90ebcba3d9
26 +DIST wcm-0.7.0.tar.xz 263952 BLAKE2B 6e8761b75d5e37e49a1ba1e9b2a045c7350fa28642d26f1f66b0513fdb4130495f43bcae137184bf5bd2f0f2a0d5a81891459819d692a84b66b96c7d1440ee7e SHA512 190d8befafac69c27d99d10113160a1806a9dbd83f740216dd38e9cbe3c2638817b3471c9f46b60642e91abe02fbb72458b61f07bda9cd5fc5dbc7cdf880c6bb
27
28 diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-0.7.0.ebuild
29 similarity index 81%
30 copy from gui-apps/wcm/wcm-9999.ebuild
31 copy to gui-apps/wcm/wcm-0.7.0.ebuild
32 index 66c8ce7b244..317718d415c 100644
33 --- a/gui-apps/wcm/wcm-9999.ebuild
34 +++ b/gui-apps/wcm/wcm-0.7.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 2019-2020 Gentoo Authors
37 +# Copyright 2019-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
42 inherit git-r3
43 EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git"
44 else
45 - SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 + SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz"
47 KEYWORDS="~amd64 ~arm64 ~x86"
48 fi
49
50
51 diff --git a/gui-apps/wcm/wcm-9999.ebuild b/gui-apps/wcm/wcm-9999.ebuild
52 index 66c8ce7b244..317718d415c 100644
53 --- a/gui-apps/wcm/wcm-9999.ebuild
54 +++ b/gui-apps/wcm/wcm-9999.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 2019-2020 Gentoo Authors
57 +# Copyright 2019-2021 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
62 inherit git-r3
63 EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git"
64 else
65 - SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66 + SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz"
67 KEYWORDS="~amd64 ~arm64 ~x86"
68 fi