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 2657A158020 for ; Fri, 14 Oct 2022 14:29:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EEDCE07E0; Fri, 14 Oct 2022 14:29:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B38FE07E0 for ; Fri, 14 Oct 2022 14:29:18 +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 8D27B3410DC for ; Fri, 14 Oct 2022 14:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 001BC625 for ; Fri, 14 Oct 2022 14:29:15 +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: <1665757744.2ba849932e84637edc6b53ef2a9c5ee6df83555a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-connections/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gnome-connections/Manifest net-misc/gnome-connections/gnome-connections-42.1.2.ebuild X-VCS-Directories: net-misc/gnome-connections/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ba849932e84637edc6b53ef2a9c5ee6df83555a X-VCS-Branch: master Date: Fri, 14 Oct 2022 14:29:15 +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: 3ed3a57d-3fe3-4f36-9b86-f4d7e9a01e21 X-Archives-Hash: 140826ab396f47013b66ccc5bf8d5660 commit: 2ba849932e84637edc6b53ef2a9c5ee6df83555a Author: Matt Turner gentoo org> AuthorDate: Fri Oct 14 04:43:39 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 14 14:29:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba84993 net-misc/gnome-connections: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-misc/gnome-connections/Manifest | 1 - .../gnome-connections-42.1.2.ebuild | 64 ---------------------- 2 files changed, 65 deletions(-) diff --git a/net-misc/gnome-connections/Manifest b/net-misc/gnome-connections/Manifest index c02bca4c89f6..60fd25fa3b3f 100644 --- a/net-misc/gnome-connections/Manifest +++ b/net-misc/gnome-connections/Manifest @@ -1,2 +1 @@ -DIST gnome-connections-42.1.2.tar.xz 3987992 BLAKE2B 2cad2376c238884b069767efbcd8afae5270f576e499fa59defe2d8ec10188cfd9b263a63cd44fcbe9ceed315267807f6b106f93d1fc73092e6c5366d9daac62 SHA512 34bc8e167ccd828c1aa52728017a52282d96b607751d566e3f8a5169d6fd5ccd7c6ae04abb073946f5cf6038c7b23b3eb897e2922b6d5b914d89ac0afbbbc7ed DIST gnome-connections-43.0.tar.xz 3992760 BLAKE2B 16ff3cc5d587a6169fdf749ae6e743cd0fbec2b6e127c684ec42ba17da6e73d1d66ef4ef621d01452d21230dc8c99bc27678ec0364b9522b5685cec4b9c69445 SHA512 cd9d53f2e4b8e679992c5a65aa89554d1b840174ecf0f75f103265ebc2f07f63f210da4ef7e3c36af8b5fe761ec9ae4711eb92f5f40ae00225fcd9f2f8a9157b diff --git a/net-misc/gnome-connections/gnome-connections-42.1.2.ebuild b/net-misc/gnome-connections/gnome-connections-42.1.2.ebuild deleted file mode 100644 index b73b0f74756b..000000000000 --- a/net-misc/gnome-connections/gnome-connections-42.1.2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) -inherit gnome.org gnome2-utils meson python-any-r1 vala xdg - -DESCRIPTION="A remote desktop client for the GNOME desktop environment" -HOMEPAGE="https://gitlab.gnome.org/GNOME/connections" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/gobject-introspection - >=dev-libs/glib-2.50:2 - >=x11-libs/gtk+-3.22:3[introspection] - >=net-libs/gtk-vnc-0.4.4[pulseaudio,vala] - >=gui-libs/libhandy-1.6.0:1[vala] - >=dev-libs/libxml2-2.7.8 - app-crypt/libsecret[vala] - - >=net-misc/freerdp-2.0.0:0= -" -RDEPEND="${DEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - $(vala_depend) - dev-libs/glib - dev-util/glib-utils - dev-util/itstool - sys-devel/gettext - virtual/pkgconfig - - test? ( - dev-libs/appstream-glib - dev-util/desktop-file-utils - ) -" - -src_prepare() { - default - vala_setup -} - -src_configure() { - local emesonargs=( - -Dprofile=default - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}