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-libs/wayfire-plugins-extra/
Date: Wed, 10 Feb 2021 13:36:40
Message-Id: 1612964160.ccbd8f73d5366921d1e74ef2603486d3566cb43d.juippis@gentoo
1 commit: ccbd8f73d5366921d1e74ef2603486d3566cb43d
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Jan 30 03:15:07 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=ccbd8f73
7
8 gui-libs/wayfire-plugins-extra: 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 Closes: https://github.com/gentoo/gentoo/pull/19260
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 gui-libs/wayfire-plugins-extra/Manifest | 1 +
16 ...e-plugins-extra-9999.ebuild => wayfire-plugins-extra-0.7.0.ebuild} | 4 ++--
17 gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild | 4 ++--
18 3 files changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest
21 index ae71f9dcce9..89873091cb8 100644
22 --- a/gui-libs/wayfire-plugins-extra/Manifest
23 +++ b/gui-libs/wayfire-plugins-extra/Manifest
24 @@ -1 +1,2 @@
25 DIST wayfire-plugins-extra-0.6.0.tar.gz 47411 BLAKE2B 32f784abff6b0f05cdfde0bd491e6c8321eb6038f5ac49ff5b241e628abfb0002289fac6f1deaef4148fd8e071ad08c54ea15a441f9d6356ca43bbf4beb9c7b6 SHA512 2ad35cc54892cf716e8492227f96cab7eb89173294ef928115ca998c8c06e9daef69f60d6d11c5393a3038ded0184ccaa404552fe6035a019682d2fdbe4b768d
26 +DIST wayfire-plugins-extra-0.7.0.tar.xz 74312 BLAKE2B f72d706502499e4d467a4b59e10f66628024be1bab1c5e10c807758869c9b9e4aacbe426c2db0e3faa5ab166f7e4f4d0f1c345e205c6747a16a164745c6f0d74 SHA512 ff25a4685c88ca0129a2372b216166246cab072c2cb4f84eb7bd500db525bf5881bd7e54d0d888473d4aab0e5b33d2ee13eb7f788bb2a524e1e8e0c5efc1a6bd
27
28 diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
29 similarity index 80%
30 copy from gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
31 copy to gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0.ebuild
32 index 74ef87cc752..cc17eb4c723 100644
33 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
34 +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-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/wayfire-plugins-extra.git"
44 else
45 - SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 + SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
47 KEYWORDS="~amd64 ~arm64 ~x86"
48 fi
49
50
51 diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
52 index 74ef87cc752..cc17eb4c723 100644
53 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-9999.ebuild
54 +++ b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-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/wayfire-plugins-extra.git"
64 else
65 - SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/archive/v${PV}.tar.gz -> ${P}.tar.gz"
66 + SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
67 KEYWORDS="~amd64 ~arm64 ~x86"
68 fi