Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/
Date: Thu, 03 Oct 2019 18:50:22
Message-Id: 1570128594.7ef0bd81c2f9467f08d9d275cb4fce9574616aaf.prometheanfire@gentoo
1 commit: 7ef0bd81c2f9467f08d9d275cb4fce9574616aaf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 18:45:20 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 18:49:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef0bd81
7
8 gui-apps/wl-clipboard: 2.0.0 bump
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/wl-clipboard/Manifest | 2 +-
14 .../{wl-clipboard-2.0.0_beta2.ebuild => wl-clipboard-2.0.0.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
18 index 0fb64601172..87c9fd9aba6 100644
19 --- a/gui-apps/wl-clipboard/Manifest
20 +++ b/gui-apps/wl-clipboard/Manifest
21 @@ -1,2 +1,2 @@
22 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299 SHA512 328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
23 -DIST wl-clipboard-2.0.0_beta2.tar.gz 41616 BLAKE2B 0200aa5f6d506eec20fbccade891c200e39c09336baf1d74fcc6d3d51f93091fa273cc2b2b061f53a152e590af4fd7e403427f5998c91a037dd4b162e404f98b SHA512 94cbf63b8f02bf0d2c12497e46a5bbceb54514b0a08e2e6a29573b579fdbf2560249159f25fbed348b4565fab49f58469be200a64e43affa58a1eeaaf2ecbef2
24 +DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8 SHA512 a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1
25
26 diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
27 similarity index 84%
28 rename from gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
29 rename to gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
30 index 49a565608a8..d7fcf533747 100644
31 --- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
32 +++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
33 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
34 inherit git-r3
35 EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
36 else
37 - SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
38 + SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 KEYWORDS="~amd64 ~x86"
40 fi