commit:     db63f878c1a831514eae8933deb988732c2ae7a9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 14:52:26 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 16:27:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db63f878

sys-libs/snapd-glib: drop 1.65-r2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild | 71 ---------------------------
 1 file changed, 71 deletions(-)

diff --git a/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild 
b/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild
deleted file mode 100644
index be44bfbc7a6a..000000000000
--- a/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala
-
-DESCRIPTION="glib library for communicating with snapd"
-HOMEPAGE="https://snapcraft.io/";
-SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-3"
-SLOT="0/1"
-KEYWORDS="~amd64"
-
-IUSE="doc introspection qml qt5 vala"
-REQUIRED_USE="
-       qml? ( qt5 )
-       vala? ( introspection )
-"
-
-BDEPEND="
-       virtual/pkgconfig
-       sys-devel/gettext
-       qt5? ( dev-qt/linguist-tools:5 )
-"
-
-DEPEND="
-       dev-libs/json-glib
-       dev-libs/glib:2
-       dev-util/glib-utils
-       net-libs/libsoup:3.0
-       doc? ( dev-util/gtk-doc )
-       introspection? ( dev-libs/gobject-introspection )
-       qml? (
-               qt5? ( dev-qt/qtdeclarative:5 )
-       )
-       qt5? (
-               dev-qt/qtcore:5
-               dev-qt/qtnetwork:5
-               dev-qt/qtwidgets:5
-       )
-       vala? ( $(vala_depend) )
-"
-
-RDEPEND="${DEPEND}
-       app-containers/snapd
-"
-
-PATCHES=(
-       # https://github.com/snapcore/snapd-glib/pull/152
-       "${FILESDIR}/${P}-install-missing-header.patch"
-)
-
-pkg_setup() {
-       vala_setup
-}
-
-src_configure() {
-       local emesonargs=(
-               "$(meson_use doc docs)"
-               "$(meson_use introspection)"
-               "$(meson_use qml qml-bindings)"
-               "$(meson_use qt5)"
-               "$(meson_use vala vala-bindings)"
-               -Dsoup2=false
-               -Dqt6=false
-       )
-
-       meson_src_configure
-}

Reply via email to