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 294031581E7 for ; Fri, 26 Apr 2024 10:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A7FE2A2E; Fri, 26 Apr 2024 10:38:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8D10E2A2E for ; Fri, 26 Apr 2024 10:38:12 +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 D364B343107 for ; Fri, 26 Apr 2024 10:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E76361755 for ; Fri, 26 Apr 2024 10:38:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1714127576.c0413d7b3a3a0b1fd83e465cee31d226f2c9e85b.andrewammerlaan@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.64-r100.ebuild sys-libs/snapd-glib/snapd-glib-1.65.ebuild X-VCS-Directories: sys-libs/snapd-glib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c0413d7b3a3a0b1fd83e465cee31d226f2c9e85b X-VCS-Branch: master Date: Fri, 26 Apr 2024 10:38:09 +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: 6d59c9bb-5869-4e98-9a9f-49536de77121 X-Archives-Hash: 25cef681cf5dc769089828624bc66ff2 commit: c0413d7b3a3a0b1fd83e465cee31d226f2c9e85b Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Apr 26 10:15:14 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Apr 26 10:32:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0413d7b sys-libs/snapd-glib: drop 1.64-r100 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild | 65 ------------------------- sys-libs/snapd-glib/snapd-glib-1.65.ebuild | 2 - 2 files changed, 67 deletions(-) diff --git a/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild b/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild deleted file mode 100644 index ca2dc1ebc3ed..000000000000 --- a/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild +++ /dev/null @@ -1,65 +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 qt6 vala" -REQUIRED_USE=" - qml? ( qt6 ) - vala? ( introspection ) -" - -BDEPEND=" - virtual/pkgconfig - sys-devel/gettext - qt6? ( dev-qt/qttools:6[linguist] ) -" - -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? ( dev-qt/qtdeclarative:6 ) - qt6? ( - dev-qt/qtbase:6[network,widgets] - ) - vala? ( $(vala_depend) ) -" - -RDEPEND="${DEPEND} - app-containers/snapd -" - -PATCHES=( - "${FILESDIR}/${P}-qt6.patch" -) - -pkg_setup() { - vala_setup -} - -src_configure() { - local emesonargs=( - "$(meson_use doc docs)" - "$(meson_use introspection)" - "$(meson_use qml qml-bindings)" - "$(meson_use qt6 qt-bindings)" - "$(meson_use vala vala-bindings)" - -Dsoup2=false - ) - - meson_src_configure -} diff --git a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild index e8d848523dfa..ce6cc2f734a2 100644 --- a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild +++ b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild @@ -61,8 +61,6 @@ src_configure() { "$(meson_use doc docs)" "$(meson_use introspection)" "$(meson_use qml qml-bindings)" - "$(meson_use qt5)" - "$(meson_use qt6)" "$(meson_use vala vala-bindings)" -Dsoup2=false )