diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-21 12:26:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-21 12:26:06 +0100 |
commit | bad9bf87b08d293eb79ebe14d1882e77da2b0ced (patch) | |
tree | 2e95088a05ca299b8369979d4b47f0f846657be7 /net-libs/libsignon-glib | |
parent | c431a44e3cfa102e5ef2c9d6bbac48e28c9b15cb (diff) |
gentoo auto-resync : 21:08:2024 - 12:26:06
Diffstat (limited to 'net-libs/libsignon-glib')
5 files changed, 0 insertions, 176 deletions
diff --git a/net-libs/libsignon-glib/Manifest b/net-libs/libsignon-glib/Manifest deleted file mode 100644 index 6357011a66cc..000000000000 --- a/net-libs/libsignon-glib/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX libsignon-glib-2.1-docs-optional.patch 693 BLAKE2B 7a03207ee21e674b89e5b6203d000b4657e49283ff4ba28515b7a814092aafa8b6ce373a932d7ba8ce8f11b37ec4923cbe223265eb96093a06a4fc699364f8f6 SHA512 280d54782c2390456caabb6a7a590349d0b4ff29d0490fda6c9b8d140b229548f6a4d4bd3553f16c5bf57055f3bc61996161cce99963d317dc21f82efe6eeeb3 -AUX libsignon-glib-2.1-meson-0.61.patch 1027 BLAKE2B 83f70af857671b42287b556931fa8edc7a2253842868e704b7a0b56e1d538d60e3f81909455a0912256102e80eeac2a72f44c535bef0709953e1bced14187354 SHA512 13ef68824ab388ac20873bfbef61182ee71e5793f9ac19c53bd2c7bf539aec78998786134b2552e99d6c8b6eb546a14dc08836cea797626f01ec97084b66251e -DIST libsignon-glib-2.1.tar.gz 52440 BLAKE2B edc27f5f09c3f6d05f32ff6b560934dc003072940b44932fd90021511510fb56beaec7f25dd051b3c1d12d10942f292cc906a9fc4b74bb7f2daf8b885f15e644 SHA512 45d8e26263a16b98517cda0fff8e46fb1ffcc4bb833a6364454f120eb9819b48ee04bdb338bf5e9f0b0fe344af5940f35ed56f0765ca3605dead5b3755657dcf -EBUILD libsignon-glib-2.1-r2.ebuild 2055 BLAKE2B ee48514514bc191ed87b095d03d9dd31cb744f744c78a071806da8c0630a3f2b0dce8219046cc83c954e36a57a2b87a21d41cd508e3ea9524a1b61d2d51784c9 SHA512 b1c9ecd081e7dfd081fadbcf8807c41db5428501a0ce24f868918afbedefb3418839dc4372b5a2b7c1e900a8c5d35b6042976eca9035f139d76e077d2a988a84 -MISC metadata.xml 250 BLAKE2B f3e9395137ebb9adf46cd35c1b6156f82c04cfa94f964f6da24fe71eb560cf51b4f70ebfa10daaa4884400ec22782d819ab794dfd29e7a47559f07208397195d SHA512 78c4ff15eed76ba883b457be95dabd41e928a0e64a42b758b5eab4d8a95afca27d5ea6a7cfe0948de578b169153a05f08aadfce1ddd41a88732212a1e76e565f diff --git a/net-libs/libsignon-glib/files/libsignon-glib-2.1-docs-optional.patch b/net-libs/libsignon-glib/files/libsignon-glib-2.1-docs-optional.patch deleted file mode 100644 index b31bd46a825e..000000000000 --- a/net-libs/libsignon-glib/files/libsignon-glib-2.1-docs-optional.patch +++ /dev/null @@ -1,28 +0,0 @@ -From fc1098b3a376a04020c9e733eafda9fa0ac51723 Mon Sep 17 00:00:00 2001 -From: Pino Toscano <toscano.pino@tiscali.it> -Date: Sat, 2 Jan 2021 14:19:18 +0100 -Subject: [PATCH] build: make documentation really optional - -Build of the documentation only if the meson option for it is enabled. ---- - meson.build | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index 5d0de55..b10f80d 100644 ---- a/meson.build -+++ b/meson.build -@@ -23,7 +23,9 @@ endif - root_dir = include_directories ('.') - - subdir('libsignon-glib') --subdir('docs') -+if get_option('documentation') -+ subdir('docs') -+endif - - if get_option('python') - subdir('pygobject') --- -GitLab - diff --git a/net-libs/libsignon-glib/files/libsignon-glib-2.1-meson-0.61.patch b/net-libs/libsignon-glib/files/libsignon-glib-2.1-meson-0.61.patch deleted file mode 100644 index 66254e398029..000000000000 --- a/net-libs/libsignon-glib/files/libsignon-glib-2.1-meson-0.61.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 4fae9155a19aca601072f361768e0bf8ed556b1e Mon Sep 17 00:00:00 2001 -From: Heiko Becker <heirecka@exherbo.org> -Date: Tue, 11 Jan 2022 22:05:11 +0100 -Subject: [PATCH] Fix build with meson >= 0.61.0 - -Otherwise it fails with "docs/reference/meson.build:21:6: ERROR: -gnome.gtkdoc keyword argument 'expand_content_files' was of type -array[File] but should have been array[str]". ---- - docs/reference/meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/docs/reference/meson.build b/docs/reference/meson.build -index 654404b..3927109 100644 ---- a/docs/reference/meson.build -+++ b/docs/reference/meson.build -@@ -47,9 +47,9 @@ gnome.gtkdoc( - 'libsignon-glib.types', - ], - content_files: doc_content_files, -- expand_content_files: files( -+ expand_content_files: [ - 'migrating-1to2.xml' -- ), -+ ], - fixxref_args: [ - '--extra-dir=@0@'.format(join_paths(glib_docpath, 'glib')), - '--extra-dir=@0@'.format(join_paths(glib_docpath, 'gobject')), --- -GitLab - diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1-r2.ebuild b/net-libs/libsignon-glib/libsignon-glib-2.1-r2.ebuild deleted file mode 100644 index 84711961b404..000000000000 --- a/net-libs/libsignon-glib/libsignon-glib-2.1-r2.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..12} ) -inherit meson python-r1 vala - -DESCRIPTION="GLib binding for the D-Bus API provided by signond" -HOMEPAGE="https://accounts-sso.gitlab.io/" -SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-VERSION_${PV}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="debug doc +introspection python test" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} introspection )" -# needs more love -RESTRICT="test" - -RDEPEND=" - dev-libs/glib:2 - net-libs/signond - introspection? ( dev-libs/gobject-introspection:= ) - python? ( - ${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -BDEPEND="$(python_gen_any_dep) - $(vala_depend) - dev-util/gdbus-codegen - dev-util/glib-utils - doc? ( dev-util/gtk-doc ) - test? ( dev-libs/check ) -" - -PATCHES=( - "${FILESDIR}/${P}-docs-optional.patch" - "${FILESDIR}/${P}-meson-0.61.patch" -) - -python_check_deps() { return 0; } - -pkg_setup() { - python_setup -} - -src_prepare() { - default - vala_setup - - cp libsignon-glib/*.xml libsignon-glib/interfaces || die -} - -src_configure() { - myconfigure() { - local emesonargs=( - -Ddebugging=$(usex debug true false) - -Ddocumentation=$(usex doc true false) - -Dintrospection=$(usex introspection true false) - -Dpython=$(usex python true false) - -Dtests=$(usex test true false) - ) - - meson_src_configure - } - - if use python; then - python_foreach_impl run_in_build_dir myconfigure - else - myconfigure - fi -} - -src_compile() { - if use python; then - python_foreach_impl run_in_build_dir meson_src_compile - else - meson_src_compile - fi -} - -src_test() { - if use python; then - python_foreach_impl run_in_build_dir meson_src_test - else - meson_src_test - fi -} - -src_install() { - einstalldocs - - if use python; then - python_foreach_impl run_in_build_dir meson_src_install - python_foreach_impl python_optimize - else - meson_src_install - fi -} diff --git a/net-libs/libsignon-glib/metadata.xml b/net-libs/libsignon-glib/metadata.xml deleted file mode 100644 index 8641e5bdd399..000000000000 --- a/net-libs/libsignon-glib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> |