summaryrefslogtreecommitdiff
path: root/net-libs
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
parent200338d9ebd0cd0599af59f208eb58f48f5ae168 (diff)
gentoo auto-resync : 30:04:2023 - 17:17:49
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/Manifest.gzbin32777 -> 32451 bytes
-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
-rw-r--r--net-libs/libzapojit/Manifest3
-rw-r--r--net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild38
-rw-r--r--net-libs/libzapojit/metadata.xml11
7 files changed, 0 insertions, 119 deletions
diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz
index dcbef1b977d6..496fb0ae9149 100644
--- a/net-libs/Manifest.gz
+++ b/net-libs/Manifest.gz
Binary files differ
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>
diff --git a/net-libs/libzapojit/Manifest b/net-libs/libzapojit/Manifest
deleted file mode 100644
index d6c0d8ffcd58..000000000000
--- a/net-libs/libzapojit/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libzapojit-0.0.3.tar.xz 272108 BLAKE2B 7bd606b01cb9b92c844a35d4229e52347c5193033c4fe483eb2fcf5bf76c9773cc26741d7eed8d52c1352767c65055088335ffb0779d390988292956b367584f SHA512 8dc1006db515a4b2971ebccdcf167930566a11bfe74f545e3a9647ff061be4ac2781faf1adbf6e6107b4ff2e08f16b9ad1f96f9b8e4f0eba87601fdc1c35eaa3
-EBUILD libzapojit-0.0.3-r2.ebuild 808 BLAKE2B 3d942ac06d7522c06fd355d3c29bd177efa860a78ab0bc89e2663f37b55a1f68cfb41b9c5c9c1f7710a65838829cf1faf16a594d22b28d2255669056945ebb19 SHA512 ae92e0490ab94fb719641589c350146ce7f016c1564870fb80f561de82c5d7899cef532c955479da0fe8c25a91e69771a715a2142149bdd018df8ce79038d168
-MISC metadata.xml 353 BLAKE2B 9c2c5aa10bbe8ba9f88a2d76bd51dd7becea9529ca17685eecaaa7cf1753c9063434b8fc3782c58ddbb26b8eda8298f3a03176fd1955f9aaf0d0734b6357ad8a SHA512 900f2ef1f8c91b8567be46b8d241c1d21698692cf3fcb49850ee75875995aaad58d212cdfc062b9f901ecc1a78313d71cb4b83f6e134c33e80ff306b2c325999
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 @@
-<?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">Archive/libzapojit</remote-id>
- </upstream>
-</pkgmetadata>