Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/coeurl/
Date: Mon, 04 Oct 2021 11:46:01
Message-Id: 1633347664.5f46ca6de6f0205931b0f668328fef1f67be5ace.tastytea@gentoo
1 commit: 5f46ca6de6f0205931b0f668328fef1f67be5ace
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Oct 3 20:07:49 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Oct 4 11:41:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f46ca6d
7
8 dev-cpp/coeurl: New package.
9
10 Dependency for >net-im/nheko-0.8.2.
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 dev-cpp/coeurl/Manifest | 1 +
15 dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild | 24 ++++++++++++++++++++++++
16 dev-cpp/coeurl/metadata.xml | 8 ++++++++
17 3 files changed, 33 insertions(+)
18
19 diff --git a/dev-cpp/coeurl/Manifest b/dev-cpp/coeurl/Manifest
20 new file mode 100644
21 index 000000000..7ac73aba6
22 --- /dev/null
23 +++ b/dev-cpp/coeurl/Manifest
24 @@ -0,0 +1 @@
25 +DIST coeurl-0.0.1_pre20210813.tar.bz2 19129 BLAKE2B f6b4b57cebd0251ddc778ad9d0fe02a852604b84894662c1dda644687dea8603aac6bd2f2a6108ae72ca8c08b07204992a8874313975ff9c03f3c49f5ddc7993 SHA512 9f50778a0f3de966bb60bb524413e783277175ae4fa38dd8a356159dd7ed65338ceab309a510bbf040b076d03f8bfeb77fd10426e2291cadff4b27afe8d0ed2e
26
27 diff --git a/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild b/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
28 new file mode 100644
29 index 000000000..ac8e678a2
30 --- /dev/null
31 +++ b/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
32 @@ -0,0 +1,24 @@
33 +# Copyright 2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit meson
39 +
40 +MY_COMMIT="22f58922da16c3b94d293d98a07cb7caa7a019e8"
41 +DESCRIPTION="A simple async wrapper around CURL for C++"
42 +HOMEPAGE="https://nheko.im/nheko-reborn/coeurl"
43 +SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
44 +S="${WORKDIR}/${PN}-${MY_COMMIT}"
45 +
46 +LICENSE="MIT"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +RESTRICT="test" # Tests turned off because they need a local webserver.
50 +
51 +RDEPEND="
52 + net-misc/curl
53 + dev-libs/libevent
54 + dev-libs/spdlog
55 +"
56 +DEPEND="${RDEPEND}"
57
58 diff --git a/dev-cpp/coeurl/metadata.xml b/dev-cpp/coeurl/metadata.xml
59 new file mode 100644
60 index 000000000..5533c93d7
61 --- /dev/null
62 +++ b/dev-cpp/coeurl/metadata.xml
63 @@ -0,0 +1,8 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="person">
68 + <email>gentoo@××××××××.de</email>
69 + <name>Ronny (tastytea) Gutbrod</name>
70 + </maintainer>
71 +</pkgmetadata>