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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC4CB158020 for ; Sat, 26 Nov 2022 10:41:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49457E096F; Sat, 26 Nov 2022 10:41:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C4D1E096F for ; Sat, 26 Nov 2022 10:41:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E353341420 for ; Sat, 26 Nov 2022 10:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA6773C for ; Sat, 26 Nov 2022 10:41:36 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1669459250.a11353894d274dfb624c5e4e3b062c214bb4bc02.flow@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/Manifest dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild dev-libs/libcloudproviders/metadata.xml X-VCS-Directories: dev-libs/libcloudproviders/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a11353894d274dfb624c5e4e3b062c214bb4bc02 X-VCS-Branch: dev Date: Sat, 26 Nov 2022 10:41:36 +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: cd29df79-dd9e-4549-9bfa-ce51c04cd77c X-Archives-Hash: cbc0a584f0ef5b0557876220cc705c44 commit: a11353894d274dfb624c5e4e3b062c214bb4bc02 Author: Florian Schmaus gentoo org> AuthorDate: Sat Nov 26 10:40:47 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Nov 26 10:40:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1135389 dev-libs/libcloudproviders: treeclean (available in ::gentoo as net-libs/libcloudproivders) Signed-off-by: Florian Schmaus gentoo.org> dev-libs/libcloudproviders/Manifest | 1 - .../libcloudproviders-0.3.1.ebuild | 49 ---------------------- dev-libs/libcloudproviders/metadata.xml | 11 ----- 3 files changed, 61 deletions(-) diff --git a/dev-libs/libcloudproviders/Manifest b/dev-libs/libcloudproviders/Manifest deleted file mode 100644 index 2990e5acf..000000000 --- a/dev-libs/libcloudproviders/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 9f1202472..000000000 --- a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-libs/libcloudproviders/metadata.xml b/dev-libs/libcloudproviders/metadata.xml deleted file mode 100644 index 846f4d4bd..000000000 --- a/dev-libs/libcloudproviders/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - telans@posteo.de - James Beddek - - - 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. - - 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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74E5C158020 for ; Sat, 26 Nov 2022 10:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15037E0A5E; Sat, 26 Nov 2022 10:54:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF6E7E0A5E for ; Sat, 26 Nov 2022 10:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7A2C341481 for ; Sat, 26 Nov 2022 10:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E86783 for ; Sat, 26 Nov 2022 10:54:31 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1669459250.a11353894d274dfb624c5e4e3b062c214bb4bc02.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libcloudproviders/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libcloudproviders/Manifest dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild dev-libs/libcloudproviders/metadata.xml X-VCS-Directories: dev-libs/libcloudproviders/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: a11353894d274dfb624c5e4e3b062c214bb4bc02 X-VCS-Branch: master Date: Sat, 26 Nov 2022 10:54:31 +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: 66b66f4c-c8dd-49cf-b48d-5133dffec683 X-Archives-Hash: 7b6f86dcbf9d1dbc52b04e903b74ba00 Message-ID: <20221126105431.Vd6zMbPab-qIAJw5vaVaoCwI0uw9mhS6Qxq1GxvTMe4@z> commit: a11353894d274dfb624c5e4e3b062c214bb4bc02 Author: Florian Schmaus gentoo org> AuthorDate: Sat Nov 26 10:40:47 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Nov 26 10:40:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1135389 dev-libs/libcloudproviders: treeclean (available in ::gentoo as net-libs/libcloudproivders) Signed-off-by: Florian Schmaus gentoo.org> dev-libs/libcloudproviders/Manifest | 1 - .../libcloudproviders-0.3.1.ebuild | 49 ---------------------- dev-libs/libcloudproviders/metadata.xml | 11 ----- 3 files changed, 61 deletions(-) diff --git a/dev-libs/libcloudproviders/Manifest b/dev-libs/libcloudproviders/Manifest deleted file mode 100644 index 2990e5acf..000000000 --- a/dev-libs/libcloudproviders/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 9f1202472..000000000 --- a/dev-libs/libcloudproviders/libcloudproviders-0.3.1.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-libs/libcloudproviders/metadata.xml b/dev-libs/libcloudproviders/metadata.xml deleted file mode 100644 index 846f4d4bd..000000000 --- a/dev-libs/libcloudproviders/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - telans@posteo.de - James Beddek - - - 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. - -