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: Mon, 16 Sep 2019 16:45:59
Message-Id: 1568652352.cf4f23297090ea6f789a07d4d4b9aaef7548f312.prometheanfire@gentoo
1 commit: cf4f23297090ea6f789a07d4d4b9aaef7548f312
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 16:45:25 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 16:45:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4f2329
7
8 gui-apps/wl-clipboard: 2.0.0_beta1 bump
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/wl-clipboard/Manifest | 1 +
14 .../wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild | 25 ++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
18 index 3c882e36cd2..97f8b56fffc 100644
19 --- a/gui-apps/wl-clipboard/Manifest
20 +++ b/gui-apps/wl-clipboard/Manifest
21 @@ -1 +1,2 @@
22 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299 SHA512 328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
23 +DIST wl-clipboard-2.0.0_beta1.tar.gz 39963 BLAKE2B d8c624fd395bbb7d233c9b5b0c3f4ddf369288712498625caaad427616ff190fb3512cccfc4b4506835e6bf9dc432a272fc6696058ec31a1b3355b1a06b5e76a SHA512 d11a89f8a8996f0aba9eb30ddd87715f65390459baccc9f20cb04864c1fdd54f8efe5b10a1eb470efa2b72be871e27fd5fe72df3a61c0b53e5ff41dc111b82ca
24
25 diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
26 new file mode 100644
27 index 00000000000..49a565608a8
28 --- /dev/null
29 +++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit meson
37 +
38 +DESCRIPTION="Wayland clipboard utilities"
39 +HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
40 +
41 +if [[ ${PV} == 9999 ]] ; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
44 +else
45 + SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 + KEYWORDS="~amd64 ~x86"
47 +fi
48 +
49 +LICENSE="GPL-3"
50 +SLOT="0"
51 +IUSE=""
52 +
53 +DEPEND="dev-libs/wayland"
54 +RDEPEND="${DEPEND}"
55 +BDEPEND=""