commit:     1479fefbd0bfef1a5154474d0e5acf6239bf8579
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Apr 20 05:31:55 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Apr 20 05:31:55 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1479fefb

dev-cpp/castxml: version bump 0.2.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

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

diff --git a/dev-cpp/castxml/castxml-0.2.0.ebuild 
b/dev-cpp/castxml/castxml-0.2.0.ebuild
new file mode 100644
index 000000000..cf81e7209
--- /dev/null
+++ b/dev-cpp/castxml/castxml-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils llvm
+
+MY_PN="CastXML"
+
+DESCRIPTION="CastXML is a 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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${RDEPEND}"
+RDEPEND="
+               dev-libs/glib:2
+               dev-libs/libxml2
+               sys-devel/llvm:=
+               sys-devel/clang:=
+               "
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_test() {
+       cd "${BUILD_DIR}" || die
+       ctest -j 20
+}

Reply via email to