From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 095411382C5 for ; Wed, 23 Dec 2020 05:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 399D1E09F5; Wed, 23 Dec 2020 05:56:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20A92E09F5 for ; Wed, 23 Dec 2020 05:55:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B2E334129F for ; Wed, 23 Dec 2020 05:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30341B8 for ; Wed, 23 Dec 2020 05:55:57 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608702889.360389d093fa2721d39fbd5f18f427a9b804a1a2.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libcloudproviders/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild dev-libs/libcloudproviders/metadata.xml X-VCS-Directories: dev-libs/libcloudproviders/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 360389d093fa2721d39fbd5f18f427a9b804a1a2 X-VCS-Branch: dev Date: Wed, 23 Dec 2020 05:55:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f046da21-c6b4-4ab3-8c0f-ecba741f13f6 X-Archives-Hash: 40eca2bb61c1c0b9be4f16f72caf5233 commit: 360389d093fa2721d39fbd5f18f427a9b804a1a2 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 05:54:49 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Dec 23 05:54:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=360389d0 dev-libs/libcloudproviders: bdepend dev-util/glib-utils Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild | 15 +++++++++------ dev-libs/libcloudproviders/metadata.xml | 5 ++++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild index 09e24d99..81534f47 100644 --- a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild +++ b/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild @@ -17,13 +17,14 @@ KEYWORDS="~amd64" IUSE="doc introspection vala" REQUIRED_USE="vala? ( introspection )" -RDEPEND=" - >=dev-libs/glib-2.58.0:2 -" -DEPEND="${RDEPEND} +RDEPEND=">=dev-libs/glib-2.58.0:2" +DEPEND=" + ${RDEPEND} introspection? ( dev-libs/gobject-introspection:= ) " -BDEPEND="$(vala_depend) +BDEPEND=" + $(vala_depend) + dev-util/glib-utils doc? ( dev-util/gdbus-codegen dev-util/gtk-doc @@ -32,9 +33,10 @@ BDEPEND="$(vala_depend) " src_prepare() { - vala_src_prepare default + vala_src_prepare } + src_configure() { local emesonargs=( $(meson_use vala vapigen) @@ -42,5 +44,6 @@ src_configure() { $(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 index 8f5e68ae..519e18c6 100644 --- a/dev-libs/libcloudproviders/metadata.xml +++ b/dev-libs/libcloudproviders/metadata.xml @@ -1,7 +1,10 @@ - + + telans@posteo.de + Theo Anderson + 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.