public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/
Date: Mon,  3 May 2021 19:30:23 +0000 (UTC)	[thread overview]
Message-ID: <1620070216.a63bb876bf3ea1087117d05c32693b07d344669f.mattst88@gentoo> (raw)

commit:     a63bb876bf3ea1087117d05c32693b07d344669f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May  3 19:30:03 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
-}


             reply	other threads:[~2021-05-03 19:30 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-03 19:30 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-15 15:22 [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/ Pacho Ramos
2025-01-15 15:22 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2025-01-15 14:12 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-17 16:35 Mike Gilbert
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2024-01-03 21:59 Mart Raudsepp
2023-10-26 15:09 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-09-29 10:34 Pacho Ramos
2023-09-22  2:33 Matt Turner
2023-09-18 13:29 Matt Turner
2023-06-19 15:30 Matt Turner
2023-05-28  2:35 Matt Turner
2023-05-17 21:55 Matt Turner
2023-04-22 21:51 Matt Turner
2023-04-02  0:57 Matt Turner
2023-03-19  3:51 Matt Turner
2023-02-20 17:32 Matt Turner
2023-01-09 15:45 Matt Turner
2022-12-04  2:41 Matt Turner
2022-12-03 18:03 Matt Turner
2022-10-31 17:58 Matt Turner
2022-10-25 15:25 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-26 13:34 Matt Turner
2022-09-21 14:17 Matt Turner
2022-08-07  2:24 Matt Turner
2022-07-21  2:04 Matt Turner
2022-07-03 21:04 Matt Turner
2022-05-30 14:34 Matt Turner
2022-04-28 15:31 Matt Turner
2022-04-24 20:46 Matt Turner
2022-03-26  0:23 Matt Turner
2022-03-18 19:24 Matt Turner
2022-01-27  3:25 Matt Turner
2022-01-24 22:43 Matt Turner
2021-12-18  6:36 Sam James
2021-09-19  9:35 Pacho Ramos
2021-04-18 14:26 Matt Turner
2021-04-18 14:26 Matt Turner
2020-12-05 22:54 Matt Turner

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=1620070216.a63bb876bf3ea1087117d05c32693b07d344669f.mattst88@gentoo \
    --to=mattst88@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