commit:     18e53e626b4079236eb7314356bd6f52c73ac42f
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 07:52:43 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 08:22:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e53e62

dev-libs/antlr-c: drop 3.5.2-r2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-libs/antlr-c/antlr-c-3.5.2-r2.ebuild | 60 --------------------------------
 dev-libs/antlr-c/metadata.xml            |  3 --
 2 files changed, 63 deletions(-)

diff --git a/dev-libs/antlr-c/antlr-c-3.5.2-r2.ebuild 
b/dev-libs/antlr-c/antlr-c-3.5.2-r2.ebuild
deleted file mode 100644
index 8f3ed3e9931b..000000000000
--- a/dev-libs/antlr-c/antlr-c-3.5.2-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="${PN%-c}"
-DESCRIPTION="The ANTLR3 C Runtime"
-HOMEPAGE="https://www.antlr3.org/";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> 
${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}3-${PV}/runtime/C"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug debugger doc"
-
-BDEPEND="doc? ( app-text/doxygen[dot] )"
-
-PATCHES=( "${FILESDIR}/3.5-cflags.patch" )
-
-src_prepare() {
-       default
-
-       sed -i '/^QUIET/s/NO/YES/' doxyfile || die
-       eautoreconf
-}
-
-src_configure() {
-       local econfargs=(
-               $(use_enable debug debuginfo)
-               $(use_enable debugger antlrdebug)
-       )
-
-       case "${ABI}" in
-               *64*) econfargs+=( --enable-64bit ) ;;
-               *) econfargs+=( --disable-64bit ) ;;
-       esac
-
-       CONFIG_SHELL="${BROOT}"/bin/bash econf "${econfargs[@]}"
-}
-
-src_compile() {
-       default
-
-       if use doc ; then
-               einfo "Generating API documentation ..."
-               doxygen -u doxyfile || die
-               doxygen doxyfile || die
-
-               HTML_DOCS=( "${S}"/api/ )
-       fi
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/antlr-c/metadata.xml b/dev-libs/antlr-c/metadata.xml
index e8db3fee410b..10d4bd616252 100644
--- a/dev-libs/antlr-c/metadata.xml
+++ b/dev-libs/antlr-c/metadata.xml
@@ -2,9 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
   <!-- maintainer-needed -->
-  <use>
-    <flag name="debugger">Compiles debug info into the library</flag>
-  </use>
   <upstream>
     <remote-id type="github">antlr/antlr3</remote-id>
   </upstream>

Reply via email to