commit:     bad99a991dd41e119987f5bb058f1a268d82dd58
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 14 01:33:46 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 01:33:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bad99a99

dev-cpp/castxml: version bump 0.4.3

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-cpp/castxml/castxml-0.4.3.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-cpp/castxml/castxml-0.4.3.ebuild 
b/dev-cpp/castxml/castxml-0.4.3.ebuild
new file mode 100644
index 000000000..6fb7ac720
--- /dev/null
+++ b/dev-cpp/castxml/castxml-0.4.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
+HOMEPAGE="https://github.com/CastXML/CastXML";
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/CastXML/CastXML";
+else
+       SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+       dev-libs/glib:2
+       dev-libs/libxml2
+       sys-devel/llvm:=
+       sys-devel/clang:=
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.3.6-install-paths.patch )

Reply via email to