From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3ED4215852A for ; Sun, 18 Aug 2024 16:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A9BE2A09; Sun, 18 Aug 2024 16:41:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33859E2A09 for ; Sun, 18 Aug 2024 16:41:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 072CA3406A2 for ; Sun, 18 Aug 2024 16:41:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61AB1D57 for ; Sun, 18 Aug 2024 16:41:08 +0000 (UTC) From: "Dale Sweeney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Sweeney" Message-ID: <1723998953.78ec3637cd6614e0bf491560f4fe00bb80ae61f2.agooglygooglr@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/wlvncc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/wlvncc/Manifest net-misc/wlvncc/wlvncc-20240818.ebuild net-misc/wlvncc/wlvncc-9999.ebuild X-VCS-Directories: net-misc/wlvncc/ X-VCS-Committer: agooglygooglr X-VCS-Committer-Name: Dale Sweeney X-VCS-Revision: 78ec3637cd6614e0bf491560f4fe00bb80ae61f2 X-VCS-Branch: dev Date: Sun, 18 Aug 2024 16:41:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 851fa6d9-4585-4c24-add8-3aa5da0656bb X-Archives-Hash: 29765fe5feb1567700f66ee627a8f20b commit: 78ec3637cd6614e0bf491560f4fe00bb80ae61f2 Author: Dale Sweeney gmail com> AuthorDate: Sun Aug 18 16:34:26 2024 +0000 Commit: Dale Sweeney gmail com> CommitDate: Sun Aug 18 16:35:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78ec3637 net-misc/wlvncc: Add snapshot ebuild Signed-off-by: Dale Sweeney gmail.com> net-misc/wlvncc/Manifest | 1 + .../{wlvncc-9999.ebuild => wlvncc-20240818.ebuild} | 20 +++++++------------- net-misc/wlvncc/wlvncc-9999.ebuild | 14 +++----------- 3 files changed, 11 insertions(+), 24 deletions(-) diff --git a/net-misc/wlvncc/Manifest b/net-misc/wlvncc/Manifest new file mode 100644 index 000000000..767cebcdd --- /dev/null +++ b/net-misc/wlvncc/Manifest @@ -0,0 +1 @@ +DIST 174ad8aef7978c242861a66c481a7ca25dc04e37.tar.gz 163535 BLAKE2B 85bf0e34a26d449588538d09b507cdebb7294f560fa64d4f9bc1de490e873323bedec7cfebc0e514bef4f81d3d28cc8e4f3b3423c88380c5d2bfa27d48bc3a9e SHA512 83ca0d99b2ab3c81085242b5ae3004eef717b068f25abb370c775372e344907c8e4412bf76ccf77c8029e900adc406a935c94060930144edae241a139fa943b9 diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-20240818.ebuild similarity index 67% copy from net-misc/wlvncc/wlvncc-9999.ebuild copy to net-misc/wlvncc/wlvncc-20240818.ebuild index 871ffe385..287ac7f2e 100644 --- a/net-misc/wlvncc/wlvncc-9999.ebuild +++ b/net-misc/wlvncc/wlvncc-20240818.ebuild @@ -2,30 +2,24 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 +COMMIT="174ad8aef7978c242861a66c481a7ca25dc04e37" -inherit git-r3 meson +inherit meson -EGIT_REPO_URI="https://github.com/any1/wlvncc" +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" LICENSE="GPL-2" SLOT="0" +DEPEND=" + dev-libs/wayland-protocols +" RDEPEND=" dev-libs/aml x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland " -BDEPEND=" - dev-libs/wayland-protocols -" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install -} diff --git a/net-misc/wlvncc/wlvncc-9999.ebuild b/net-misc/wlvncc/wlvncc-9999.ebuild index 871ffe385..1caf58191 100644 --- a/net-misc/wlvncc/wlvncc-9999.ebuild +++ b/net-misc/wlvncc/wlvncc-9999.ebuild @@ -12,20 +12,12 @@ HOMEPAGE="https://github.com/any1/wlvncc" LICENSE="GPL-2" SLOT="0" +DEPEND=" + dev-libs/wayland-protocols +" RDEPEND=" dev-libs/aml x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland " -BDEPEND=" - dev-libs/wayland-protocols -" - -src_configure() { - meson_src_configure -} - -src_install() { - meson_src_install -}