From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95F5D1582EF for ; Sat, 22 Feb 2025 16:49:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E02D343264 for ; Sat, 22 Feb 2025 16:49:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6FA91110472; Sat, 22 Feb 2025 16:49:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 65F53110472 for ; Sat, 22 Feb 2025 16:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D664343239 for ; Sat, 22 Feb 2025 16:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 515472654 for ; Sat, 22 Feb 2025 16:49:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740242953.981536175ba8dd86a114c3f505790fb85ee783ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bglibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/bglibs/bglibs-2.04-r3.ebuild X-VCS-Directories: dev-libs/bglibs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 981536175ba8dd86a114c3f505790fb85ee783ef X-VCS-Branch: master Date: Sat, 22 Feb 2025 16:49:45 +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: f9f78aed-7c88-4a1d-bf44-fea63d6fc958 X-Archives-Hash: 53cb206f6310d16e369473bd814786b3 commit: 981536175ba8dd86a114c3f505790fb85ee783ef Author: Alexey Sokolov asokolov org> AuthorDate: Thu Feb 20 09:56:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 22 16:49:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98153617 dev-libs/bglibs: drop 2.04-r3 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/40661 Signed-off-by: Sam James gentoo.org> dev-libs/bglibs/bglibs-2.04-r3.ebuild | 97 ----------------------------------- 1 file changed, 97 deletions(-) diff --git a/dev-libs/bglibs/bglibs-2.04-r3.ebuild b/dev-libs/bglibs/bglibs-2.04-r3.ebuild deleted file mode 100644 index 1327b6161114..000000000000 --- a/dev-libs/bglibs/bglibs-2.04-r3.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Bruce Guenter's Libraries Collection" -HOMEPAGE="https://untroubled.org/bglibs/" -SRC_URI="https://untroubled.org/bglibs/archive/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0/2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="doc" - -BDEPEND=" - sys-apps/which - dev-build/libtool - doc? ( - app-text/doxygen - dev-texlive/texlive-latexrecommended - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - virtual/latex-base - ) -" - -PATCHES=( - "${FILESDIR}"/bglibs-2.04-stack-buffers.patch - "${FILESDIR}"/bglibs-2.04-feature-tests.patch - "${FILESDIR}"/bglibs-2.04-musl.patch -) - -src_prepare() { - default - - # Remove the tests from the default target so that we can run - # them only when the user has enabled them. - sed -i '/^all:/s|selftests||' Makefile || die - sed -i '/selftests/d' TARGETS || die - - # The selftests.sh script collects the list of tests to run by - # grepping for "#ifdef SELFTEST_MAIN", which is defined in each *.c - # file to be tested. We can therefore disable individual tests by - # clobbering that line. (This should be safe; the contents of that - # ifdef are the test program, which we are disabling anyway.) - # - # This test requires network access, and currently fails even - # if you have it (https://github.com/bruceg/bglibs/issues/5). - sed -e 's/#ifdef SELFTEST_MAIN/#ifdef UNDEFINED/' \ - -i net/resolve_ipv4addr.c || die -} - -src_configure() { - echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die - echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die -} - -src_compile() { - # Parallel build fails, bug #343617 - MAKEOPTS+=" -j1" default - - if use doc; then - emake -C doc/latex pdf - fi -} - -src_test() { - einfo "Running selftests" - emake selftests -} - -src_install() { - echo "${ED}/usr/bin" > conf-bin || die - echo "${ED}/usr/$(get_libdir)/bglibs" > conf-lib || die - echo "${ED}/usr/include" > conf-include || die - echo "${ED}/usr/share/man" > conf-man || die - - default - - # Install .so into LDPATH - mv "${ED}"/usr/$(get_libdir)/bglibs/libbg.so.2.0.0 \ - "${ED}"/usr/$(get_libdir)/ \ - || die - dosym libbg.so.2.0.0 /usr/$(get_libdir)/libbg.so.2 - dosym libbg.so.2.0.0 /usr/$(get_libdir)/libbg.so - dosym ../libbg.so.2.0.0 /usr/$(get_libdir)/bglibs/libbg.so.2.0.0 - - rm "${ED}"/usr/$(get_libdir)/bglibs/libbg.la || die - - dodoc ANNOUNCEMENT NEWS README ChangeLog TODO VERSION - dodoc -r doc/html/ - if use doc; then - dodoc doc/latex/refman.pdf - fi -}