dev-cpp/castxml: new package 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:
parent
5132bf1303
commit
baf4cbdae1
4
dev-cpp/castxml/ChangeLog
Normal file
4
dev-cpp/castxml/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
||||
*castxml-9999 (29 Mar 2019)
|
||||
|
||||
29 Mar 2019; <chymera@gentoo.org> +castxml-9999.ebuild, +metadata.xml:
|
||||
dev-cpp/castxml: new package ahead of Gentoo Sci
|
27
dev-cpp/castxml/castxml-9999.ebuild
Normal file
27
dev-cpp/castxml/castxml-9999.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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:=
|
||||
"
|
||||
|
||||
#S="${WORKDIR}/${MY_PN}-${PV}"
|
18
dev-cpp/castxml/metadata.xml
Normal file
18
dev-cpp/castxml/metadata.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gw.fossdev@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>horea.christ@gmail.com</email>
|
||||
<name>Horea Christian</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>sci@gentoo.org</email>
|
||||
<name>Gentoo Science Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
CastXML is a C-family abstract syntax tree XML output tool.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user