public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
  2024-08-19 16:08 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2024-08-19 16:33 ` Lucio Sauer
  0 siblings, 0 replies; 10+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0578d9adcb1f741460eefd17f1daed76388a343a
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Aug 19 15:08:46 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 15:10:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0578d9ad

net-misc/wlvncc: rename bad filename to ${P}.gh.tar.gz

Misc QA fixes:
- variable order
- inconsistent indentation
- double empty line
- bad usage of static-value variables in repo URL

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

 net-misc/wlvncc/Manifest               |  2 +-
 net-misc/wlvncc/wlvncc-20240818.ebuild | 16 ++++++++--------
 net-misc/wlvncc/wlvncc-9999.ebuild     | 13 ++++++-------
 3 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index 767cebcdd..607b6fda3 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1 +1 @@
-DIST 174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
+DIST wlvncc-20240818.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9

diff --git a/net-misc/wlvncc/wlvncc-20240818.ebuild b/net-misc/wlvncc/wlvncc-20240818.ebuild
index 287ac7f2e..1c2f14169 100644
--- a/net-misc/wlvncc/wlvncc-20240818.ebuild
+++ b/net-misc/wlvncc/wlvncc-20240818.ebuild
@@ -6,20 +6,20 @@ COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37"
 
 inherit meson
 
-SRC_URI="https://github.com/any1/${PN}/archive/${COMMIT}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
 DESCRIPTION="A Wayland Native VNC Client"
 HOMEPAGE="https://github.com/any1/wlvncc"
+SRC_URI="https://github.com/any1/wlvncc/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
 LICENSE="GPL-2"
 SLOT="0"
 
 DEPEND="
-    dev-libs/wayland-protocols
+	dev-libs/wayland-protocols
 "
 RDEPEND="
-    dev-libs/aml
-    x11-libs/libxkbcommon
-    x11-libs/pixman
-    dev-libs/wayland
+	dev-libs/aml
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+	dev-libs/wayland
 "

diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild
index 1caf58191..5d5a2d546 100644
--- a/net-misc/wlvncc/wlvncc-9999.ebuild
+++ b/net-misc/wlvncc/wlvncc-9999.ebuild
@@ -5,19 +5,18 @@ EAPI=8
 
 inherit git-r3 meson
 
-EGIT_REPO_URI="https://github.com/any1/wlvncc"
-
 DESCRIPTION="A Wayland Native VNC Client"
 HOMEPAGE="https://github.com/any1/wlvncc"
+EGIT_REPO_URI="https://github.com/any1/wlvncc"
 LICENSE="GPL-2"
 SLOT="0"
 
 DEPEND="
-    dev-libs/wayland-protocols
+	dev-libs/wayland-protocols
 "
 RDEPEND="
-    dev-libs/aml
-    x11-libs/libxkbcommon
-    x11-libs/pixman
-    dev-libs/wayland
+	dev-libs/aml
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+	dev-libs/wayland
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
  2024-08-19 16:08 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
@ 2024-08-19 16:33 ` Lucio Sauer
  0 siblings, 0 replies; 10+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     1b727d48c68649f0957f950bc9cb982329bb32bc
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Aug 19 15:50:00 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 15:52:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b727d48

net-misc/wlvncc: add 20240817, drop 20240818

This snapshot ebuild packages the repo at 2024-08-17, not the 18th.
This version downgrade should hopefully be okay since 20240818 hasn't
been merged into master yet.

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

 net-misc/wlvncc/Manifest                                           | 2 +-
 net-misc/wlvncc/{wlvncc-20240818.ebuild => wlvncc-20240817.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index 607b6fda3..8faa2e2ab 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1 +1 @@
-DIST wlvncc-20240818.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
+DIST wlvncc-20240817.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9

diff --git a/net-misc/wlvncc/wlvncc-20240818.ebuild b/net-misc/wlvncc/wlvncc-20240817.ebuild
similarity index 100%
rename from net-misc/wlvncc/wlvncc-20240818.ebuild
rename to net-misc/wlvncc/wlvncc-20240817.ebuild


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2024-11-28 12:59 Julien Roy
  0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2024-11-28 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     76903a1b438bde15116dfea597b834a2f3f30db9
Author:     Aidan Harris <me <AT> aidanharr <DOT> is>
AuthorDate: Thu Nov 28 12:48:00 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Nov 28 12:48:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76903a1b

net-misc/wlvncc: Update DOCS

Signed-off-by: Aidan Harris <me <AT> aidanharr.is>

 net-misc/wlvncc/wlvncc-99999999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/wlvncc/wlvncc-99999999.ebuild b/net-misc/wlvncc/wlvncc-99999999.ebuild
index 5d5a2d546..f3eb35253 100644
--- a/net-misc/wlvncc/wlvncc-99999999.ebuild
+++ b/net-misc/wlvncc/wlvncc-99999999.ebuild
@@ -11,6 +11,8 @@ EGIT_REPO_URI="https://github.com/any1/wlvncc"
 LICENSE="GPL-2"
 SLOT="0"
 
+DOCS=("README.md" "scripts/auth-script.sh")
+
 DEPEND="
 	dev-libs/wayland-protocols
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2024-11-28 12:59 Julien Roy
  0 siblings, 0 replies; 10+ messages in thread
From: Julien Roy @ 2024-11-28 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b86d5253231abb35cc3c495e6b6853a91fe84456
Author:     Aidan Harris <me <AT> aidanharr <DOT> is>
AuthorDate: Thu Nov 28 12:39:49 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Thu Nov 28 12:40:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b86d5253

net-misc/wlvncc: Re-name live ebuild

By definition the live ebuild should have a version number higher than the snapshots

Signed-off-by: Aidan Harris <me <AT> aidanharr.is>

 net-misc/wlvncc/{wlvncc-9999.ebuild => wlvncc-99999999.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-99999999.ebuild
similarity index 100%
rename from net-misc/wlvncc/wlvncc-9999.ebuild
rename to net-misc/wlvncc/wlvncc-99999999.ebuild


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-01-22 14:53 Haelwenn Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Haelwenn Monnier @ 2025-01-22 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     355c3ad5ee78f8fd8bcb180bb6be0583fb48ffbb
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Wed Jan 22 08:50:37 2025 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jan 22 08:50:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=355c3ad5

net-misc/wlvncc: add 20250122

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 net-misc/wlvncc/Manifest               |  1 +
 net-misc/wlvncc/wlvncc-20250122.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index 8faa2e2ab..beb533ae0 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1 +1,2 @@
 DIST wlvncc-20240817.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
+DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild
new file mode 100644
index 000000000..bbb67fc17
--- /dev/null
+++ b/net-misc/wlvncc/wlvncc-20250122.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+COMMIT="d3073ef124172a6161e3bef075aaa8112b0115e9"
+
+inherit meson
+
+DESCRIPTION="A Wayland Native VNC Client"
+HOMEPAGE="https://github.com/any1/wlvncc"
+SRC_URI="https://github.com/any1/wlvncc/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	dev-libs/wayland-protocols
+"
+RDEPEND="
+	dev-libs/aml
+	x11-libs/libxkbcommon
+	x11-libs/pixman
+	dev-libs/wayland
+"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-02-13  9:56 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2025-02-13  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4d1202c427561881d8958c8a2059a809a02e4625
Author:     Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Wed Feb 12 15:10:45 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Feb 12 15:24:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d1202c4

net-misc/wlvncc: add missing KEYWORDS

Add missing KEYWORDS="~amd64"

Signed-off-by: Dale Showers <gentoo <AT> fictx.com>

 net-misc/wlvncc/wlvncc-20240817.ebuild | 3 ++-
 net-misc/wlvncc/wlvncc-20250122.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/wlvncc/wlvncc-20240817.ebuild b/net-misc/wlvncc/wlvncc-20240817.ebuild
index 1c2f14169..a451eb462 100644
--- a/net-misc/wlvncc/wlvncc-20240817.ebuild
+++ b/net-misc/wlvncc/wlvncc-20240817.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland-protocols

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild
index bbb67fc17..d55a99470 100644
--- a/net-misc/wlvncc/wlvncc-20250122.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250122.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
+KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland-protocols


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-03-08 11:18 Lucio Sauer
  0 siblings, 0 replies; 10+ messages in thread
From: Lucio Sauer @ 2025-03-08 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     309750d47e91ad15628a08d4399dc61bfbee29ec
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Fri Mar  7 19:14:21 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Mar  7 19:15:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=309750d4

net-misc/wlvncc: add 20250307, drop 20240817

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 net-misc/wlvncc/Manifest                                           | 2 +-
 net-misc/wlvncc/{wlvncc-20240817.ebuild => wlvncc-20250307.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index beb533ae0..eacf0cd2a 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1,2 +1,2 @@
-DIST wlvncc-20240817.gh.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9
 DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7
+DIST wlvncc-20250307.gh.tar.gz 171350 BLAKE2B 3fd745d3df3902386a77ea186f9d6285c73509d71a3fbbe3d90bc4e04fb65f8a7552b418380d8de840c919d052dc89c94c2754a89d33be05c2f7d302f98258a1 SHA512 b55d34a0c416ef5019ed10b7f15494d55b001a5eb73c2382f2e5d98c58735512db67e9ad299855980df331faf84905480bd13da3f1b6c48a0f4ff7898e5b03a7

diff --git a/net-misc/wlvncc/wlvncc-20240817.ebuild b/net-misc/wlvncc/wlvncc-20250307.ebuild
similarity index 90%
rename from net-misc/wlvncc/wlvncc-20240817.ebuild
rename to net-misc/wlvncc/wlvncc-20250307.ebuild
index a451eb462..a4348819b 100644
--- a/net-misc/wlvncc/wlvncc-20240817.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250307.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37"
+COMMIT="bec7a54fbb835824ac6f8cefbf50181189a5c510"
 
 inherit meson
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-06-30  8:40 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2025-06-30  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     644d8a273d33a9f8e728a219bf4b68a2a5444977
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Fri Jun 27 01:34:10 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jun 27 01:34:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=644d8a27

net-misc/wlvncc: Add libdrm depend and update to latest commit

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 net-misc/wlvncc/Manifest                                           | 1 +
 net-misc/wlvncc/wlvncc-20250122.ebuild                             | 1 +
 net-misc/wlvncc/wlvncc-20250307.ebuild                             | 1 +
 net-misc/wlvncc/{wlvncc-20250122.ebuild => wlvncc-20250626.ebuild} | 3 ++-
 net-misc/wlvncc/wlvncc-99999999.ebuild                             | 1 +
 5 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index eacf0cd2a6..d02953a00f 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1,2 +1,3 @@
 DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7
 DIST wlvncc-20250307.gh.tar.gz 171350 BLAKE2B 3fd745d3df3902386a77ea186f9d6285c73509d71a3fbbe3d90bc4e04fb65f8a7552b418380d8de840c919d052dc89c94c2754a89d33be05c2f7d302f98258a1 SHA512 b55d34a0c416ef5019ed10b7f15494d55b001a5eb73c2382f2e5d98c58735512db67e9ad299855980df331faf84905480bd13da3f1b6c48a0f4ff7898e5b03a7
+DIST wlvncc-20250626.gh.tar.gz 171524 BLAKE2B 9968419dbbada0263fdaacb9617b9fba2740c42a93a069933f604a0d7885c6ac4cf203b7969a7855518dd245b56894191547f2a9ffd10a37090a8162f87d53f5 SHA512 b7c7d2fbd95f549360f7f37795de0b82d77199d23e29b3d6d0537c8818638a448618f7eab7c6192dce643c40ce5d13db064ea060bbac88bb1328f48c5773eafa

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild
index d55a99470f..98be4a7b82 100644
--- a/net-misc/wlvncc/wlvncc-20250122.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250122.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland-protocols
+	x11-libs/libdrm
 "
 RDEPEND="
 	dev-libs/aml

diff --git a/net-misc/wlvncc/wlvncc-20250307.ebuild b/net-misc/wlvncc/wlvncc-20250307.ebuild
index a4348819be..b415711477 100644
--- a/net-misc/wlvncc/wlvncc-20250307.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250307.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland-protocols
+	x11-libs/libdrm
 "
 RDEPEND="
 	dev-libs/aml

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250626.ebuild
similarity index 87%
copy from net-misc/wlvncc/wlvncc-20250122.ebuild
copy to net-misc/wlvncc/wlvncc-20250626.ebuild
index d55a99470f..067cd41abd 100644
--- a/net-misc/wlvncc/wlvncc-20250122.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250626.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-COMMIT="d3073ef124172a6161e3bef075aaa8112b0115e9"
+COMMIT="a6a5463a9c69ce4db04d8d699dd58e1ba8560a0a"
 
 inherit meson
 
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
 
 DEPEND="
 	dev-libs/wayland-protocols
+	x11-libs/libdrm
 "
 RDEPEND="
 	dev-libs/aml

diff --git a/net-misc/wlvncc/wlvncc-99999999.ebuild b/net-misc/wlvncc/wlvncc-99999999.ebuild
index f3eb352537..a9215eaa75 100644
--- a/net-misc/wlvncc/wlvncc-99999999.ebuild
+++ b/net-misc/wlvncc/wlvncc-99999999.ebuild
@@ -15,6 +15,7 @@ DOCS=("README.md" "scripts/auth-script.sh")
 
 DEPEND="
 	dev-libs/wayland-protocols
+	x11-libs/libdrm
 "
 RDEPEND="
 	dev-libs/aml


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-07-15 12:21 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2025-07-15 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e6804145aff392be620bd71e2cf90befe8acfb5f
Author:     Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Jul 14 18:47:36 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 14 18:47:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6804145

net-misc/wlvncc: add dependency dev-libs/lzo

Will not compile without dev-libs/lzo
Upstream Bug: https://github.com/any1/wlvncc/issues/11

Signed-off-by: Dale Showers <gentoo <AT> fictx.com>

 net-misc/wlvncc/wlvncc-20250122.ebuild | 1 +
 net-misc/wlvncc/wlvncc-20250307.ebuild | 1 +
 net-misc/wlvncc/wlvncc-20250626.ebuild | 1 +
 net-misc/wlvncc/wlvncc-99999999.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild
index 98be4a7b82..d95036dba0 100644
--- a/net-misc/wlvncc/wlvncc-20250122.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250122.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	dev-libs/lzo
 	dev-libs/wayland-protocols
 	x11-libs/libdrm
 "

diff --git a/net-misc/wlvncc/wlvncc-20250307.ebuild b/net-misc/wlvncc/wlvncc-20250307.ebuild
index b415711477..bf93143345 100644
--- a/net-misc/wlvncc/wlvncc-20250307.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250307.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	dev-libs/lzo
 	dev-libs/wayland-protocols
 	x11-libs/libdrm
 "

diff --git a/net-misc/wlvncc/wlvncc-20250626.ebuild b/net-misc/wlvncc/wlvncc-20250626.ebuild
index 067cd41abd..1c1c91e8cc 100644
--- a/net-misc/wlvncc/wlvncc-20250626.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250626.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	dev-libs/lzo
 	dev-libs/wayland-protocols
 	x11-libs/libdrm
 "

diff --git a/net-misc/wlvncc/wlvncc-99999999.ebuild b/net-misc/wlvncc/wlvncc-99999999.ebuild
index a9215eaa75..c99cddf403 100644
--- a/net-misc/wlvncc/wlvncc-99999999.ebuild
+++ b/net-misc/wlvncc/wlvncc-99999999.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 DOCS=("README.md" "scripts/auth-script.sh")
 
 DEPEND="
+	dev-libs/lzo
 	dev-libs/wayland-protocols
 	x11-libs/libdrm
 "


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/
@ 2025-07-26 21:13 David Roman
  0 siblings, 0 replies; 10+ messages in thread
From: David Roman @ 2025-07-26 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     30ddbc768fba916b19769ea2ff6b1cf382787541
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Fri Jul 25 18:30:14 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul 25 18:30:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30ddbc76

net-misc/wlvncc: add 20250725, drop 20250122

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 net-misc/wlvncc/Manifest                                           | 2 +-
 net-misc/wlvncc/{wlvncc-20250122.ebuild => wlvncc-20250725.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest
index d02953a00f..d39a884ae8 100644
--- a/net-misc/wlvncc/Manifest
+++ b/net-misc/wlvncc/Manifest
@@ -1,3 +1,3 @@
-DIST wlvncc-20250122.gh.tar.gz 165381 BLAKE2B 685182e96fb79c5ca125c1b2724d28df10458d684afcc66f4219db9699c220b1560cdd8d0fb047152045773eaddcb992cab429118f828fd38e79555015285b98 SHA512 1f88ab06aa6a128b2bee7e8a8e7a82dde9be97dae9523a22c623a92a3ac33ea1725e1e1ccff8ccf57322a502b3bb7a50bfcaac45b2e3efb3a74679979752d3b7
 DIST wlvncc-20250307.gh.tar.gz 171350 BLAKE2B 3fd745d3df3902386a77ea186f9d6285c73509d71a3fbbe3d90bc4e04fb65f8a7552b418380d8de840c919d052dc89c94c2754a89d33be05c2f7d302f98258a1 SHA512 b55d34a0c416ef5019ed10b7f15494d55b001a5eb73c2382f2e5d98c58735512db67e9ad299855980df331faf84905480bd13da3f1b6c48a0f4ff7898e5b03a7
 DIST wlvncc-20250626.gh.tar.gz 171524 BLAKE2B 9968419dbbada0263fdaacb9617b9fba2740c42a93a069933f604a0d7885c6ac4cf203b7969a7855518dd245b56894191547f2a9ffd10a37090a8162f87d53f5 SHA512 b7c7d2fbd95f549360f7f37795de0b82d77199d23e29b3d6d0537c8818638a448618f7eab7c6192dce643c40ce5d13db064ea060bbac88bb1328f48c5773eafa
+DIST wlvncc-20250725.gh.tar.gz 173048 BLAKE2B fb3b9aac2bb9f71238c90acd5e7af7b966d5101b67d073b2750bcd4db247a154c305741c6928861b0e9570abc4288460785f924e001daab6fbd4fa273ec65d5e SHA512 d1e2c55bb5017d9bd00f5134f06ec049205eb2b97cacec550dedf34b2abd28a05a24666d764c35232fe6a6b5e8483730f54ea9e1ce9002edd8a57ce99a593fd5

diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250725.ebuild
similarity index 91%
rename from net-misc/wlvncc/wlvncc-20250122.ebuild
rename to net-misc/wlvncc/wlvncc-20250725.ebuild
index d95036dba0..ab726d4381 100644
--- a/net-misc/wlvncc/wlvncc-20250122.ebuild
+++ b/net-misc/wlvncc/wlvncc-20250725.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-COMMIT="d3073ef124172a6161e3bef075aaa8112b0115e9"
+COMMIT="bc6063aeacd4fbe9ac8f58f4ba3c5388b3e1f1f2"
 
 inherit meson
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-26 21:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30  8:40 [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-07-26 21:13 David Roman
2025-07-15 12:21 David Roman
2025-03-08 11:18 Lucio Sauer
2025-02-13  9:56 David Roman
2025-01-22 14:53 Haelwenn Monnier
2024-11-28 12:59 Julien Roy
2024-11-28 12:59 Julien Roy
2024-08-19 16:08 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-08-19 16:33 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-08-19 16:08 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-08-19 16:33 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox