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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E62831382C5 for ; Mon, 3 May 2021 19:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE63E087C; Mon, 3 May 2021 19:30:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34C23E087C for ; Mon, 3 May 2021 19:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3708335D5E for ; Mon, 3 May 2021 19:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4080A63D for ; Mon, 3 May 2021 19:30:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1620070216.a63bb876bf3ea1087117d05c32693b07d344669f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gnome-remote-desktop/Manifest net-misc/gnome-remote-desktop/gnome-remote-desktop-40.0.ebuild X-VCS-Directories: net-misc/gnome-remote-desktop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a63bb876bf3ea1087117d05c32693b07d344669f X-VCS-Branch: master Date: Mon, 3 May 2021 19:30:23 +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: 132c8927-b710-4979-9a2d-8357e10e0bf7 X-Archives-Hash: 106b0cb7b4d3f069b81fb9396f1fd698 commit: a63bb876bf3ea1087117d05c32693b07d344669f Author: Matt Turner gentoo org> AuthorDate: Mon May 3 19:30:03 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 3 19:30:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63bb876 net-misc/gnome-remote-desktop: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-misc/gnome-remote-desktop/Manifest | 1 - .../gnome-remote-desktop-40.0.ebuild | 61 ---------------------- 2 files changed, 62 deletions(-) diff --git a/net-misc/gnome-remote-desktop/Manifest b/net-misc/gnome-remote-desktop/Manifest index 7472a0ae559..ebcd7eebd17 100644 --- a/net-misc/gnome-remote-desktop/Manifest +++ b/net-misc/gnome-remote-desktop/Manifest @@ -1,2 +1 @@ -DIST gnome-remote-desktop-40.0.tar.xz 59748 BLAKE2B 73c81a8d6a565cbba1475d122c1a16f02a676a572ac29b69bd5a31de5482b985a0bae7c3b8fda8f4ec1895db87ba2b9ca408347166c7e43c9a0456f5b4fdf7b7 SHA512 557d5425a92cc50dfac60d9e5e39fba88bd3a653ece6490aae663913bc1df490b7d864ae0d6e8cc2c305e7c0fa5f77d7b1e63488bc51f38a0f897232b69edc89 DIST gnome-remote-desktop-40.1.tar.xz 63980 BLAKE2B 6f5ebe7f00e2038f88740a994ee90f55b7f3ce6e4ea8898b7326d2f36dea2d89c721cffd253f92cde388b1273ad8d086242bfadaa86e4b87361844b3a3bca5b7 SHA512 39116afa16256820a69e020b71de5458fc5da8154bc8255d2157ff56fc679c39f4608f790d74eb4a0cb10cc61bd27d4172cfc547582100cab5b897644a700ee3 diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-40.0.ebuild b/net-misc/gnome-remote-desktop/gnome-remote-desktop-40.0.ebuild deleted file mode 100644 index a74b7201bd2..00000000000 --- a/net-misc/gnome-remote-desktop/gnome-remote-desktop-40.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg - -DESCRIPTION="Remote desktop daemon for GNOME using pipewire" -HOMEPAGE="https://gitlab.gnome.org/jadahl/gnome-remote-desktop" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+rdp +vnc" -REQUIRED_USE="|| ( rdp vnc )" -RESTRICT="test" # Tests run xvfb-run directly - -DEPEND=" - x11-libs/cairo - dev-libs/glib:2 - >=media-video/pipewire-0.3.0:0/0.3 - sys-apps/systemd - app-crypt/libsecret - x11-libs/libnotify - rdp? ( - >=net-misc/freerdp-2.3:=[server] - >=sys-fs/fuse-3.9.1 - >=x11-libs/libxkbcommon-1.0.0 - ) - vnc? ( - net-libs/libvncserver - ) -" -RDEPEND="${DEPEND} - x11-wm/mutter[screencast] -" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/gdbus-codegen - dev-util/glib-utils - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_use rdp) - $(meson_use vnc) - -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)" - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}