summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-03-12 23:34:08 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2024-03-13 00:05:09 +0100
commitf619f3b5365da84246fcfbe05ab582b24b3f53f6 (patch)
tree942e350578e1b3e1525a5874d045f5c39cf5b12f
parentnet-misc/curl: Stabilize 8.5.0-r3 arm, #924915 (diff)
downloadgentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.tar.gz
gentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.tar.bz2
gentoo-f619f3b5365da84246fcfbe05ab582b24b3f53f6.zip
net-libs/libre-graph-api-cpp-qt-client: new package, add 1.0.4
This is an unbundled dep for net-misc/owncloud-client Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/Manifest1
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild18
-rw-r--r--net-libs/libre-graph-api-cpp-qt-client/metadata.xml11
3 files changed, 30 insertions, 0 deletions
diff --git a/net-libs/libre-graph-api-cpp-qt-client/Manifest b/net-libs/libre-graph-api-cpp-qt-client/Manifest
new file mode 100644
index 000000000000..044c42418915
--- /dev/null
+++ b/net-libs/libre-graph-api-cpp-qt-client/Manifest
@@ -0,0 +1 @@
+DIST libre-graph-api-cpp-qt-client-1.0.4.tar.gz 118205 BLAKE2B d48eee996a3fb5160dfbca799122d50a0b6e43ad1a121fcbf8bd9a2543b5364878055b5d5d0f230ca5c69ff8cf94986f3b1fc216211458210ede1c444423edea SHA512 1e7a190abb92c9f3a5d4de8f6c1c3b8c2f8bd2c037e104fc869db8c6eab40eb878e51a627946cdf944ad768db31969e9776d14df3590e30ca3a2be5de0c722b5
diff --git a/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild b/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild
new file mode 100644
index 000000000000..51efb3492afb
--- /dev/null
+++ b/net-libs/libre-graph-api-cpp-qt-client/libre-graph-api-cpp-qt-client-1.0.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="API for cloud collaboration inspired by the MS Graph API"
+HOMEPAGE="https://github.com/owncloud/libre-graph-api-cpp-qt-client/"
+SRC_URI="https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/refs/tags/v${PV}.tar.gz -> libre-graph-api-cpp-qt-client-${PV}.tar.gz"
+
+S=${WORKDIR}/${P}/client
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="dev-qt/qtbase:6[gui,ssl]"
+RDEPEND="${DEPEND}"
diff --git a/net-libs/libre-graph-api-cpp-qt-client/metadata.xml b/net-libs/libre-graph-api-cpp-qt-client/metadata.xml
new file mode 100644
index 000000000000..71c9310e4e84
--- /dev/null
+++ b/net-libs/libre-graph-api-cpp-qt-client/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">owncloud/libre-graph-api-cpp-qt-client</remote-id>
+ </upstream>
+</pkgmetadata>