From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C811E138334 for ; Sun, 31 Mar 2019 21:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC9CDE08D9; Sun, 31 Mar 2019 21:13:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACF65E08D9 for ; Sun, 31 Mar 2019 21:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0B7F335D02 for ; Sun, 31 Mar 2019 21:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F07744B for ; Sun, 31 Mar 2019 21:13:25 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1554066792.ec3ef7df4bed9a0a64fdf6c61aeb7e2c543a6d63.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/castxml/castxml-0.0.0_pre9.ebuild dev-cpp/castxml/castxml-9999.ebuild dev-cpp/castxml/metadata.xml X-VCS-Directories: dev-cpp/castxml/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: ec3ef7df4bed9a0a64fdf6c61aeb7e2c543a6d63 X-VCS-Branch: master Date: Sun, 31 Mar 2019 21:13:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b08dd3a8-6f47-4552-aad4-41c4bf159364 X-Archives-Hash: 77d1671e38c096692ea4569a57e0873e commit: ec3ef7df4bed9a0a64fdf6c61aeb7e2c543a6d63 Author: Horea Christian yandex com> AuthorDate: Sun Mar 31 21:13:12 2019 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Mar 31 21:13:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ec3ef7df dev-cpp/castxml: new package Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Horea Christian yandex.com> dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 30 ++++++++++++++++++++++++++++++ dev-cpp/castxml/castxml-9999.ebuild | 31 +++++++++++++++++++++++++++++++ dev-cpp/castxml/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 79 insertions(+) diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild new file mode 100644 index 000000000..a6046f2a6 --- /dev/null +++ b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils git-r3 llvm + +MY_PN="CastXML" + +DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool." +HOMEPAGE="https://github.com/CastXML/CastXML" +SRC_URI="" +EGIT_REPO_URI="https://github.com/gerddie/CastXML" + +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:= + " + +src_test() { + cd "${BUILD_DIR}" || die + ctest -j 20 +} diff --git a/dev-cpp/castxml/castxml-9999.ebuild b/dev-cpp/castxml/castxml-9999.ebuild new file mode 100644 index 000000000..d2133c2a5 --- /dev/null +++ b/dev-cpp/castxml/castxml-9999.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 git-r3 llvm + +MY_PN="CastXML" + +DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool." +HOMEPAGE="https://github.com/CastXML/CastXML" +SRC_URI="" +EGIT_REPO_URI="https://github.com/gerddie/CastXML" +EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96" + +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:= + " + +src_test() { + cd "${BUILD_DIR}" || die + ctest -j 20 +} diff --git a/dev-cpp/castxml/metadata.xml b/dev-cpp/castxml/metadata.xml new file mode 100644 index 000000000..8e1a56707 --- /dev/null +++ b/dev-cpp/castxml/metadata.xml @@ -0,0 +1,18 @@ + + + + + gw.fossdev@gmail.com + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + CastXML is a C-family abstract syntax tree XML output tool. + +