public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/expected-lite/
Date: Sat, 10 Jun 2023 13:43:46 +0000 (UTC)	[thread overview]
Message-ID: <1686404609.80a69793b4be25b45749d64179467e0c3c73c630.sam@gentoo> (raw)

commit:     80a69793b4be25b45749d64179467e0c3c73c630
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Sat Jun 10 11:58:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 13:43:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a69793

dev-cpp/expected-lite: Add

New dependency for dev-cpp/cppgir and net-im/telegram-desktop

Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/expected-lite/Manifest                   |  1 +
 dev-cpp/expected-lite/expected-lite-0.6.3.ebuild | 25 ++++++++++++++++++++++++
 dev-cpp/expected-lite/metadata.xml               | 17 ++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-cpp/expected-lite/Manifest b/dev-cpp/expected-lite/Manifest
new file mode 100644
index 000000000000..fb7e7d57e588
--- /dev/null
+++ b/dev-cpp/expected-lite/Manifest
@@ -0,0 +1 @@
+DIST expected-lite-0.6.3.tar.gz 51878 BLAKE2B 7b9eb948d674d4fb4904c6deb4f2c8c2d578d73d8401dc386a49c5f09cc75c6fd70e0c6aa72cd1e1fb9d82cf55917c8a6d60868190ba063340eda4f3191ebc56 SHA512 d6a4f30f90494dda002ad27d227f17ce0201752178418d7dfada26441e853590d46816c88922e7d458dda68ad4414ddfe6b7fa4ed2a5854e4e3b22675b13f92a

diff --git a/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
new file mode 100644
index 000000000000..6ee9aecf0708
--- /dev/null
+++ b/dev-cpp/expected-lite/expected-lite-0.6.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Expected objects in C++11 and later in a single-file header-only library"
+HOMEPAGE="https://github.com/martinmoene/expected-lite"
+
+SRC_URI="https://github.com/martinmoene/expected-lite/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DEXPECTED_LITE_OPT_BUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}

diff --git a/dev-cpp/expected-lite/metadata.xml b/dev-cpp/expected-lite/metadata.xml
new file mode 100644
index 000000000000..5ae6bb2ec249
--- /dev/null
+++ b/dev-cpp/expected-lite/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person" proxied="yes">
+    <email>esteve.varela@gmail.com</email>
+    <name>Esteve Varela Colominas</name>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">martinmoene/expected-lite</remote-id>
+    <bugs-to>https://github.com/martinmoene/expected-lite/issues</bugs-to>
+    <changelog>https://github.com/martinmoene/expected-lite/releases</changelog>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2023-06-10 13:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-10 13:43 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-11  0:03 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/expected-lite/ Yixun Lan
2023-10-10 21:41 Yixun Lan
2024-01-02  3:56 WANG Xuerui
2024-01-15  3:32 Ionen Wolkens
2024-03-03 22:12 Sam James
2025-05-21 20:53 Sam James

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=1686404609.80a69793b4be25b45749d64179467e0c3c73c630.sam@gentoo \
    --to=sam@gentoo.org \
    --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