dev-libs/libcloudproviders: treeclean (available in ::gentoo as net-libs/libcloudproivders)

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-11-26 11:40:47 +01:00
parent 0e12c2266a
commit a11353894d
3 changed files with 0 additions and 61 deletions

View File

@@ -1 +0,0 @@
DIST libcloudproviders-0.3.1.tar.gz 25426 BLAKE2B 816308d0d18ab63e7ce8a90b4d9c6b041e47c45f83832b2ba120b4e24f7c56f1bbfdc18e923c421bef53de6147761e89a6b07cbaa117119494127f88ea67c943 SHA512 ea84659715aa66cbfe8d909430004d28aea88922fabc81742c867967ea2449045a4054c3b795934c17a18982054416e0e10815b3c306ea38753c2efed0318d90

View File

@@ -1,49 +0,0 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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 ~arm ~arm64 ~x86"
IUSE="doc introspection vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND=">=dev-libs/glib-2.58.0:2"
DEPEND="
${RDEPEND}
introspection? ( dev-libs/gobject-introspection:= )
"
BDEPEND="
$(vala_depend)
dev-util/gdbus-codegen
dev-util/glib-utils
doc? (
dev-util/gdbus-codegen
dev-util/gtk-doc
)
virtual/pkgconfig
"
src_prepare() {
default
vala_setup
}
src_configure() {
local emesonargs=(
$(meson_use vala vapigen)
$(meson_use introspection)
$(meson_use doc enable-gtk-doc)
-Dinstalled-tests=false
)
meson_src_configure
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>telans@posteo.de</email>
<name>James Beddek</name>
</maintainer>
<longdescription lang="en">
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>
</pkgmetadata>