summaryrefslogtreecommitdiff
path: root/net-libs/libgfbgraph
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-30 17:17:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-30 17:17:49 +0100
commitce23b28e3d5f58b4177dfa6006db905a41dd87ee (patch)
tree0691e16a10034af8137241e92babf04522c97bf8 /net-libs/libgfbgraph
parent200338d9ebd0cd0599af59f208eb58f48f5ae168 (diff)
gentoo auto-resync : 30:04:2023 - 17:17:49
Diffstat (limited to 'net-libs/libgfbgraph')
-rw-r--r--net-libs/libgfbgraph/Manifest3
-rw-r--r--net-libs/libgfbgraph/libgfbgraph-0.2.5.ebuild53
-rw-r--r--net-libs/libgfbgraph/metadata.xml11
3 files changed, 0 insertions, 67 deletions
diff --git a/net-libs/libgfbgraph/Manifest b/net-libs/libgfbgraph/Manifest
deleted file mode 100644
index c1831f64664f..000000000000
--- a/net-libs/libgfbgraph/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST gfbgraph-0.2.5.tar.xz 283632 BLAKE2B 7a229e098623613c3c758dd7d9d4802cf82a6b8c7f6c81ad8de2392597d13b6db9978ef1794321aa6915f9065dca030e58ef1569d64f956a7048846e996cea23 SHA512 c3a1168935272377c211d95e4efcb8ed56d129589bcaa6e0d7b5dff7ca916f0c63dc30eb1a903aea3de51cb109ae787e985bdd9485fb97cd1b5b6971bea01a1e
-EBUILD libgfbgraph-0.2.5.ebuild 1231 BLAKE2B de94f665281b4e4af355aa88965eef0e7de64d1b9b0bdd162e0a24027b0796e68a0b6caaff9de5bfc04d3462a21f07f76c2a97e0e0db1ff7a9ca8b7d65d811d0 SHA512 a541babeac04e5a29d5b2a0dfebf20ed9f36098f4a57bf2d79bbe2303ea752f5a80a9af6865a63efa17ca6293b673f99eb5648a002fde573e358f087e6e57339
-MISC metadata.xml 352 BLAKE2B 8b2b4ade81a5c002819e50e581628c282b834c42f46c4c7d75ba41ffd7256c44bbc22376b69c64a73e322d9467309a0c2091a3b76e240b8e303395c5871d79ca SHA512 3f6e28bc8b271eff10da94743832dd60e2bde5e8183669b0ff7d4f156d5496dfba6737204d9b2ddd7947907fd2d1f99a45c76edfee4ba8f9a1b1fadb6821efe9
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <upstream>
- <remote-id type="gnome-gitlab">GNOME/libgfbgraph</remote-id>
- </upstream>
-</pkgmetadata>