From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id C79A21584AD for ; Tue, 22 Apr 2025 16:27:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AE9C1342FB4 for ; Tue, 22 Apr 2025 16:27:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 13F171104B7; Tue, 22 Apr 2025 16:27:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id 088B21104B1 for ; Tue, 22 Apr 2025 16:27:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE964342FF2 for ; Tue, 22 Apr 2025 16:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A8612557 for ; Tue, 22 Apr 2025 16:27:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745339234.db63f878c1a831514eae8933deb988732c2ae7a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild X-VCS-Directories: sys-libs/snapd-glib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: db63f878c1a831514eae8933deb988732c2ae7a9 X-VCS-Branch: master Date: Tue, 22 Apr 2025 16:27:22 +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: 917eb4a3-d022-445d-ae35-9c974a902d0c X-Archives-Hash: aa95b9266e22fd31383152f4932916a3 commit: db63f878c1a831514eae8933deb988732c2ae7a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 21 14:52:26 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}