public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/castxml/
Date: Thu,  7 Jul 2022 06:20:30 +0000 (UTC)	[thread overview]
Message-ID: <1657174751.3c3aa8c8f5410ab741a1a6ac81a0ba9d53d57dfa.tomjbe@gentoo> (raw)

commit:     3c3aa8c8f5410ab741a1a6ac81a0ba9d53d57dfa
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 06:07:37 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 06:19:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3aa8c8

dev-libs/castxml: new package, add 0.4.5

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 dev-libs/castxml/Manifest             |  1 +
 dev-libs/castxml/castxml-0.4.5.ebuild | 40 +++++++++++++++++++++++++++++++++++
 dev-libs/castxml/metadata.xml         | 12 +++++++++++
 3 files changed, 53 insertions(+)

diff --git a/dev-libs/castxml/Manifest b/dev-libs/castxml/Manifest
new file mode 100644
index 000000000000..11a4f5007da9
--- /dev/null
+++ b/dev-libs/castxml/Manifest
@@ -0,0 +1 @@
+DIST castxml-0.4.5.tar.gz 104158 BLAKE2B 7d1642442d6908a7d7e1dd8f80a37b55ec8652191c4c93faf7f45601d730653d9b0e5af601f74aca7bce8579c0006eab0e9a2a75752abe2acbec1cfbf1522645 SHA512 c35c5d60dc7487d5dddba34de92590122db8457659458ee4e735fe9936dc59473bd31ed602e05e73651780f25a55ef5554e2daec0923ffb5a7575904320f5352

diff --git a/dev-libs/castxml/castxml-0.4.5.ebuild b/dev-libs/castxml/castxml-0.4.5.ebuild
new file mode 100644
index 000000000000..35603a9ecafd
--- /dev/null
+++ b/dev-libs/castxml/castxml-0.4.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C-family abstract syntax tree XML output tool"
+HOMEPAGE="https://github.com/CastXML/CastXML"
+SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/CastXML-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+		sys-devel/llvm:=
+		sys-devel/clang:=
+	"
+DEPEND="${RDEPEND}"
+BDEPEND="
+		${RDEPEND}
+		dev-python/sphinx
+	"
+
+src_configure() {
+	local mycmakeargs=(
+		-DCastXML_INSTALL_DOC_DIR="share/doc/${P}"
+		-DCastXML_INSTALL_MAN_DIR="share/man"
+		-DSPHINX_MAN=ON
+		-DSPHINX_HTML=OFF
+		-DBUILD_TESTING="$(usex test)"
+	)
+	cmake_src_configure
+}

diff --git a/dev-libs/castxml/metadata.xml b/dev-libs/castxml/metadata.xml
new file mode 100644
index 000000000000..642c87f3644f
--- /dev/null
+++ b/dev-libs/castxml/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+  <maintainer type="person">
+    <email>tomjbe@gentoo.org</email>
+    <name>Thomas Beierlein</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>radio@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-07-07  6:20 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07  6:20 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-25 11:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/castxml/ Thomas Beierlein
2022-09-08 19:39 Jakov Smolić
2022-10-29 19:43 Sam James
2022-12-24  9:49 Thomas Beierlein
2022-12-24  9:49 Thomas Beierlein
2023-02-17  8:24 Sam James
2023-02-20 18:10 Thomas Beierlein
2023-03-05  9:28 Thomas Beierlein
2023-07-28 17:31 Thomas Beierlein
2023-10-28  0:02 Sam James
2024-03-24 21:06 Thomas Beierlein
2024-03-24 21:17 Thomas Beierlein
2024-04-15 14:30 Michał Górny
2024-04-15 14:30 Michał Górny
2024-05-07 17:42 Thomas Beierlein
2024-05-07 17:42 Thomas Beierlein
2024-05-18  8:18 Arthur Zamarin
2024-05-22 11:40 Michał Górny
2024-07-04 14:29 Thomas Beierlein
2024-07-20 13:27 Michał Górny
2024-08-19 14:18 Thomas Beierlein
2024-09-07 10:28 Arthur Zamarin
2024-09-07 10:30 Michał Górny

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=1657174751.3c3aa8c8f5410ab741a1a6ac81a0ba9d53d57dfa.tomjbe@gentoo \
    --to=tomjbe@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