public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gulrak-filesystem/
Date: Tue,  2 Nov 2021 21:09:32 +0000 (UTC)	[thread overview]
Message-ID: <1635887341.1c0198721f7ce10bb5b7ce1bac4ff646d7dabafc.chewi@gentoo> (raw)

commit:     1c0198721f7ce10bb5b7ce1bac4ff646d7dabafc
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  2 21:09:01 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 21:09:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c019872

dev-cpp/gulrak-filesystem: New package needed by x11-misc/barrier

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/gulrak-filesystem/Manifest                 |  1 +
 .../gulrak-filesystem-1.5.10.ebuild                | 35 ++++++++++++++++++++++
 dev-cpp/gulrak-filesystem/metadata.xml             | 11 +++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-cpp/gulrak-filesystem/Manifest b/dev-cpp/gulrak-filesystem/Manifest
new file mode 100644
index 00000000000..570717e1d82
--- /dev/null
+++ b/dev-cpp/gulrak-filesystem/Manifest
@@ -0,0 +1 @@
+DIST gulrak-filesystem-1.5.10.tar.gz 176873 BLAKE2B 0c9ccfd918ede195c65a25a361c9d3a7acca99d2e5e917911a5dcd7e74c989c291f37e962943771860ea8b14f26d066863faea4dd17cb25d44aa9061913d5e5c SHA512 470dd9e1c4358f9d8d9f531d8c3c6716cdd156c815315748436a1dc3caf095d320e58eae2274df8c15e293cc96170752fb00aed8ad2210d417b174c13297fbac

diff --git a/dev-cpp/gulrak-filesystem/gulrak-filesystem-1.5.10.ebuild b/dev-cpp/gulrak-filesystem/gulrak-filesystem-1.5.10.ebuild
new file mode 100644
index 00000000000..ea6c138fc1a
--- /dev/null
+++ b/dev-cpp/gulrak-filesystem/gulrak-filesystem-1.5.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Header-only single-file std::filesystem compatible helper library"
+HOMEPAGE="https://github.com/gulrak/filesystem"
+SRC_URI="https://github.com/gulrak/filesystem/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+S="${WORKDIR}/${P#*-}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DGHC_FILESYSTEM_BUILD_EXAMPLES=OFF
+		-DGHC_FILESYSTEM_BUILD_TESTING=$(usex test)
+		-DGHC_FILESYSTEM_WITH_INSTALL=ON
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	docinto examples
+	use examples && dodoc examples/*.cpp
+}

diff --git a/dev-cpp/gulrak-filesystem/metadata.xml b/dev-cpp/gulrak-filesystem/metadata.xml
new file mode 100644
index 00000000000..e567ba1ed01
--- /dev/null
+++ b/dev-cpp/gulrak-filesystem/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>chewi@gentoo.org</email>
+		<name>James Le Cuirot</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">gulrak/filesystem</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-11-02 21:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-02 21:09 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-07 20:36 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gulrak-filesystem/ James Le Cuirot
2022-04-21  7:02 Agostino Sarubbo
2022-04-21  7:07 Agostino Sarubbo
2022-10-20 12:23 Jakov Smolić
2023-01-29 10:41 James Le Cuirot
2023-03-08 23:08 James Le Cuirot
2023-03-08 23:28 James Le Cuirot

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=1635887341.1c0198721f7ce10bb5b7ce1bac4ff646d7dabafc.chewi@gentoo \
    --to=chewi@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