[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2024-01-03 Thread Sam James
commit: a4fb7b888c0f0012d8a70569cc0b68a8ab3e2578
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  3 08:09:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  3 08:09:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fb7b88

gui-apps/wl-clipboard: Stabilize 2.2.1-r1 ppc64, #921203

Signed-off-by: Sam James  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
index eb69a2b7385a..8333c3edda35 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-10-27 Thread Matthew Thode
commit: 5402a7e503a58155febebe48ab1468f6ef9b9621
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 27 13:25:02 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 27 13:25:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5402a7e5

gui-apps/wl-clipboard: drop 2.2.0, 2.2.1

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  |  1 -
 gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild | 34 -
 gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild | 34 -
 3 files changed, 69 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 9e8df2bbe1b6..d8d8db2a1260 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1 @@
-DIST wl-clipboard-2.2.0.tar.gz 49344 BLAKE2B 
4d7c8e5756396748871dd54f8823857511e0666b6bb5efa783894660efaf533a99064b84456439390f2ff2fc2fe16d97748efcafe24cfa18dbced42fb82e0269
 SHA512 
a2667b26970ebdd4c6d8bb6a05d902fa446fb94ba2c878dfa896e502277dac9837c75370108de9a39308597c153f3952289933174adf535148d027593a6cf829
 DIST wl-clipboard-2.2.1.tar.gz 49421 BLAKE2B 
2d98c8b557ab39ab5b39af477632a55b19aff8f15496d6d6c6b8db8ab80a0fce9628a0d0c48cc77375def4edd4767b74c30816b6881142f420abd68f1e06c051
 SHA512 
fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
deleted file mode 100644
index f3bfb1904745..
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
-else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-util/wayland-scanner
-   dev-libs/wayland-protocols"
-
-src_configure() {
-   local -a emesonargs=(
-   
-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
-   )
-   meson_src_configure
-}

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
deleted file mode 100644
index a1db46bbf012..
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
-else
-   
SRC_URI="https://github.com/bugaevc/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-util/wayland-scanner
-   dev-libs/wayland-protocols"
-
-src_configure() {
-   local -a emesonargs=(
-   
-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-10-01 Thread Matthew Thode
commit: 934a23a87dc6d48f43ff9a605dbea80e35242538
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct  1 16:15:14 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct  1 16:18:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934a23a8

gui-apps/wl-clipboard: stabilize 2.2.1-r1 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
index a6e795516423..eb69a2b7385a 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-09-27 Thread Matthew Thode
commit: 5b956411192690c7c13e2c84244ef297a4137f8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 27 20:31:35 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 27 20:31:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b956411

gui-apps/wl-clipboard: stabilize 2.2.1 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
index 8ba35b1a9cb6..a1db46bbf012 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else

SRC_URI="https://github.com/bugaevc/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-09-24 Thread Sam James
commit: 4d99b78f9de7685f2b435e0c62381b484c4cae1c
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Sun Sep 24 00:51:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 25 04:48:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d99b78f

gui-apps/wl-clipboard: fix install on Prefix

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Signed-off-by: Sam James  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild |  7 +++
 gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild |  7 +++
 gui-apps/wl-clipboard/wl-clipboard-.ebuild  | 11 +--
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
index 54bf286c9610..f3bfb1904745 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
@@ -25,3 +25,10 @@ RDEPEND="${DEPEND}"
 BDEPEND="
dev-util/wayland-scanner
dev-libs/wayland-protocols"
+
+src_configure() {
+   local -a emesonargs=(
+   
-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
+   )
+   meson_src_configure
+}

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
index 0418c679db5e..8ba35b1a9cb6 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
@@ -25,3 +25,10 @@ RDEPEND="${DEPEND}"
 BDEPEND="
dev-util/wayland-scanner
dev-libs/wayland-protocols"
+
+src_configure() {
+   local -a emesonargs=(
+   
-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
+   )
+   meson_src_configure
+}

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index 7e7fdd6a0b37..4da7e621a301 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -18,10 +18,17 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-libs/wayland"
 RDEPEND="${DEPEND}"
 BDEPEND="
+   dev-libs/wayland-protocols
dev-util/wayland-scanner
-   dev-libs/wayland-protocols"
+"
+
+src_configure() {
+   local -a emesonargs=(
+   
-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-09-24 Thread Sam James
commit: 9db136e6011d7a7666b3a07ba1c0412fd46e7d22
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Tue Sep 19 04:20:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 25 04:48:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db136e6

gui-apps/wl-clipboard: add github upstream metadata

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Signed-off-by: Sam James  gentoo.org>

 gui-apps/wl-clipboard/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/wl-clipboard/metadata.xml 
b/gui-apps/wl-clipboard/metadata.xml
index 4d8e542e8026..9173ac5d8f5e 100644
--- a/gui-apps/wl-clipboard/metadata.xml
+++ b/gui-apps/wl-clipboard/metadata.xml
@@ -8,4 +8,7 @@

Two command-line Wayland clipboard utilities, wl-copy and 
wl-paste, that let you easily copy data between the clipboard and Unix pipes, 
sockets, files and so on.

+   
+   bugaevc/wl-clipboard
+   
 



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-09-24 Thread Sam James
commit: 8d6d07f955dd90780a95e8530760dba18a914594
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Sun Sep 24 00:54:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 25 04:48:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6d07f9

gui-apps/wl-clipboard: update EAPI 7 -> 8

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Closes: https://github.com/gentoo/gentoo/pull/32919
Signed-off-by: Sam James  gentoo.org>

 .../{wl-clipboard-.ebuild => wl-clipboard-2.2.1-r1.ebuild}| 4 ++--
 gui-apps/wl-clipboard/wl-clipboard-.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
similarity index 95%
copy from gui-apps/wl-clipboard/wl-clipboard-.ebuild
copy to gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
index 4da7e621a301..a6e795516423 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -27,7 +27,7 @@ BDEPEND="
 "
 
 src_configure() {
-   local -a emesonargs=(
+   local emesonargs=(

-Dfishcompletiondir="${EPREFIX}/usr/share/fish/vendor_completions.d"
)
meson_src_configure

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index 4da7e621a301..5f2e91e8c06d 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-09-24 Thread Matthew Thode
commit: 66d3f715858c91dc783d9ba7eb4e54389df345b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Sep 24 22:17:32 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Sep 24 22:17:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d3f715

gui-apps/wl-clipboard: drop 2.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  |  1 -
 gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 817662c4e31e..9e8df2bbe1b6 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,3 +1,2 @@
-DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e
 DIST wl-clipboard-2.2.0.tar.gz 49344 BLAKE2B 
4d7c8e5756396748871dd54f8823857511e0666b6bb5efa783894660efaf533a99064b84456439390f2ff2fc2fe16d97748efcafe24cfa18dbced42fb82e0269
 SHA512 
a2667b26970ebdd4c6d8bb6a05d902fa446fb94ba2c878dfa896e502277dac9837c75370108de9a39308597c153f3952289933174adf535148d027593a6cf829
 DIST wl-clipboard-2.2.1.tar.gz 49421 BLAKE2B 
2d98c8b557ab39ab5b39af477632a55b19aff8f15496d6d6c6b8db8ab80a0fce9628a0d0c48cc77375def4edd4767b74c30816b6881142f420abd68f1e06c051
 SHA512 
fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
deleted file mode 100644
index 07caef7b41a0..
--- a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
-else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-util/wayland-scanner"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-08-28 Thread Matthew Thode
commit: ba3ef2ac985c8163e8ba51ece262ced6737f85c0
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Aug 29 03:14:57 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Aug 29 03:15:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3ef2ac

gui-apps/wl-clipboard: add 2.2.1

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  |  1 +
 gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 11f5c5d11c36..817662c4e31e 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1,3 @@
 DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e
 DIST wl-clipboard-2.2.0.tar.gz 49344 BLAKE2B 
4d7c8e5756396748871dd54f8823857511e0666b6bb5efa783894660efaf533a99064b84456439390f2ff2fc2fe16d97748efcafe24cfa18dbced42fb82e0269
 SHA512 
a2667b26970ebdd4c6d8bb6a05d902fa446fb94ba2c878dfa896e502277dac9837c75370108de9a39308597c153f3952289933174adf535148d027593a6cf829
+DIST wl-clipboard-2.2.1.tar.gz 49421 BLAKE2B 
2d98c8b557ab39ab5b39af477632a55b19aff8f15496d6d6c6b8db8ab80a0fce9628a0d0c48cc77375def4edd4767b74c30816b6881142f420abd68f1e06c051
 SHA512 
fdda519df42e1dbfb112ab7d8195a0f36cf5cf18fa8f32ac4688a08009e206b96a169da641f909c9acf244eb6a5201811842b4d3111e1ccdb1ce8fb4db43

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
new file mode 100644
index ..0418c679db5e
--- /dev/null
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Wayland clipboard utilities"
+HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
+else
+   
SRC_URI="https://github.com/bugaevc/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-08-24 Thread Matthew Thode
commit: b5c1fedd2456a8d496f5c8ee89e907e05692870b
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 24 14:31:43 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Aug 24 14:34:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c1fedd

gui-apps/wl-clipboard: stabilize 2.2.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
index 7e7fdd6a0b37..54bf286c9610 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2023-07-24 Thread Matthew Thode
commit: e5bd088444fd7f00f961fb5214f22818c7369e79
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul 25 04:56:15 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jul 25 04:57:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bd0884

gui-apps/wl-clipboard: 2.2.0 bump

Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  | 1 +
 .../{wl-clipboard-.ebuild => wl-clipboard-2.2.0.ebuild} | 6 --
 gui-apps/wl-clipboard/wl-clipboard-.ebuild  | 6 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index c41533df8f00..11f5c5d11c36 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1 +1,2 @@
 DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e
+DIST wl-clipboard-2.2.0.tar.gz 49344 BLAKE2B 
4d7c8e5756396748871dd54f8823857511e0666b6bb5efa783894660efaf533a99064b84456439390f2ff2fc2fe16d97748efcafe24cfa18dbced42fb82e0269
 SHA512 
a2667b26970ebdd4c6d8bb6a05d902fa446fb94ba2c878dfa896e502277dac9837c75370108de9a39308597c153f3952289933174adf535148d027593a6cf829

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
similarity index 83%
copy from gui-apps/wl-clipboard/wl-clipboard-.ebuild
copy to gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
index 30f120a0c50a..7e7fdd6a0b37 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,4 +22,6 @@ IUSE=""
 
 DEPEND="dev-libs/wayland"
 RDEPEND="${DEPEND}"
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols"

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index 30f120a0c50a..7e7fdd6a0b37 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,4 +22,6 @@ IUSE=""
 
 DEPEND="dev-libs/wayland"
 RDEPEND="${DEPEND}"
-BDEPEND="dev-util/wayland-scanner"
+BDEPEND="
+   dev-util/wayland-scanner
+   dev-libs/wayland-protocols"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-11-22 Thread WANG Xuerui
commit: 8ba60bac370f7852a0d3fa1574d46e6e0bab28c7
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 23 07:51:43 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 23 07:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba60bac

gui-apps/wl-clipboard: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index 734c0425328e..30f120a0c50a 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-11-22 Thread WANG Xuerui
commit: d9b203f21c179d7c6f65a1f39396ec03b98c61ef
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 23 07:51:41 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 23 07:52:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b203f2

gui-apps/wl-clipboard: keyword 2.1.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
index ee7e461d4431..07caef7b41a0 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-10-14 Thread Joonas Niilola
commit: 6faf70173cd65db27ea71ae1a5bd92ba2715
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct 14 06:22:34 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 14 06:22:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf7017

gui-apps/wl-clipboard: add a missing bdepend for wayland-scanner

Signed-off-by: Joonas Niilola  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild | 2 +-
 gui-apps/wl-clipboard/wl-clipboard-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
index 9bf6a274354b..ee7e461d4431 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
@@ -22,4 +22,4 @@ IUSE=""
 
 DEPEND="dev-libs/wayland"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-util/wayland-scanner"

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index 57b5f83eaace..734c0425328e 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -22,4 +22,4 @@ IUSE=""
 
 DEPEND="dev-libs/wayland"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-util/wayland-scanner"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-05-21 Thread Matthew Thode
commit: 498ee5bdad937965bd818e04db546dd85a1eec36
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 21 16:35:47 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 21 16:36:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498ee5bd

gui-apps/wl-clipboard: 2.0.0 cleanup

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  |  1 -
 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index e16df12bc95e..c41533df8f00 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1 @@
-DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 
6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8
 SHA512 
a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1
 DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
deleted file mode 100644
index 9bf6a274354b..
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
-else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-04-21 Thread Matthew Thode
commit: 5b15690c3b6ce9ee4bdcedf119057b3cca3bb711
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 21 21:16:08 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr 21 21:16:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b15690c

gui-apps/wl-clipboard: 2.1.0 stable amd64/x86/arm64

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
index 57b5f83eaace..9bf6a274354b 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-04-21 Thread Matthew Thode
commit: b17df6c2e48b200b2403b3878844c3e6f664e510
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 21 21:16:32 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr 21 21:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17df6c2

gui-apps/wl-clipboard: 1.0.0 cleanup

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  |  1 -
 gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 3ba21fc66cf9..e16df12bc95e 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,3 +1,2 @@
-DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
 DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 
6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8
 SHA512 
a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1
 DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e

diff --git a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
deleted file mode 100644
index 0637e5ff3bb9..
--- a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Wayland clipboard utilities"
-HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
-
-if [[ ${PV} ==  ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
-else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-03-21 Thread Matthew Thode
commit: abdcded46a0911ae79f2cb087a211602cd5ab90f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 22 01:16:47 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Mar 22 01:16:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdcded4

gui-apps/wl-clipboard: 2.1.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest| 1 +
 .../{wl-clipboard-.ebuild => wl-clipboard-2.1.0.ebuild}   | 4 ++--
 gui-apps/wl-clipboard/wl-clipboard-.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 87c9fd9aba69..3ba21fc66cf9 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1,3 @@
 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
 DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 
6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8
 SHA512 
a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1
+DIST wl-clipboard-2.1.0.tar.gz 43198 BLAKE2B 
02d203072d51a412945f125fb9653391342548ce4bd5688f96310d50006824017fb1bde728a15d2c20d22e90f47af7dbb1e858ff7d8f1df6596794a0b5479d43
 SHA512 
3edcbec2df3a3d7f88ea9271f3befee61b888b4be4f1be6ca238958d78436a445ffd5a84d20ff4eaf4835016696c8e3f14df7b48c391b0647416e9eb9cbf5d2e

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
similarity index 84%
copy from gui-apps/wl-clipboard/wl-clipboard-.ebuild
copy to gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
index a49d485faf13..57b5f83eaace 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index a49d485faf13..57b5f83eaace 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2022-02-18 Thread Arthur Zamarin
commit: 63503817c00823fc40ccc2f8e50bff63f4da7521
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 18 17:40:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 18 17:40:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63503817

gui-apps/wl-clipboard: Stabilize 2.0.0 arm64, #833049

Signed-off-by: Arthur Zamarin  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index abb7b4591d7e..9bf6a274354b 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2021-10-16 Thread Yixun Lan
commit: 9fa14f7ea65c22dc77fd7ade0098ddf549ca9fb0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Oct 14 19:42:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Oct 16 14:56:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa14f7e

gui-apps/wl-clipboard: keyword ~riscv

Closes: https://github.com/gentoo/gentoo/pull/22589
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index d73f0f2bcd0..abb7b4591d7 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2021-04-11 Thread John Helmert III
commit: cd421fb8a56a345ff34542c0b32e2f1b40f2f142
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Apr 11 22:42:38 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Apr 11 22:42:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd421fb8

gui-apps/wl-clipboard: keyword ~arm (bug 779739)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: John Helmert III  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index 9fc625ddde7..d73f0f2bcd0 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2021-04-04 Thread Sergei Trofimovich
commit: a673bfb6014def7f77f9af738e3def00de80e8b0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  4 21:17:46 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  4 21:21:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a673bfb6

gui-apps/wl-clipboard: keyworded 2.0.0 for ppc64

keyworded wrt bug #779739

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index 0637e5ff3bb..9fc625ddde7 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-11-03 Thread Matthew Thode
commit: 2ea245fa8d168a1b51ddbbe5754db083aa09c23f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  3 20:12:56 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Nov  3 20:21:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea245fa

gui-apps/wl-clipboard: add arm64 keyword

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
index d7fcf533747..a49d485faf1 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-11-03 Thread Matthew Thode
commit: f930ae790b039726f287a9abeb699e5d82c07e21
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Nov  3 20:12:17 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Nov  3 20:21:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f930ae79

gui-apps/wl-clipboard: 2.0.0 stable amd64/x86

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index d7fcf533747..0637e5ff3bb 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-10-03 Thread Matthew Thode
commit: 7ef0bd81c2f9467f08d9d275cb4fce9574616aaf
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct  3 18:45:20 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct  3 18:49:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef0bd81

gui-apps/wl-clipboard: 2.0.0 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  | 2 +-
 .../{wl-clipboard-2.0.0_beta2.ebuild => wl-clipboard-2.0.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 0fb64601172..87c9fd9aba6 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1,2 @@
 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
-DIST wl-clipboard-2.0.0_beta2.tar.gz 41616 BLAKE2B 
0200aa5f6d506eec20fbccade891c200e39c09336baf1d74fcc6d3d51f93091fa273cc2b2b061f53a152e590af4fd7e403427f5998c91a037dd4b162e404f98b
 SHA512 
94cbf63b8f02bf0d2c12497e46a5bbceb54514b0a08e2e6a29573b579fdbf2560249159f25fbed348b4565fab49f58469be200a64e43affa58a1eeaaf2ecbef2
+DIST wl-clipboard-2.0.0.tar.gz 41922 BLAKE2B 
6c133f4fc1d70871942cc8ab8ed709a300b9f1370b14869840ed620d866aedc18df8955fcade78affa9317aaee2a1f5c57d04e2e735c94c96049e29e019aadf8
 SHA512 
a719b7197b0dec247ef50d800d8f10f3c377e41ff6d79ebfb4da50f2581d24a25ff987985e7a8f68842fdf8e706527d0b9ee3545c0044673110963b3ba8b55f1

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
similarity index 84%
rename from gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
rename to gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
index 49a565608a8..d7fcf533747 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
-   SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-09-16 Thread Matthew Thode
commit: 00c84567032dd39bf7476e158a0254d70529d755
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 16 18:23:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Sep 16 18:23:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c84567

gui-apps/wl-clipboard: 2.0.0_beta2 bump

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest  | 2 +-
 ...{wl-clipboard-2.0.0_beta1.ebuild => wl-clipboard-2.0.0_beta2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 97f8b56fffc..0fb64601172 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1,2 +1,2 @@
 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
-DIST wl-clipboard-2.0.0_beta1.tar.gz 39963 BLAKE2B 
d8c624fd395bbb7d233c9b5b0c3f4ddf369288712498625caaad427616ff190fb3512cccfc4b4506835e6bf9dc432a272fc6696058ec31a1b3355b1a06b5e76a
 SHA512 
d11a89f8a8996f0aba9eb30ddd87715f65390459baccc9f20cb04864c1fdd54f8efe5b10a1eb470efa2b72be871e27fd5fe72df3a61c0b53e5ff41dc111b82ca
+DIST wl-clipboard-2.0.0_beta2.tar.gz 41616 BLAKE2B 
0200aa5f6d506eec20fbccade891c200e39c09336baf1d74fcc6d3d51f93091fa273cc2b2b061f53a152e590af4fd7e403427f5998c91a037dd4b162e404f98b
 SHA512 
94cbf63b8f02bf0d2c12497e46a5bbceb54514b0a08e2e6a29573b579fdbf2560249159f25fbed348b4565fab49f58469be200a64e43affa58a1eeaaf2ecbef2

diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild
similarity index 100%
rename from gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
rename to gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta2.ebuild



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-09-16 Thread Matthew Thode
commit: cf4f23297090ea6f789a07d4d4b9aaef7548f312
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 16 16:45:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Sep 16 16:45:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4f2329

gui-apps/wl-clipboard: 2.0.0_beta1 bump

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 gui-apps/wl-clipboard/Manifest |  1 +
 .../wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 3c882e36cd2..97f8b56fffc 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1 +1,2 @@
 DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 
02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299
 SHA512 
328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
+DIST wl-clipboard-2.0.0_beta1.tar.gz 39963 BLAKE2B 
d8c624fd395bbb7d233c9b5b0c3f4ddf369288712498625caaad427616ff190fb3512cccfc4b4506835e6bf9dc432a272fc6696058ec31a1b3355b1a06b5e76a
 SHA512 
d11a89f8a8996f0aba9eb30ddd87715f65390459baccc9f20cb04864c1fdd54f8efe5b10a1eb470efa2b72be871e27fd5fe72df3a61c0b53e5ff41dc111b82ca

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
new file mode 100644
index 000..49a565608a8
--- /dev/null
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Wayland clipboard utilities"
+HOMEPAGE="https://github.com/bugaevc/wl-clipboard;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
+else
+   SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-04-24 Thread Thomas Deutschmann
commit: a1a460f916c297748f2ce6643bdc7fb5b6e259b6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Apr 24 23:02:01 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Apr 24 23:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a460f9

gui-apps/wl-clipboard: x86 stable (bug #682942)

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
index 9537f26fd38..0637e5ff3bb 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-04-09 Thread Aaron Bauman
commit: 837c91e63339bf27e257a89a82fa7d1918457c77
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 10 05:02:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 10 05:02:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837c91e6

gui-apps/wl-clipboard: arm64 keyworded (bug #682992)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
index 83f3a8a823c..9537f26fd38 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/wl-clipboard/

2019-04-09 Thread Aaron Bauman
commit: 8fd90e42a49549e507f2aab97aed74303a069baf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Apr 10 02:59:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Apr 10 02:59:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd90e42

gui-apps/wl-clipboard: amd64 stable wrt bug #682942

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild 
b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
index d7fcf533747..83f3a8a823c 100644
--- a/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
+++ b/gui-apps/wl-clipboard/wl-clipboard-1.0.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git;
 else
SRC_URI="https://github.com/bugaevc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"