public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/coeurl/
Date: Sat, 20 Nov 2021 13:05:55 +0000 (UTC)	[thread overview]
Message-ID: <1637190070.fb45deb629429bf3f7848f5175191065b82a4983.lanodan@gentoo> (raw)

commit:     fb45deb629429bf3f7848f5175191065b82a4983
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Nov 17 23:01:10 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Nov 17 23:01:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb45deb6

dev-cpp/coeurl: Version bump 0.1.0.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-cpp/coeurl/Manifest            |  1 +
 dev-cpp/coeurl/coeurl-0.1.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-cpp/coeurl/Manifest b/dev-cpp/coeurl/Manifest
index 7ac73aba6..7a311d505 100644
--- a/dev-cpp/coeurl/Manifest
+++ b/dev-cpp/coeurl/Manifest
@@ -1 +1,2 @@
 DIST coeurl-0.0.1_pre20210813.tar.bz2 19129 BLAKE2B f6b4b57cebd0251ddc778ad9d0fe02a852604b84894662c1dda644687dea8603aac6bd2f2a6108ae72ca8c08b07204992a8874313975ff9c03f3c49f5ddc7993 SHA512 9f50778a0f3de966bb60bb524413e783277175ae4fa38dd8a356159dd7ed65338ceab309a510bbf040b076d03f8bfeb77fd10426e2291cadff4b27afe8d0ed2e
+DIST coeurl-0.1.0.tar.bz2 45278 BLAKE2B a6b4729cde8d341fe8c926f520b37ede82d677bdc3429467eefcec99ae12d706ba0c288ab8fe203fa19089c17ae7397864c5fc77b04efdc1a50861084987ff86 SHA512 a84c56b644ffae30e73f945719b524f546ea19a895b63b8d7c9b11bad95c7d2bf12956199b5a705980d9c227933ad0667478a62db8a0d15a7699febce3ba74a7

diff --git a/dev-cpp/coeurl/coeurl-0.1.0.ebuild b/dev-cpp/coeurl/coeurl-0.1.0.ebuild
new file mode 100644
index 000000000..53569de45
--- /dev/null
+++ b/dev-cpp/coeurl/coeurl-0.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A simple async wrapper around CURL for C++"
+HOMEPAGE="https://nheko.im/nheko-reborn/coeurl"
+SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="test" # Tests turned off because they need a local webserver.
+
+RDEPEND="
+	net-misc/curl
+	dev-libs/libevent
+	dev-libs/spdlog
+"
+DEPEND="
+	${RDEPEND}
+	test? ( dev-cpp/doctest )
+"
+
+src_configure() {
+	local -a emesonargs=(
+		$(meson_use test tests)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2021-11-20 13:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-20 13:05 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-07 16:22 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/coeurl/ Ronny Gutbrod
2022-03-07 21:21 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-07 16:22 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-07 21:21 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-07-11  6:54 Andrew Ammerlaan
2022-07-23 17:36 Haelwenn Monnier
2022-07-23 17:36 Haelwenn Monnier
2023-01-12 10:38 Florian Schmaus
2023-01-12 10:38 Florian Schmaus
2023-07-22 23:06 David Roman
2023-07-22 23:06 David Roman
2023-07-22 23:06 David Roman
2023-07-22 23:06 David Roman
2023-07-22 23:06 David Roman
2023-07-22 23:06 David Roman
2023-07-31 14:53 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1637190070.fb45deb629429bf3f7848f5175191065b82a4983.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox