Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libQuotient/
Date: Wed, 30 Dec 2020 10:32:15
Message-Id: 1609284905.2556c285ce37600d2f018e6a965a67128beda267.andrewammerlaan@gentoo
1 commit: 2556c285ce37600d2f018e6a965a67128beda267
2 Author: David Roman <davidroman96 <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 29 23:31:05 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Dec 29 23:35:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2556c285
7
8 dev-libs/libQuotient: new package
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
12
13 dev-libs/libQuotient/Manifest | 1 +
14 dev-libs/libQuotient/libQuotient-0.6.2.ebuild | 28 +++++++++++++++++++++++++++
15 dev-libs/libQuotient/metadata.xml | 8 ++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/dev-libs/libQuotient/Manifest b/dev-libs/libQuotient/Manifest
19 new file mode 100644
20 index 00000000..5600d6cf
21 --- /dev/null
22 +++ b/dev-libs/libQuotient/Manifest
23 @@ -0,0 +1 @@
24 +DIST libQuotient-0.6.2.tar.gz 557665 BLAKE2B 214d9c752a2f1907cd99aab6d893342d8547cf21e0a700f72f70af11ed639de48a7dcf059b221c3e2cf5f1c01449a3c2140d6118ad95f727b551f60c9f3b53ca SHA512 6388b142675b1f11864c8f0388b0039311a6306feeb6e053060b0ccc737e4e3f97698268314d8802cac2402ea5f2b90a3fce5a10c4966b98e67c7d97bb2b39db
25
26 diff --git a/dev-libs/libQuotient/libQuotient-0.6.2.ebuild b/dev-libs/libQuotient/libQuotient-0.6.2.ebuild
27 new file mode 100644
28 index 00000000..bd5160ba
29 --- /dev/null
30 +++ b/dev-libs/libQuotient/libQuotient-0.6.2.ebuild
31 @@ -0,0 +1,28 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit cmake
38 +
39 +DESCRIPTION="A Qt5 library to write cross-platform clients for Matrix"
40 +HOMEPAGE="https://github.com/quotient-im/libQuotient"
41 +
42 +if [[ ${PV} == *9999 ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://github.com/quotient-im/${PN}"
45 +else
46 + SRC_URI="https://github.com/quotient-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 + KEYWORDS="~amd64"
48 +fi
49 +
50 +LICENSE="LGPL-2.1"
51 +SLOT="0"
52 +IUSE="test"
53 +RESTRICT="!test? ( test )"
54 +
55 +DEPEND="
56 + dev-qt/qtgui
57 + dev-qt/qtnetwork
58 +"
59 +RDEPEND="${DEPEND}"
60
61 diff --git a/dev-libs/libQuotient/metadata.xml b/dev-libs/libQuotient/metadata.xml
62 new file mode 100644
63 index 00000000..01c1fc84
64 --- /dev/null
65 +++ b/dev-libs/libQuotient/metadata.xml
66 @@ -0,0 +1,8 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 + <maintainer type="person">
71 + <email>davidroman96@×××××.com</email>
72 + <name>David Roman</name>
73 + </maintainer>
74 +</pkgmetadata>