aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-30 20:32:23 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-12-30 20:32:23 +0000
commit7120318cf31a2bc24a6780f0bbf43041b3521e03 (patch)
tree7dd8f41d42e36c92d0e7ac1305c60cc1aa03a546
parentdev-cpp/castxml: version bump to 0.3.6 (diff)
downloadsci-7120318c.tar.gz
sci-7120318c.tar.bz2
sci-7120318c.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/Manifest1
-rw-r--r--dev-cpp/castxml/castxml-0.2.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-cpp/castxml/Manifest b/dev-cpp/castxml/Manifest
index 74cec9d45..3e63ee249 100644
--- a/dev-cpp/castxml/Manifest
+++ b/dev-cpp/castxml/Manifest
@@ -1,2 +1 @@
-DIST castxml-0.2.0.tar.gz 94793 BLAKE2B 3b1560b261d68ab86f3286c80166707f677835b020d15ce3e0a6533ec467afac28505a834bf974127ea48b4d873ef617b26858b16bb8242f8688aa4be759b552 SHA512 e0c7281e44dacb9c7605cb11dd9c07a4b3919fa78ac6423f2f165e19ce4336407383ad501f1f75f287a6dbb1adab021275d4c575e2cb34c61577476b0958294a
DIST castxml-0.3.6.tar.gz 95844 BLAKE2B c0ab3c7ba29b2abb4755320d97c36ee850135fff6fd5bb7a9436d68f50e9c6a80108ac95958fe9b51afaf6b4ebdde7db825a9cdf047c5e8f47f4f57fba77dcc1 SHA512 c850ce9ce0ef716cf64139d4311955deb8373db691e3cb7348932bbd3945056366838187603e5850a088911a8be6b0e5b53e2c700c0b5c8fed71008de7ab2350
diff --git a/dev-cpp/castxml/castxml-0.2.0.ebuild b/dev-cpp/castxml/castxml-0.2.0.ebuild
deleted file mode 100644
index cf81e7209..000000000
--- a/dev-cpp/castxml/castxml-0.2.0.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 llvm
-
-MY_PN="CastXML"
-
-DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
-HOMEPAGE="https://github.com/CastXML/CastXML"
-SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-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}"
-
-src_test() {
- cd "${BUILD_DIR}" || die
- ctest -j 20
-}