public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/eww/
Date: Sat, 13 Apr 2024 15:06:11 +0000 (UTC)	[thread overview]
Message-ID: <1713020734.fb2a9fe74339f73c918554d9d21eddbdf8a83625.julien@gentoo> (raw)

commit:     fb2a9fe74339f73c918554d9d21eddbdf8a83625
Author:     Robert Günzler <r <AT> gnzler <DOT> io>
AuthorDate: Sat Apr 13 14:48:05 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 15:05:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb2a9fe7

gui-apps/eww: add 0.5.0-r3 and update 9999

bring back --no-default-features to allow USE=-X builds

Signed-off-by: Robert Günzler <r <AT> gnzler.io>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/eww/{eww-9999.ebuild => eww-0.5.0-r3.ebuild} | 9 +--------
 gui-apps/eww/eww-9999.ebuild                          | 2 +-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-0.5.0-r3.ebuild
similarity index 98%
copy from gui-apps/eww/eww-9999.ebuild
copy to gui-apps/eww/eww-0.5.0-r3.ebuild
index c86ed96dd8..9848ca027f 100644
--- a/gui-apps/eww/eww-9999.ebuild
+++ b/gui-apps/eww/eww-0.5.0-r3.ebuild
@@ -328,13 +328,6 @@ DEPEND="
 	sys-devel/gcc
 	gui-libs/gtk-layer-shell
 "
-BDEPEND="
-	$DEPEND
-	dev-lang/rust[nightly]
-"
-RDEPEND="
-	$DEPEND
-"
 
 QA_FLAGS_IGNORED="usr/bin/.*"
 
@@ -352,7 +345,7 @@ src_configure() {
 		$(usev X x11)
 		$(usev wayland wayland)
 	)
-	cargo_src_configure
+	cargo_src_configure --no-default-features
 }
 
 src_compile() {

diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild
index c86ed96dd8..e12833ab28 100644
--- a/gui-apps/eww/eww-9999.ebuild
+++ b/gui-apps/eww/eww-9999.ebuild
@@ -352,7 +352,7 @@ src_configure() {
 		$(usev X x11)
 		$(usev wayland wayland)
 	)
-	cargo_src_configure
+	cargo_src_configure --no-default-features
 }
 
 src_compile() {


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/eww/
Date: Sat, 13 Apr 2024 15:10:45 +0000 (UTC)	[thread overview]
Message-ID: <1713020734.fb2a9fe74339f73c918554d9d21eddbdf8a83625.julien@gentoo> (raw)
Message-ID: <20240413151045.G2SXKQvrMzh3neyg8gxlaHGAqwrkcul_VSUiV6gsrqI@z> (raw)

commit:     fb2a9fe74339f73c918554d9d21eddbdf8a83625
Author:     Robert Günzler <r <AT> gnzler <DOT> io>
AuthorDate: Sat Apr 13 14:48:05 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 15:05:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb2a9fe7

gui-apps/eww: add 0.5.0-r3 and update 9999

bring back --no-default-features to allow USE=-X builds

Signed-off-by: Robert Günzler <r <AT> gnzler.io>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/eww/{eww-9999.ebuild => eww-0.5.0-r3.ebuild} | 9 +--------
 gui-apps/eww/eww-9999.ebuild                          | 2 +-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-0.5.0-r3.ebuild
similarity index 98%
copy from gui-apps/eww/eww-9999.ebuild
copy to gui-apps/eww/eww-0.5.0-r3.ebuild
index c86ed96dd8..9848ca027f 100644
--- a/gui-apps/eww/eww-9999.ebuild
+++ b/gui-apps/eww/eww-0.5.0-r3.ebuild
@@ -328,13 +328,6 @@ DEPEND="
 	sys-devel/gcc
 	gui-libs/gtk-layer-shell
 "
-BDEPEND="
-	$DEPEND
-	dev-lang/rust[nightly]
-"
-RDEPEND="
-	$DEPEND
-"
 
 QA_FLAGS_IGNORED="usr/bin/.*"
 
@@ -352,7 +345,7 @@ src_configure() {
 		$(usev X x11)
 		$(usev wayland wayland)
 	)
-	cargo_src_configure
+	cargo_src_configure --no-default-features
 }
 
 src_compile() {

diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild
index c86ed96dd8..e12833ab28 100644
--- a/gui-apps/eww/eww-9999.ebuild
+++ b/gui-apps/eww/eww-9999.ebuild
@@ -352,7 +352,7 @@ src_configure() {
 		$(usev X x11)
 		$(usev wayland wayland)
 	)
-	cargo_src_configure
+	cargo_src_configure --no-default-features
 }
 
 src_compile() {


             reply	other threads:[~2024-04-13 15:06 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 15:06 Julien Roy [this message]
2024-04-13 15:10 ` [gentoo-commits] repo/proj/guru:master commit in: gui-apps/eww/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 19:55 [gentoo-commits] repo/proj/guru:dev " Gonçalo Negrier Duarte
2024-09-05 19:50 Gonçalo Negrier Duarte
2024-05-09 13:46 Lucio Sauer
2024-05-09 13:46 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-04-13 15:10 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 15:06 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-02-25 20:10 Jonas Frei
2024-02-25 17:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-25 16:56 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-25 13:32 Gonçalo Negrier Duarte
2024-02-22 17:42 Julien Roy
2024-02-21 16:00 Gonçalo Negrier Duarte
2024-02-19 12:39 Gonçalo Negrier Duarte
2023-11-08 11:50 Gonçalo Negrier Duarte
2023-10-31 18:33 Gonçalo Negrier Duarte
2023-10-29 20:24 Gonçalo Negrier Duarte
2023-10-29 20:24 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-19 15:19 Gonçalo Negrier Duarte
2023-07-19 14:46 Gonçalo Negrier Duarte
2022-12-06  3:57 Julien Roy
2022-12-02  4:29 Julien Roy
2022-10-16 11:29 Luciano Degni
2022-07-30 23:09 Pascal Jäger

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=1713020734.fb2a9fe74339f73c918554d9d21eddbdf8a83625.julien@gentoo \
    --to=julien@jroy.ca \
    --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