From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8CAB13835B for ; Wed, 30 Dec 2020 20:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C30CAE0A76; Wed, 30 Dec 2020 20:35:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB816E0A76 for ; Wed, 30 Dec 2020 20:35:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CAD3411A5 for ; Wed, 30 Dec 2020 20:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BEA0332 for ; Wed, 30 Dec 2020 20:35:05 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1609360343.7120318cf31a2bc24a6780f0bbf43041b3521e03.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/castxml/castxml-0.2.0.ebuild X-VCS-Directories: dev-cpp/castxml/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 7120318cf31a2bc24a6780f0bbf43041b3521e03 X-VCS-Branch: master Date: Wed, 30 Dec 2020 20:35:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb7caa21-011d-4797-beca-488b3593a1c5 X-Archives-Hash: 64d91e532eafa1f24c133c8f7d0ecb7f commit: 7120318cf31a2bc24a6780f0bbf43041b3521e03 Author: Aisha Tammy aisha cc> AuthorDate: Wed Dec 30 20:32:23 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Dec 30 20:32:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7120318c dev-cpp/castxml: drop old version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> dev-cpp/castxml/castxml-0.2.0.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) 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 -}