public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/castxml/
Date: Sat,  7 Sep 2024 10:30:28 +0000 (UTC)	[thread overview]
Message-ID: <1725704943.0a858c47bc81ff45a033d0c0c9acffc18cb662bd.mgorny@gentoo> (raw)

commit:     0a858c47bc81ff45a033d0c0c9acffc18cb662bd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 10:29:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 10:29:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a858c47

dev-libs/castxml: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/castxml/Manifest             |  1 -
 dev-libs/castxml/castxml-0.6.7.ebuild | 62 -----------------------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-libs/castxml/Manifest b/dev-libs/castxml/Manifest
index 4efa452541be..0575492df556 100644
--- a/dev-libs/castxml/Manifest
+++ b/dev-libs/castxml/Manifest
@@ -1,2 +1 @@
-DIST CastXML-0.6.7.tar.gz 122608 BLAKE2B 04d10c34131fac97382fe33b1cfd8e65d62ce1339cb8eb253d867500f777346f352dfb9ff061c8e18be961ea9b7aeb86aef1d9c35d8f7e78687124e560bef435 SHA512 31acd05e15e44f64a92c47bbef13115d26e17488a111e5b2bb32bf6191c4555e8f7e380489ab9d6e52060285e25088f41253ba46f4eb95b6ec11e5c63412442f
 DIST CastXML-0.6.8.tar.gz 122609 BLAKE2B 3266535a2f08e4aa3c344f2d26cb0b98ba5d3736036ba95face5a603bbc9547a53647892e1f11cf748d954c556bec2099a734a9b9e566254186e9765c0410413 SHA512 7645286ef7fe89ebd1d582a289f9446a96f9aa6db89539314cc2a77bd005ca203d0346f5b4f7d14b83baefc41e0a2a8e55585b429985777cff6c3c0ffc1ef6ce

diff --git a/dev-libs/castxml/castxml-0.6.7.ebuild b/dev-libs/castxml/castxml-0.6.7.ebuild
deleted file mode 100644
index 4334249f655f..000000000000
--- a/dev-libs/castxml/castxml-0.6.7.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_COMPAT=( {17..19} )
-
-inherit cmake llvm-r1
-
-MY_P=CastXML-${PV}
-DESCRIPTION="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
-		-> ${MY_P}.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~riscv ~x86"
-IUSE="+man test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	$(llvm_gen_dep '
-		sys-devel/clang:${LLVM_SLOT}=
-	')
-"
-RDEPEND="
-	${DEPEND}
-"
-BDEPEND="
-	man? ( dev-python/sphinx )
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCastXML_INSTALL_DOC_DIR="share/doc/${PF}"
-		-DCastXML_INSTALL_MAN_DIR="share/man"
-		-DSPHINX_MAN="$(usex man)"
-		-DSPHINX_HTML=OFF
-		-DBUILD_TESTING="$(usex test)"
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	local CMAKE_SKIP_TESTS=(
-		# Regex doesn't match the full build path
-		cmd.input-missing
-		cmd.rsp-missing
-
-		# Gets confused by extra #defines we set for hardening etc (bug #891813)
-		cmd.cc-gnu-src-cxx-E
-		cmd.cc-gnu-src-cxx-cmd
-		cmd.cc-gnu-c-src-c-E
-		cmd.cc-gnu-c-src-c-cmd
-	)
-
-	cmake_src_test
-}


             reply	other threads:[~2024-09-07 10:30 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 10:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-libs/castxml/ Michał Górny
2025-03-08 12:34 Jakov Smolić
2025-02-15 17:25 Thomas Beierlein
2024-12-14 13:47 Michał Górny
2024-12-14 12:53 Sam James
2024-11-29 16:19 Thomas Beierlein
2024-10-14 17:43 Thomas Beierlein
2024-09-07 10:28 Arthur Zamarin
2024-08-19 14:18 Thomas Beierlein
2024-07-20 13:27 Michał Górny
2024-07-04 14:29 Thomas Beierlein
2024-05-22 11:40 Michał Górny
2024-05-18  8:18 Arthur Zamarin
2024-05-07 17:42 Thomas Beierlein
2024-05-07 17:42 Thomas Beierlein
2024-04-15 14:30 Michał Górny
2024-04-15 14:30 Michał Górny
2024-03-24 21:17 Thomas Beierlein
2024-03-24 21:06 Thomas Beierlein
2023-10-28  0:02 Sam James
2023-07-28 17:31 Thomas Beierlein
2023-03-05  9:28 Thomas Beierlein
2023-02-20 18:10 Thomas Beierlein
2023-02-17  8:24 Sam James
2022-12-24  9:49 Thomas Beierlein
2022-12-24  9:49 Thomas Beierlein
2022-10-29 19:43 Sam James
2022-09-08 19:39 Jakov Smolić
2022-08-25 11:28 Thomas Beierlein
2022-07-07  6:20 Thomas Beierlein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725704943.0a858c47bc81ff45a033d0c0c9acffc18cb662bd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox