aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-30 20:32:38 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-12-30 20:32:38 +0000
commit3c6c66621a84b3f7948dd5691d842405f1fcac54 (patch)
tree76215659300ee3df97d39ec6f1bea7572e61678f
parentdev-cpp/castxml: drop old version (diff)
downloadsci-3c6c66621a84b3f7948dd5691d842405f1fcac54.tar.gz
sci-3c6c66621a84b3f7948dd5691d842405f1fcac54.tar.bz2
sci-3c6c66621a84b3f7948dd5691d842405f1fcac54.zip
dev-cpp/castxml: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
-rw-r--r--dev-cpp/castxml/castxml-0.0.0_pre9.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild b/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
deleted file mode 100644
index d2133c2a5..000000000
--- a/dev-cpp/castxml/castxml-0.0.0_pre9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}