public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcloudproviders/
Date: Sun, 12 Nov 2023 10:39:13 +0000 (UTC)	[thread overview]
Message-ID: <1699785542.697378d1f0c3e9f7eb677e01168c7f888e10f4e5.pacho@gentoo> (raw)

commit:     697378d1f0c3e9f7eb677e01168c7f888e10f4e5
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Nov  9 14:56:38 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 10:39:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697378d1

net-libs/libcloudproviders: Version bump to 0.3.5

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33740
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-libs/libcloudproviders/Manifest                |  1 +
 .../libcloudproviders-0.3.5.ebuild                 | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/libcloudproviders/Manifest b/net-libs/libcloudproviders/Manifest
index f2c782f2d054..a9ae216d49f5 100644
--- a/net-libs/libcloudproviders/Manifest
+++ b/net-libs/libcloudproviders/Manifest
@@ -1,2 +1,3 @@
 DIST libcloudproviders-0.3.2.tar.xz 22764 BLAKE2B f2cbb411c49600ae3c4d34b1ad494b53259752eb17e403ff3dba16c327373b567c978fa4e54ac47e00db057b77deac8369e4c7ef2647f9be081a0f5e563d0969 SHA512 76829adcc7ca830254305c11755caf55f200a0780f82d4fc6480a09cf92848409933a1b044b7c62b837d071d28e2b14252e78d7d2c04801f64096fea9a068dd7
 DIST libcloudproviders-0.3.4.tar.xz 23548 BLAKE2B b2814a284efaccd914683a35034506cc4cafe4569d8df03783b44c371af8df04e4ef49e9846a4bde39312b416e719a5ddd6dea72b8b1e42a8799c3ac732bc89c SHA512 293010a8ac9a46b4774d0f7d7c18a77e131050b2c7e50456985462848b7516bb93d77adb27329b87bf15fdcb47153b018354d5ada931460e9746d88a4106aa0d
+DIST libcloudproviders-0.3.5.tar.xz 23652 BLAKE2B 653f1aa96692f97415b9c7f84ac15e8843210853b40323e65d22b3e2448732abb25695cf879356078997db22cd34ce34e72a542e6f1e1fec08ba83c482492b02 SHA512 054e704955395d4b5dda728c184fa0e2ea5e020da7048bbb5b85f313e85114c4a5c1c641c7d1502391f4f3d46f22a6ea2afb76010ffd121daf60220feefa1ae4

diff --git a/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild b/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild
new file mode 100644
index 000000000000..b73e0ad0501f
--- /dev/null
+++ b/net-libs/libcloudproviders/libcloudproviders-0.3.5.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib vala
+
+DESCRIPTION="DBus API that allows cloud storage sync clients to expose their services"
+HOMEPAGE="https://gitlab.gnome.org/World/libcloudproviders"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="gtk-doc +introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+	>=dev-libs/glib-2.56:2[${MULTILIB_USEDEP}]
+	introspection? ( dev-libs/gobject-introspection )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-util/gdbus-codegen
+	dev-util/glib-utils
+	virtual/pkgconfig
+	gtk-doc? ( dev-util/gtk-doc )
+	vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+	default
+	use vala && vala_setup
+}
+
+multilib_src_configure() {
+	local emesonargs=(
+		$(meson_native_use_bool gtk-doc enable-gtk-doc)
+		-Dinstalled-tests=false
+		$(meson_native_use_bool introspection)
+		$(meson_native_use_bool vala vapigen)
+	)
+	meson_src_configure
+}
+
+multilib_src_install() {
+	meson_src_install
+}


             reply	other threads:[~2023-11-12 10:39 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-12 10:39 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-07 18:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/libcloudproviders/ Arthur Zamarin
2024-04-13 10:37 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07  6:21 Arthur Zamarin
2024-03-23  0:03 Mart Raudsepp
2024-03-13 22:55 Mart Raudsepp
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:50 Arthur Zamarin
2024-03-12 21:49 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-22 20:47 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2024-02-10 18:53 Arthur Zamarin
2023-09-09  0:50 Matt Turner
2023-09-05 20:28 Matt Turner
2023-09-01 16:07 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-09 18:07 Matt Turner
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-05 17:27 Arthur Zamarin
2023-03-04  1:15 Matt Turner
2023-02-15  5:07 Matt Turner
2022-12-25 18:09 Arthur Zamarin
2022-12-05 17:24 WANG Xuerui
2022-11-22  1:28 Yixun Lan
2022-11-21 20:40 Arthur Zamarin
2022-11-21 20:40 Arthur Zamarin
2022-11-21 19:59 Arthur Zamarin
2022-11-21 19:59 Arthur Zamarin
2022-11-21 18:23 Arthur Zamarin
2022-11-21 17:43 Joonas Niilola
2022-11-21 17:43 Joonas Niilola
2022-11-04 16:51 Arthur Zamarin
2022-10-31 14:28 Matt Turner
2022-10-01 17:28 Matt Turner
2022-09-30 17:55 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699785542.697378d1f0c3e9f7eb677e01168c7f888e10f4e5.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox