From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libcloudproviders/
Date: Thu, 11 Jun 2020 16:50:33 +0000 (UTC) [thread overview]
Message-ID: <1591793354.7a428657b5625222c0fc40d9755ecfa2c9719145.andrewammerlaan@gentoo> (raw)
commit: 7a428657b5625222c0fc40d9755ecfa2c9719145
Author: David Heidelberg <david <AT> ixit <DOT> cz>
AuthorDate: Wed Jun 10 12:49:14 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jun 10 12:49:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a428657
dev-libs/libcloudproviders: New package.
Required for GTK with cloud providers support.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: David Heidelberg <david <AT> ixit.cz>
dev-libs/libcloudproviders/Manifest | 1 +
.../libcloudproviders-0.3.1.ebuild | 42 ++++++++++++++++++++++
dev-libs/libcloudproviders/metadata.xml | 12 +++++++
3 files changed, 55 insertions(+)
diff --git a/dev-libs/libcloudproviders/Manifest b/dev-libs/libcloudproviders/Manifest
new file mode 100644
index 0000000..2990e5a
--- /dev/null
+++ b/dev-libs/libcloudproviders/Manifest
@@ -0,0 +1 @@
+DIST libcloudproviders-0.3.1.tar.gz 25426 BLAKE2B 816308d0d18ab63e7ce8a90b4d9c6b041e47c45f83832b2ba120b4e24f7c56f1bbfdc18e923c421bef53de6147761e89a6b07cbaa117119494127f88ea67c943 SHA512 ea84659715aa66cbfe8d909430004d28aea88922fabc81742c867967ea2449045a4054c3b795934c17a18982054416e0e10815b3c306ea38753c2efed0318d90
diff --git a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild
new file mode 100644
index 0000000..6d351c5
--- /dev/null
+++ b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND="vapigen"
+
+inherit meson vala
+
+DESCRIPTION="DBus API that allows cloud storage sync clients to expose their services."
+HOMEPAGE="https://gitlab.gnome.org/World/libcloudproviders"
+SRC_URI="https://gitlab.gnome.org/World/libcloudproviders/-/archive/${PV}/libcloudproviders-${PV}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc introspection vala"
+
+RDEPEND="
+ >=dev-libs/glib-2.58.0:2
+"
+DEPEND="${RDEPEND}
+ introspection? ( dev-libs/gobject-introspection:= )
+"
+BDEPEND="$(vala_depend)
+ doc? ( dev-util/gdbus-codegen )
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ vala_src_prepare
+ default
+}
+src_configure() {
+ local emesonargs=(
+ $(meson_use vala vapigen)
+ $(meson_use introspection)
+ $(meson_use doc enable-gtk-doc)
+ -Dinstalled-tests=false
+ )
+ meson_src_configure
+}
diff --git a/dev-libs/libcloudproviders/metadata.xml b/dev-libs/libcloudproviders/metadata.xml
new file mode 100644
index 0000000..3eb4de0
--- /dev/null
+++ b/dev-libs/libcloudproviders/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services. Clients such as file managers and desktop environments can then provide integrated access to the cloud providers services.
+
+ </longdescription>
+ <maintainer type="person">
+ <email>david@ixit.cz</email>
+ <name>David Heidelberg</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2020-06-11 16:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-11 16:50 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-26 10:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libcloudproviders/ Florian Schmaus
2022-11-26 10:54 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2021-05-04 8:41 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-04 8:41 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-24 10:30 Andrew Ammerlaan
2020-12-23 10:24 Andrew Ammerlaan
2020-06-11 16:50 Andrew Ammerlaan
2020-06-11 16:43 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-11 16:50 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
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=1591793354.7a428657b5625222c0fc40d9755ecfa2c9719145.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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