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/elfio/
Date: Sat,  4 Dec 2021 04:35:29 +0000 (UTC)	[thread overview]
Message-ID: <1638592416.9fa634baf2ea8aa9ea672b31a260d6f7b07eb880.sam@gentoo> (raw)

commit:     9fa634baf2ea8aa9ea672b31a260d6f7b07eb880
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  4 04:33:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 04:33:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa634ba

dev-cpp/elfio: initial import

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-cpp/elfio/Manifest         |  1 +
 dev-cpp/elfio/elfio-3.9.ebuild | 27 +++++++++++++++++++++++++++
 dev-cpp/elfio/metadata.xml     | 11 +++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-cpp/elfio/Manifest b/dev-cpp/elfio/Manifest
new file mode 100644
index 000000000000..0f9656cf99df
--- /dev/null
+++ b/dev-cpp/elfio/Manifest
@@ -0,0 +1 @@
+DIST elfio-3.9.tar.gz 4265086 BLAKE2B 3f2f40930ad82b9bd4f53f14c117e71e5c8ba39f0952555c51f196ca03b187702347c80db30ecf6ad9d19bc4edfae18d1b3f04d4cd09e2b85f9bba9736e0a78a SHA512 479c4132ac3575940bd1e8190ba5253e54ae57f38319d7bca75ea85ee2f744f5d5b460d2d4ceb17eca0d0561c6e281673f050bbdab2f5ff526c031c220876bf1

diff --git a/dev-cpp/elfio/elfio-3.9.ebuild b/dev-cpp/elfio/elfio-3.9.ebuild
new file mode 100644
index 000000000000..048dd0370aad
--- /dev/null
+++ b/dev-cpp/elfio/elfio-3.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="ELF reader/producer header-only C++ library"
+HOMEPAGE="https://github.com/serge1/ELFIO"
+SRC_URI="https://github.com/serge1/${PN}/archive/Release_${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN^^}-Release_${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/boost )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DELFIO_BUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}

diff --git a/dev-cpp/elfio/metadata.xml b/dev-cpp/elfio/metadata.xml
new file mode 100644
index 000000000000..ed1cdcacd518
--- /dev/null
+++ b/dev-cpp/elfio/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">serge1/ELFIO</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-12-04  4:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-04  4:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-10  7:50 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/elfio/ Sam James
2022-07-26  4:26 Sam James
2022-12-10  4:35 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=1638592416.9fa634baf2ea8aa9ea672b31a260d6f7b07eb880.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