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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A618A1581E7 for ; Fri, 26 Apr 2024 21:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783EBE29F7; Fri, 26 Apr 2024 21:37:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F49FE29F7 for ; Fri, 26 Apr 2024 21:37:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E064343010 for ; Fri, 26 Apr 2024 21:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040E5171C for ; Fri, 26 Apr 2024 21:37:39 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1714167443.aebf7ffcc4bda5e9c31c6fbc52df7baa1ccf91d2.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/neatvnc/Manifest gui-libs/neatvnc/neatvnc-0.7.0.ebuild X-VCS-Directories: gui-libs/neatvnc/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: aebf7ffcc4bda5e9c31c6fbc52df7baa1ccf91d2 X-VCS-Branch: master Date: Fri, 26 Apr 2024 21:37:39 +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: 4a7ca3a6-2b12-4d04-91ba-ce37ebe4ef18 X-Archives-Hash: 0ac19897485a8ec95be149987f17cbf5 commit: aebf7ffcc4bda5e9c31c6fbc52df7baa1ccf91d2 Author: James Le Cuirot gentoo org> AuthorDate: Fri Apr 26 21:35:03 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Apr 26 21:37:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebf7ffc gui-libs/neatvnc: Drop old 0.7.0 Signed-off-by: James Le Cuirot gentoo.org> gui-libs/neatvnc/Manifest | 1 - gui-libs/neatvnc/neatvnc-0.7.0.ebuild | 62 ----------------------------------- 2 files changed, 63 deletions(-) diff --git a/gui-libs/neatvnc/Manifest b/gui-libs/neatvnc/Manifest index 2551f90ce196..a9370b3619d2 100644 --- a/gui-libs/neatvnc/Manifest +++ b/gui-libs/neatvnc/Manifest @@ -1,2 +1 @@ -DIST neatvnc-0.7.0.tar.gz 660642 BLAKE2B ae14f3d35839ae141d6cce760c118f6605b66c16e3d8e6fae4606deaa63adacab13d3c8dbc001a3937f4f1f6f9c908607176ea36a914d39a126730c77f3470c7 SHA512 79abf2f6d5676e1d8dc9f70a341ae0247ae20dd95f8724d27c667ae42d45c8b5f4de2321c0dad6278e0eebefbcda0a512da917fa6e5def801f938875bdab18d0 DIST neatvnc-0.8.0.tar.gz 661726 BLAKE2B 075831ad8f2a4e209b316b848ac2f5b2dbcd0ecf36e2ecc2b264be255ca0250d9a61ae5df1c522c310459cc2a536958cb01567ee640fca52db3966329d89cd09 SHA512 bd5bfbcec88711a64eb45c12cad208d594f24e3812d98ccb9eb3a3f8a933df3040fcb21e4bdf0df3ea44332096b6f0bca6dcb8f4be15d42541ab98b2295d4091 diff --git a/gui-libs/neatvnc/neatvnc-0.7.0.ebuild b/gui-libs/neatvnc/neatvnc-0.7.0.ebuild deleted file mode 100644 index 4bd7e8b6b4c3..000000000000 --- a/gui-libs/neatvnc/neatvnc-0.7.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Liberally licensed VNC server library with a clean interface" -HOMEPAGE="https://github.com/any1/neatvnc/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/any1/neatvnc.git" -else - SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="examples gbm h264 jpeg ssl test tracing websockets" -REQUIRED_USE="h264? ( gbm )" -RESTRICT="!test? ( test )" - -RDEPEND=" - =dev-libs/aml-0.3* - sys-libs/zlib - x11-libs/pixman - gbm? ( media-libs/mesa ) - h264? ( - media-video/ffmpeg:= - x11-libs/libdrm - ) - jpeg? ( media-libs/libjpeg-turbo:= ) - ssl? ( net-libs/gnutls:= ) - tracing? ( dev-debug/systemtap ) - websockets? ( - dev-libs/gmp:= - dev-libs/nettle:=[gmp] - ) -" -DEPEND=" - ${RDEPEND} - x11-libs/libdrm -" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_use examples) - $(meson_use test tests) - $(meson_feature jpeg) - $(meson_feature ssl tls) - $(meson_feature websockets nettle) - $(meson_use tracing systemtap) - $(meson_feature gbm) - $(meson_feature h264) - ) - meson_src_configure -}