Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/
Date: Wed, 30 Dec 2020 20:35:09
Message-Id: 1609360358.3c6c66621a84b3f7948dd5691d842405f1fcac54.epsilon-0@gentoo
1 commit: 3c6c66621a84b3f7948dd5691d842405f1fcac54
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 20:32:38 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 20:32:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3c6c6662
7
8 dev-cpp/castxml: drop old version
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 31 -------------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
17 deleted file mode 100644
18 index d2133c2a5..000000000
19 --- a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils git-r3 llvm
28 -
29 -MY_PN="CastXML"
30 -
31 -DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
32 -HOMEPAGE="https://github.com/CastXML/CastXML"
33 -SRC_URI=""
34 -EGIT_REPO_URI="https://github.com/gerddie/CastXML"
35 -EGIT_COMMIT="6b3d3f985f4607430d0e7ecd835ee80b29f3ae96"
36 -
37 -LICENSE="Apache-2.0"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -DEPEND="${RDEPEND}"
42 -RDEPEND="
43 - dev-libs/glib:2
44 - dev-libs/libxml2
45 - sys-devel/llvm:=
46 - sys-devel/clang:=
47 - "
48 -
49 -src_test() {
50 - cd "${BUILD_DIR}" || die
51 - ctest -j 20
52 -}