From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1236113-garchives=archives.gentoo.org@lists.gentoo.org>
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 BCA6913835A
	for <garchives@archives.gentoo.org>; 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 B9308E0A07;
	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 A1FA4E0A07
	for <gentoo-commits@lists.gentoo.org>; 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 3997D3411D4
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 20:35:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F44F47E
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 20:35:05 +0000 (UTC)
From: "Aisha Tammy" <gentoo@aisha.cc>
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" <gentoo@aisha.cc>
Message-ID: <1609360358.3c6c66621a84b3f7948dd5691d842405f1fcac54.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.0.0_pre9.ebuild
X-VCS-Directories: dev-cpp/castxml/
X-VCS-Committer: epsilon-0
X-VCS-Committer-Name: Aisha Tammy
X-VCS-Revision: 3c6c66621a84b3f7948dd5691d842405f1fcac54
X-VCS-Branch: master
Date: Wed, 30 Dec 2020 20:35:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: dfb08959-eb1c-47a6-89a5-6287e1860120
X-Archives-Hash: 324847ca99595352dc613a6a0b0c6c4c

commit:     3c6c66621a84b3f7948dd5691d842405f1fcac54
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 20:32:38 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 20:32:38 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3c6c6662

dev-cpp/castxml: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-cpp/castxml/castxml-0.0.0_pre9.ebuild | 31 -------------------------------
 1 file changed, 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
-}