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 C747815ACFC for ; Sun, 30 Apr 2023 10:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64727E0878; 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 42606E0878 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 558043412D6 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 AA160A6B 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: <1682849183.707f9fb081e563f01250f5b0848924fda790c87a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgfbgraph/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgfbgraph/Manifest net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild net-libs/libgfbgraph/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ net-libs/libgfbgraph/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 707f9fb081e563f01250f5b0848924fda790c87a 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: 554d6440-e4d4-4dbc-b1bb-9e18cec9346c X-Archives-Hash: d1855b8e156aaa43c5482b807a2a2ce9 commit: 707f9fb081e563f01250f5b0848924fda790c87a Author: David Seifert gentoo org> AuthorDate: Sun Apr 30 10:06:23 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 30 10:06:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707f9fb0 net-libs/libgfbgraph: treeclean Bug: https://bugs.gentoo.org/809722 Signed-off-by: David Seifert gentoo.org> net-libs/libgfbgraph/Manifest | 1 - net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild | 53 --------------------------- net-libs/libgfbgraph/metadata.xml | 11 ------ profiles/package.mask | 7 ---- 4 files changed, 72 deletions(-) diff --git a/net-libs/libgfbgraph/Manifest b/net-libs/libgfbgraph/Manifest deleted file mode 100644 index ead3b0e1861b..000000000000 --- a/net-libs/libgfbgraph/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gfbgraph-0.2.5.tar.xz 283632 BLAKE2B 7a229e098623613c3c758dd7d9d4802cf82a6b8c7f6c81ad8de2392597d13b6db9978ef1794321aa6915f9065dca030e58ef1569d64f956a7048846e996cea23 SHA512 c3a1168935272377c211d95e4efcb8ed56d129589bcaa6e0d7b5dff7ca916f0c63dc30eb1a903aea3de51cb109ae787e985bdd9485fb97cd1b5b6971bea01a1e diff --git a/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild b/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild deleted file mode 100644 index 68894bb99e0b..000000000000 --- a/net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -GNOME_ORG_MODULE="gfbgraph" -GNOME2_EAUTORECONF="yes" - -inherit gnome2 - -DESCRIPTION="A GObject library for Facebook Graph API" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libgfbgraph/" - -LICENSE="LGPL-2.1+" -SLOT="0.2" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="+introspection" - -DEPEND=" - dev-libs/glib:2 - dev-libs/json-glib[introspection?] - net-libs/libsoup:2.4[introspection?] - net-libs/gnome-online-accounts - net-libs/rest:0.7[introspection?] - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-util/gtk-doc - >=dev-util/gtk-doc-am-1.14 - virtual/pkgconfig -" -# gtk-doc needed for autoreconf - -src_prepare() { - # Test requires a credentials.ini file. - # https://gitlab.gnome.org/GNOME/libgfbgraph/-/issues/7#note_802926 - sed -i -e 's:TESTS = gtestutils:TESTS =:' tests/Makefile.am || die - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-static \ - $(use_enable introspection) -} - -src_install() { - gnome2_src_install - # Remove files installed in the wrong place - # https://gitlab.gnome.org/GNOME/libgfbgraph/-/issues/10 - rm -rf "${ED}"/usr/doc -} diff --git a/net-libs/libgfbgraph/metadata.xml b/net-libs/libgfbgraph/metadata.xml deleted file mode 100644 index e380f14e5912..000000000000 --- a/net-libs/libgfbgraph/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - - GNOME/libgfbgraph - - diff --git a/profiles/package.mask b/profiles/package.mask index 63bd05d824f1..d2d5c2234faa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -292,13 +292,6 @@ dev-ruby/ddmemoize # [2] https://wiki.gentoo.org/wiki/Nouveau x11-drivers/nvidia-drivers:0/390 -# Matt Turner (2023-03-30) -# gnome-online-miners and libzapojit are archived upstream. All three packages -# are stuck on libsoup-2.4. gnome-photos is the only reverse dependency of -# gnome-online-miners, and it works without it. -# Removal on 2023-04-30. -net-libs/libgfbgraph - # Sam James (2023-03-29) # Regressions in solving ability affecting e.g. igraph: # https://github.com/opencollab/arpack-ng/issues/401