public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wayvnc/
Date: Sun, 19 Mar 2023 10:46:18 +0000 (UTC)	[thread overview]
Message-ID: <1679222763.63863cc76e34787fc263fcf90ed0fd92acf24469.chewi@gentoo> (raw)

commit:     63863cc76e34787fc263fcf90ed0fd92acf24469
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 10:45:00 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 10:46:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63863cc7

gui-apps/wayvnc: Bump to 0.6.2, drop old 0.4.0-r1

Locks the neatvnc dependency to a compatible version.

Closes: https://bugs.gentoo.org/888641
Closes: https://bugs.gentoo.org/891113
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 gui-apps/wayvnc/Manifest                                        | 2 +-
 gui-apps/wayvnc/{wayvnc-0.4.0-r1.ebuild => wayvnc-0.6.2.ebuild} | 6 +++---
 gui-apps/wayvnc/wayvnc-9999.ebuild                              | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/gui-apps/wayvnc/Manifest b/gui-apps/wayvnc/Manifest
index 1bc4a3ef8614..dd41ad737c7f 100644
--- a/gui-apps/wayvnc/Manifest
+++ b/gui-apps/wayvnc/Manifest
@@ -1 +1 @@
-DIST wayvnc-0.4.0.tar.gz 52157 BLAKE2B 7c8456d5136ef361ca7dd72ffa7501514eeb7a61ae1777a02391fb7fceea6b020d68951300ab76254f2afd5e2610fe66ce0f461d18dc38522706691438f4620e SHA512 b8f1af24213077dc6126ae1f613b9cdeed8f365f9d1989a5b053563f0eb4bc49921e746e0f1026fe0e02bfeea23b912798678a5a337a052d977aa04496a75570
+DIST wayvnc-0.6.2.tar.gz 81684 BLAKE2B a5462dc27b077218d757e028481422b179b9fd525e05e15860f5784cfb2d2d4c229777e647489d75491a370d8ec8a213fbdbd113265431c220ad75919ab8e827 SHA512 ab45206cf7d3de58c45725c1636304abcec4d92ea52b46a1e0f67013eaeb1eaef4e4504e475bdc99939963d74019327d8610568bc305d069cc5586c43cf9c5d8

diff --git a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild
similarity index 89%
rename from gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild
rename to gui-apps/wayvnc/wayvnc-0.6.2.ebuild
index e865d2f0eb35..ea2a54a18724 100644
--- a/gui-apps/wayvnc/wayvnc-0.4.0-r1.ebuild
+++ b/gui-apps/wayvnc/wayvnc-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,9 +21,9 @@ SLOT="0"
 IUSE="gbm tracing"
 
 RDEPEND="
-	dev-libs/aml
+	=dev-libs/aml-0.3*
 	dev-libs/wayland
-	gui-libs/neatvnc[tracing?]
+	=gui-libs/neatvnc-0.6*[tracing?]
 	media-libs/mesa:=[egl(+),gles2,gbm(+)?]
 	x11-libs/libxkbcommon
 	x11-libs/pixman

diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild
index 9aeac3a3cd46..ea2a54a18724 100644
--- a/gui-apps/wayvnc/wayvnc-9999.ebuild
+++ b/gui-apps/wayvnc/wayvnc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/any1/wayvnc.git"
 else
 	SRC_URI="https://github.com/any1/wayvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~riscv ~x86"
 fi
 
 LICENSE="ISC"
@@ -21,9 +21,9 @@ SLOT="0"
 IUSE="gbm tracing"
 
 RDEPEND="
-	dev-libs/aml
+	=dev-libs/aml-0.3*
 	dev-libs/wayland
-	gui-libs/neatvnc[tracing?]
+	=gui-libs/neatvnc-0.6*[tracing?]
 	media-libs/mesa:=[egl(+),gles2,gbm(+)?]
 	x11-libs/libxkbcommon
 	x11-libs/pixman


             reply	other threads:[~2023-03-19 10:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 10:46 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-27 21:09 [gentoo-commits] repo/gentoo:master commit in: gui-apps/wayvnc/ James Le Cuirot
2024-04-26 21:37 James Le Cuirot
2024-04-26 21:37 James Le Cuirot
2024-03-16 19:32 Arthur Zamarin
2024-01-27  9:16 Joonas Niilola
2023-03-26 14:11 James Le Cuirot
2021-10-31  0:19 Sam James
2021-07-21  2:22 Yixun Lan
2021-01-25 14:55 Aaron Bauman

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=1679222763.63863cc76e34787fc263fcf90ed0fd92acf24469.chewi@gentoo \
    --to=chewi@gentoo.org \
    --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