public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/rbw/
Date: Sun, 28 Jul 2024 21:12:12 +0000 (UTC)	[thread overview]
Message-ID: <1722200812.7f1048b0c59b677c7de988b1a7cdb39147d2737d.watermanpaint@gentoo> (raw)

commit:     7f1048b0c59b677c7de988b1a7cdb39147d2737d
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jul 28 21:06:52 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jul 28 21:06:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f1048b0

app-admin/rbw: advertise optional Wayland clipboard support

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/rbw/rbw-1.11.1-r1.ebuild | 10 +++++++---
 app-admin/rbw/rbw-9999.ebuild      | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/app-admin/rbw/rbw-1.11.1-r1.ebuild b/app-admin/rbw/rbw-1.11.1-r1.ebuild
index a1405bed3..8b12bc7e4 100644
--- a/app-admin/rbw/rbw-1.11.1-r1.ebuild
+++ b/app-admin/rbw/rbw-1.11.1-r1.ebuild
@@ -300,7 +300,7 @@ CRATES="
 	zeroize@1.8.1
 "
 
-inherit cargo shell-completion
+inherit cargo optfeature shell-completion
 
 DESCRIPTION="Unofficial Bitwarden CLI"
 HOMEPAGE="https://git.tozt.net/rbw"
@@ -321,8 +321,6 @@ LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016"
 LICENSE+=" openssl"
 SLOT="0"
 
-# copypasta crate provides wayland clipboard support via dlopen calls against
-# libwayland-client.so
 RDEPEND="app-crypt/pinentry"
 BDEPEND=">=virtual/rust-1.74"
 
@@ -361,3 +359,9 @@ src_install() {
 	newzshcomp rbw.zsh _rbw
 	einstalldocs
 }
+
+pkg_postinst() {
+	# copypasta crate provides wayland clipboard support via dlopen calls against
+	# libwayland-client.so
+	optfeature "Wayland clipboard support" dev-libs/wayland
+}

diff --git a/app-admin/rbw/rbw-9999.ebuild b/app-admin/rbw/rbw-9999.ebuild
index d884f0d3b..2e93ac20b 100644
--- a/app-admin/rbw/rbw-9999.ebuild
+++ b/app-admin/rbw/rbw-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cargo shell-completion
+inherit cargo optfeature shell-completion
 
 DESCRIPTION="Unofficial Bitwarden CLI"
 HOMEPAGE="https://git.tozt.net/rbw"
@@ -24,8 +24,6 @@ LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016"
 LICENSE+=" openssl"
 SLOT="0"
 
-# copypasta crate provides wayland clipboard support via dlopen calls against
-# libwayland-client.so
 RDEPEND="app-crypt/pinentry"
 BDEPEND=">=virtual/rust-1.74"
 
@@ -64,3 +62,9 @@ src_install() {
 	newzshcomp rbw.zsh _rbw
 	einstalldocs
 }
+
+pkg_postinst() {
+	# copypasta crate provides wayland clipboard support via dlopen calls against
+	# libwayland-client.so
+	optfeature "Wayland clipboard support" dev-libs/wayland
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/rbw/
Date: Sun, 28 Jul 2024 21:21:03 +0000 (UTC)	[thread overview]
Message-ID: <1722200812.7f1048b0c59b677c7de988b1a7cdb39147d2737d.watermanpaint@gentoo> (raw)
Message-ID: <20240728212103.9hxkg9ZJJP4PckrwZV8sWtuVktJgnmYmuguIq_j6fEI@z> (raw)

commit:     7f1048b0c59b677c7de988b1a7cdb39147d2737d
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jul 28 21:06:52 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jul 28 21:06:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f1048b0

app-admin/rbw: advertise optional Wayland clipboard support

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/rbw/rbw-1.11.1-r1.ebuild | 10 +++++++---
 app-admin/rbw/rbw-9999.ebuild      | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/app-admin/rbw/rbw-1.11.1-r1.ebuild b/app-admin/rbw/rbw-1.11.1-r1.ebuild
index a1405bed3..8b12bc7e4 100644
--- a/app-admin/rbw/rbw-1.11.1-r1.ebuild
+++ b/app-admin/rbw/rbw-1.11.1-r1.ebuild
@@ -300,7 +300,7 @@ CRATES="
 	zeroize@1.8.1
 "
 
-inherit cargo shell-completion
+inherit cargo optfeature shell-completion
 
 DESCRIPTION="Unofficial Bitwarden CLI"
 HOMEPAGE="https://git.tozt.net/rbw"
@@ -321,8 +321,6 @@ LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016"
 LICENSE+=" openssl"
 SLOT="0"
 
-# copypasta crate provides wayland clipboard support via dlopen calls against
-# libwayland-client.so
 RDEPEND="app-crypt/pinentry"
 BDEPEND=">=virtual/rust-1.74"
 
@@ -361,3 +359,9 @@ src_install() {
 	newzshcomp rbw.zsh _rbw
 	einstalldocs
 }
+
+pkg_postinst() {
+	# copypasta crate provides wayland clipboard support via dlopen calls against
+	# libwayland-client.so
+	optfeature "Wayland clipboard support" dev-libs/wayland
+}

diff --git a/app-admin/rbw/rbw-9999.ebuild b/app-admin/rbw/rbw-9999.ebuild
index d884f0d3b..2e93ac20b 100644
--- a/app-admin/rbw/rbw-9999.ebuild
+++ b/app-admin/rbw/rbw-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cargo shell-completion
+inherit cargo optfeature shell-completion
 
 DESCRIPTION="Unofficial Bitwarden CLI"
 HOMEPAGE="https://git.tozt.net/rbw"
@@ -24,8 +24,6 @@ LICENSE+=" Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016"
 LICENSE+=" openssl"
 SLOT="0"
 
-# copypasta crate provides wayland clipboard support via dlopen calls against
-# libwayland-client.so
 RDEPEND="app-crypt/pinentry"
 BDEPEND=">=virtual/rust-1.74"
 
@@ -64,3 +62,9 @@ src_install() {
 	newzshcomp rbw.zsh _rbw
 	einstalldocs
 }
+
+pkg_postinst() {
+	# copypasta crate provides wayland clipboard support via dlopen calls against
+	# libwayland-client.so
+	optfeature "Wayland clipboard support" dev-libs/wayland
+}


             reply	other threads:[~2024-07-28 21:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-28 21:12 Lucio Sauer [this message]
2024-07-28 21:21 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/rbw/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-07-29 10:29 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-29 10:29 Lucio Sauer
2024-07-28 21:12 Lucio Sauer
2024-07-28 21:12 Lucio Sauer
2024-07-04  2:18 Lucio Sauer
2024-07-04  2:18 Lucio Sauer
2024-07-04  2:18 Lucio Sauer
2023-05-01 19:31 Anna Vyalkova
2023-04-22 23:12 Tony Olagbaiye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722200812.7f1048b0c59b677c7de988b1a7cdb39147d2737d.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox