1
0
mirror of synced 2025-02-01 16:24:32 +01:00

dev-cpp/castxml: versioned release ahead of Gentoo Sci

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ@yandex.com>
This commit is contained in:
Horea Christian 2019-03-31 23:08:47 +02:00
parent 7be8576f0e
commit f7724c8df1
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 40 additions and 1 deletions

View File

@ -1,3 +1,9 @@
*castxml-0.0.0_pre9 (31 Mar 2019)
31 Mar 2019; <chymera@gentoo.org> +castxml-0.0.0_pre9.ebuild,
castxml-9999.ebuild:
dev-cpp/castxml: versioned release ahead of Gentoo Sci
*castxml-9999 (29 Mar 2019)
29 Mar 2019; <chymera@gentoo.org> +castxml-9999.ebuild, +metadata.xml:

View File

@ -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 || die
}

View File

@ -11,6 +11,7 @@ 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"
@ -24,4 +25,6 @@ RDEPEND="
sys-devel/clang:=
"
#S="${WORKDIR}/${MY_PN}-${PV}"
src_test() {
ctest -j 20
}