summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-03-17 14:30:22 -0400
committerMike Gilbert <floppym@gentoo.org>2024-03-17 14:30:22 -0400
commit2e16c16ae37a7bec6f73d893463940974ec85e4b (patch)
treed172f8ff41b8228e354ca6467f6c03d6462732fe /net-misc
parentnet-misc/gnome-connections: depend on net-misc/freerdp:2= (diff)
downloadgentoo-2e16c16ae37a7bec6f73d893463940974ec85e4b.tar.gz
gentoo-2e16c16ae37a7bec6f73d893463940974ec85e4b.tar.bz2
gentoo-2e16c16ae37a7bec6f73d893463940974ec85e4b.zip
net-misc/gnome-connections: drop 44.1
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gnome-connections/Manifest1
-rw-r--r--net-misc/gnome-connections/gnome-connections-44.1.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/net-misc/gnome-connections/Manifest b/net-misc/gnome-connections/Manifest
index 98e1e21d1893..a6090987ecdf 100644
--- a/net-misc/gnome-connections/Manifest
+++ b/net-misc/gnome-connections/Manifest
@@ -1,2 +1 @@
-DIST gnome-connections-44.1.tar.xz 3999000 BLAKE2B 62f811a5cf530d3b38b576217d004d982f051a12bd3e525499d7fa4466538a1c8a2d4713f15cb0862d753f06a1f624f8fa87b80498ecbb461e7e7a545cb8c4d5 SHA512 34878e51ae67b222f8c5a00524bf2f3f24b9bc989ceccd707028ecdec612d81d3dc5e187e000f6e870e1cf816a66342cb8e9e9aaf7a6296950e1efa5b8a0d47e
DIST gnome-connections-45.0.tar.xz 4009108 BLAKE2B 10f3f98df6fd6a090c226192229c3eeba7d707c1a109eaaf3a6427b9eadd375a136da9f089b904b66d9e94f27b9b6f982f1c0392ac9eb00936f46450b48bfbf6 SHA512 a2c5f8cd3076fc370cdd34f909bd02d07b9391a606133a46d17a5fd92644ee971c7dddb09674d660a462b9f0d99e83ef2b595095173274e54bbdc0f8411fffe4
diff --git a/net-misc/gnome-connections/gnome-connections-44.1.ebuild b/net-misc/gnome-connections/gnome-connections-44.1.ebuild
deleted file mode 100644
index 325726aeadc2..000000000000
--- a/net-misc/gnome-connections/gnome-connections-44.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson 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="
- $(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
-}