* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 8:10 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-08-01 8:10 UTC (permalink / raw
To: gentoo-commits
commit: f1fae2dcc9ecfdd5c73fbd5f5de705365c1eab40
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 08:07:21 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 08:10:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fae2dc
net-libs/msgraph: Fix dependencies
Handle tests, and keyword only in the arch we tested
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 5a1127c64e68..6154cb750591 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,17 +10,19 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64"
-IUSE="debug gtk-doc +introspection man"
+IUSE="debug gtk-doc +introspection man test"
+REQUIRED_USE="gtk-doc? ( introspection )"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.28.0:2
dev-libs/json-glib
- net-libs/rest
- >=net-libs/libsoup-3.0:3.0
- net-libs/gnome-online-accounts
- >=net-libs/uhttpmock-0.11.0
+ net-libs/rest:1.0
+ net-libs/libsoup:3.0
+ net-libs/gnome-online-accounts:=
+ >=net-libs/uhttpmock-0.11.0:1.0
introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
"
@@ -30,12 +32,16 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
dev-libs/gobject-introspection-common
"
-BDEPEND="gtk-doc? ( dev-util/gtk-doc )"
+BDEPEND="
+ gtk-doc? ( dev-util/gtk-doc )
+ test? ( net-libs/uhttpmock:1.0 )
+"
src_configure() {
local emesonargs=(
$(meson_use gtk-doc gtk_doc)
$(meson_use introspection)
+ $(meson_use test tests)
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 8:10 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-08-01 8:10 UTC (permalink / raw
To: gentoo-commits
commit: f2239f5713c7b9dbb708b2036c243e75a5e4eb4f
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sat May 25 22:22:51 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 08:10:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2239f57
net-libs/msgraph: New Package 0.2.3
Bug: https://github.com/gentoo/gentoo/pull/35307
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-libs/msgraph/Manifest | 1 +
net-libs/msgraph/metadata.xml | 11 ++++++++++
net-libs/msgraph/msgraph-0.2.3.ebuild | 41 +++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/net-libs/msgraph/Manifest b/net-libs/msgraph/Manifest
new file mode 100644
index 000000000000..16d09fcda9fb
--- /dev/null
+++ b/net-libs/msgraph/Manifest
@@ -0,0 +1 @@
+DIST msgraph-0.2.3.tar.xz 95904 BLAKE2B 5c0476511784861e1a6e3f3cb4ecaa50ad494b484b8b60f9305aae95539e8d4e9c0e491298d5d1df0031f28a9c472eb6f197acf02a69625e904c4095263b831a SHA512 23a9c24dde6125a7e6fc8a9db61248423a78e2e50a95880a59662d5824fc3f171b2354ab6ae66c77c75fd1737b1d4b19b7a35f8c6fe9ba393c5b116f3c56128f
diff --git a/net-libs/msgraph/metadata.xml b/net-libs/msgraph/metadata.xml
new file mode 100644
index 000000000000..6dc85afd66c7
--- /dev/null
+++ b/net-libs/msgraph/metadata.xml
@@ -0,0 +1,11 @@
+<?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/msgraph</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
new file mode 100644
index 000000000000..5a1127c64e68
--- /dev/null
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson
+
+DESCRIPTION="GLib-based library for accessing online serive APIs using MS Graph protocol."
+HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
+
+LICENSE="LGPL-2+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+
+IUSE="debug gtk-doc +introspection man"
+
+RDEPEND="
+ >=dev-libs/glib-2.28.0:2
+ dev-libs/json-glib
+ net-libs/rest
+ >=net-libs/libsoup-3.0:3.0
+ net-libs/gnome-online-accounts
+ >=net-libs/uhttpmock-0.11.0
+ introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
+"
+
+DEPEND="${RDEPEND}
+ >=dev-util/gdbus-codegen-2.30.0
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+ dev-libs/gobject-introspection-common
+"
+BDEPEND="gtk-doc? ( dev-util/gtk-doc )"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use gtk-doc gtk_doc)
+ $(meson_use introspection)
+ )
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 16:47 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-08-01 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 2468c3bd5fe84cdaffec33cf4329de91e0547a52
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 16:46:54 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 16:46:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2468c3bd
net-libs/msgraph: Keyword 0.2.3 arm64, #937040
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index c5a7d3e0ea24..4467eecb97d6 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
IUSE="debug gtk-doc +introspection man test"
REQUIRED_USE="gtk-doc? ( introspection )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 16:47 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-08-01 16:47 UTC (permalink / raw
To: gentoo-commits
commit: c6ac23fdf46a41b47f7f26ff8069e143c0565c39
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 16:46:53 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 16:46:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ac23fd
net-libs/msgraph: Keyword 0.2.3 ppc64, #937040
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 6154cb750591..c5a7d3e0ea24 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
IUSE="debug gtk-doc +introspection man test"
REQUIRED_USE="gtk-doc? ( introspection )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 16:47 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-08-01 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 1f540ffb761795e25d4b48f19b11f94390ff4595
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 16:46:55 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 16:46:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f540ffb
net-libs/msgraph: Keyword 0.2.3 arm, #937040
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 4467eecb97d6..61c6cc735718 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
IUSE="debug gtk-doc +introspection man test"
REQUIRED_USE="gtk-doc? ( introspection )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-01 16:47 Arthur Zamarin
0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2024-08-01 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 63a9aee27596477b2526970d7c00a755bfb6932d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 16:46:56 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 16:46:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a9aee2
net-libs/msgraph: Keyword 0.2.3 x86, #937040
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 61c6cc735718..1781bd337b96 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="debug gtk-doc +introspection man test"
REQUIRED_USE="gtk-doc? ( introspection )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-03 8:07 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-08-03 8:07 UTC (permalink / raw
To: gentoo-commits
commit: ab0ec5e4e3c72a9fb05b7926cb0ea5e9147cb91e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 3 07:50:13 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 3 08:06:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0ec5e4
net-libs/msgraph: Fix dependencies
Closes: https://bugs.gentoo.org/937085
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 1781bd337b96..473fd86d5056 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
dev-libs/gobject-introspection-common
"
BDEPEND="
- gtk-doc? ( dev-util/gtk-doc )
+ gtk-doc? ( dev-util/gi-docgen )
test? ( net-libs/uhttpmock:1.0 )
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/
@ 2024-08-04 23:10 Jakov Smolić
0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2024-08-04 23:10 UTC (permalink / raw
To: gentoo-commits
commit: d463954776b08f880f7fc042a4e97121fb25714e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 4 23:09:55 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Aug 4 23:09:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4639547
net-libs/msgraph: Keyword 0.2.3 riscv, #937040
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-libs/msgraph/msgraph-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/msgraph/msgraph-0.2.3.ebuild b/net-libs/msgraph/msgraph-0.2.3.ebuild
index 473fd86d5056..f8d84f7c0d8b 100644
--- a/net-libs/msgraph/msgraph-0.2.3.ebuild
+++ b/net-libs/msgraph/msgraph-0.2.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/msgraph"
LICENSE="LGPL-2+"
SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="debug gtk-doc +introspection man test"
REQUIRED_USE="gtk-doc? ( introspection )"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-08-04 23:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 16:47 [gentoo-commits] repo/gentoo:master commit in: net-libs/msgraph/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 23:10 Jakov Smolić
2024-08-03 8:07 Pacho Ramos
2024-08-01 16:47 Arthur Zamarin
2024-08-01 16:47 Arthur Zamarin
2024-08-01 16:47 Arthur Zamarin
2024-08-01 8:10 Pacho Ramos
2024-08-01 8:10 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox