From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E27415827B for ; Tue, 26 Aug 2025 21:31:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8150034103F for ; Tue, 26 Aug 2025 21:31:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 66408110561; Tue, 26 Aug 2025 21:31:27 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5F9AB110560 for ; Tue, 26 Aug 2025 21:31:27 +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 17102340ED3 for ; Tue, 26 Aug 2025 21:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F9934DD for ; Tue, 26 Aug 2025 21:31:25 +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: <1756243512.80e7e11c91f8e13b427e169430bf2dd51b02f141.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waypipe/waypipe-9999.ebuild X-VCS-Directories: gui-apps/waypipe/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 80e7e11c91f8e13b427e169430bf2dd51b02f141 X-VCS-Branch: master Date: Tue, 26 Aug 2025 21:31:25 +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: 6c4dd22a-499d-45c2-af1e-7c3c29b2e218 X-Archives-Hash: 2f023f7668510c300fe413244d9b8f4a commit: 80e7e11c91f8e13b427e169430bf2dd51b02f141 Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 26 21:25:12 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 26 21:25:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e7e11c gui-apps/waypipe: Drop live ebuild This project has been rewritten in Rust, so a totally new ebuild is needed. Signed-off-by: James Le Cuirot gentoo.org> gui-apps/waypipe/waypipe-9999.ebuild | 71 ------------------------------------ 1 file changed, 71 deletions(-) diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild deleted file mode 100644 index dd36733d0cc3..000000000000 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} ) -inherit meson python-any-r1 - -DESCRIPTION="Transparent network proxy for Wayland compositors" -HOMEPAGE="https://gitlab.freedesktop.org/mstoeckl/waypipe" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe" -else - SRC_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - S="${WORKDIR}"/${PN}-v${PV} - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -WAYPIPE_FLAG_MAP_X86=( avx2:with_avx2 avx512f:with_avx512f sse3:with_sse3 ) -WAYPIPE_FLAG_MAP_ARM=( neon:with_neon_opts ) -WAYPIPE_FLAG_MAP=( - "${WAYPIPE_FLAG_MAP_X86[@]/#/cpu_flags_x86_}" - "${WAYPIPE_FLAG_MAP_ARM[@]/#/cpu_flags_arm_}" -) - -IUSE="dmabuf ffmpeg lz4 systemtap test vaapi zstd ${WAYPIPE_FLAG_MAP[@]%:*}" -REQUIRED_USE="vaapi? ( ffmpeg )" -RESTRICT="!test? ( test )" - -DEPEND=" - dmabuf? ( - media-libs/mesa[gbm(+),vaapi?,wayland] - x11-libs/libdrm - ) - lz4? ( app-arch/lz4 ) - systemtap? ( dev-debug/systemtap ) - vaapi? ( media-libs/libva[drm(+),wayland] ) - ffmpeg? ( - media-video/ffmpeg[x264,vaapi?] - ) - zstd? ( app-arch/zstd ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - app-text/scdoc - virtual/pkgconfig - test? ( dev-libs/weston[examples,headless,remoting,screen-sharing,wayland-compositor] ) -" - -src_configure() { - local emesonargs=( - -Dman-pages=enabled - $(meson_use systemtap with_systemtap) - $(meson_feature dmabuf with_dmabuf) - $(meson_feature ffmpeg with_video) - $(meson_feature lz4 with_lz4) - $(meson_feature vaapi with_vaapi) - $(meson_feature zstd with_zstd) - ) - local fl - for fl in "${WAYPIPE_FLAG_MAP[@]}"; do - emesonargs+=( $(meson_use "${fl%:*}" "${fl#*:}") ) - done - meson_src_configure -}