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 763B115ACFC for ; Sun, 30 Apr 2023 10:08:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 444EBE087A; Sun, 30 Apr 2023 10:07:58 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 2858CE0875 for ; Sun, 30 Apr 2023 10:07:58 +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 360953412D8 for ; Sun, 30 Apr 2023 10:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9703FA6A for ; Sun, 30 Apr 2023 10:07:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1682849182.5f4a91806a55257b5aa42103e6c00ff7ac02e6c2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-libs/libzapojit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libzapojit/Manifest net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild net-libs/libzapojit/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ net-libs/libzapojit/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5f4a91806a55257b5aa42103e6c00ff7ac02e6c2 X-VCS-Branch: master Date: Sun, 30 Apr 2023 10:07:53 +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: f91b2237-da7a-47f2-a0e6-59556b11c2bf X-Archives-Hash: 55ca632509a20199b138b480ecf13440 commit: 5f4a91806a55257b5aa42103e6c00ff7ac02e6c2 Author: David Seifert gentoo org> AuthorDate: Sun Apr 30 10:06:22 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 30 10:06:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4a9180 net-libs/libzapojit: treeclean Bug: https://bugs.gentoo.org/809716 Signed-off-by: David Seifert gentoo.org> net-libs/libzapojit/Manifest | 1 - net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild | 38 -------------------------- net-libs/libzapojit/metadata.xml | 11 -------- profiles/package.mask | 1 - 4 files changed, 51 deletions(-) diff --git a/net-libs/libzapojit/Manifest b/net-libs/libzapojit/Manifest deleted file mode 100644 index 5c9e51e5bcf6..000000000000 --- a/net-libs/libzapojit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libzapojit-0.0.3.tar.xz 272108 BLAKE2B 7bd606b01cb9b92c844a35d4229e52347c5193033c4fe483eb2fcf5bf76c9773cc26741d7eed8d52c1352767c65055088335ffb0779d390988292956b367584f SHA512 8dc1006db515a4b2971ebccdcf167930566a11bfe74f545e3a9647ff061be4ac2781faf1adbf6e6107b4ff2e08f16b9ad1f96f9b8e4f0eba87601fdc1c35eaa3 diff --git a/net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild deleted file mode 100644 index a5c76746cc93..000000000000 --- a/net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 - -DESCRIPTION="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86" -IUSE="+introspection" - -RDEPEND=" - >=dev-libs/glib-2.28:2 - >=net-libs/libsoup-2.38:2.4 - dev-libs/json-glib - net-libs/rest:0.7 - net-libs/gnome-online-accounts - - introspection? ( >=dev-libs/gobject-introspection-1.30.0 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - >=dev-util/gtk-doc-am-1.11 - >=dev-util/intltool-0.35.0 - sys-devel/gettext - virtual/pkgconfig -" -# eautoreconf needs: -# gnome-base/gnome-common:3 - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) -} diff --git a/net-libs/libzapojit/metadata.xml b/net-libs/libzapojit/metadata.xml deleted file mode 100644 index 2be5b3086f5b..000000000000 --- a/net-libs/libzapojit/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - Archive/libzapojit - - diff --git a/profiles/package.mask b/profiles/package.mask index a2a7d775cd64..63bd05d824f1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -298,7 +298,6 @@ x11-drivers/nvidia-drivers:0/390 # gnome-online-miners, and it works without it. # Removal on 2023-04-30. net-libs/libgfbgraph -net-libs/libzapojit # Sam James (2023-03-29) # Regressions in solving ability affecting e.g. igraph: