From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bglibs/
Date: Thu, 11 Sep 2025 22:32:38 +0000 (UTC)	[thread overview]
Message-ID: <1757629897.eadf5c5abce7dd62de9a9828ac00f1152ff33f41.asturm@gentoo> (raw)
commit:     eadf5c5abce7dd62de9a9828ac00f1152ff33f41
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 20:07:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 22:31:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadf5c5a
dev-libs/bglibs: drop 2.04-r1, 2.04-r2
Bug: https://bugs.gentoo.org/962498
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
 dev-libs/bglibs/bglibs-2.04-r1.ebuild | 73 ---------------------------------
 dev-libs/bglibs/bglibs-2.04-r2.ebuild | 77 -----------------------------------
 2 files changed, 150 deletions(-)
diff --git a/dev-libs/bglibs/bglibs-2.04-r1.ebuild b/dev-libs/bglibs/bglibs-2.04-r1.ebuild
deleted file mode 100644
index a59605a8505d..000000000000
--- a/dev-libs/bglibs/bglibs-2.04-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~mips ~ppc ~ppc64 ~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
-	)
-"
-
-src_prepare() {
-	default
-	# disable tests as we want them manually
-	sed -i '/^all:/s|selftests||' Makefile || die
-	sed -i '/selftests/d' TARGETS || die
-}
-
-src_configure() {
-	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
-	echo "$(tc-getCC) ${CFLAGS}" > conf-cc || die
-	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
-}
-
-src_compile() {
-	default
-	if use doc; then
-		emake -C doc/latex pdf
-	fi
-}
-
-src_test() {
-	einfo "Running selftests"
-	emake selftests
-}
-
-src_install() {
-	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
-}
diff --git a/dev-libs/bglibs/bglibs-2.04-r2.ebuild b/dev-libs/bglibs/bglibs-2.04-r2.ebuild
deleted file mode 100644
index 2f1c2ae5a0d1..000000000000
--- a/dev-libs/bglibs/bglibs-2.04-r2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 )
-
-src_prepare() {
-	default
-	# disable tests as we want them manually
-	sed -i '/^all:/s|selftests||' Makefile || die
-	sed -i '/selftests/d' TARGETS || die
-}
-
-src_configure() {
-	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
-	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() {
-	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
-}
next             reply	other threads:[~2025-09-11 22:32 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-11 22:32 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-09  3:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/bglibs/ Sam James
2025-09-08  5:07 Arthur Zamarin
2025-09-08  0:54 Sam James
2025-09-08  0:54 Sam James
2025-06-22 16:58 Sam James
2025-06-17 19:04 Eli Schwartz
2025-02-22 16:49 Sam James
2025-02-08 23:37 Michael Orlitzky
2024-06-28 13:42 Arthur Zamarin
2022-10-28  7:17 Sam James
2022-08-28  6:30 WANG Xuerui
2021-07-21  2:22 Yixun Lan
2020-05-21 12:08 Pacho Ramos
2020-04-08  9:53 Agostino Sarubbo
2019-11-04 12:19 Mikle Kolyada
2019-06-27  9:20 Agostino Sarubbo
2019-06-21 11:07 Agostino Sarubbo
2019-06-20  9:31 Mikle Kolyada
2019-06-18 11:43 Agostino Sarubbo
2019-06-06  1:41 Andreas K. Hüttel
2019-05-17 15:29 Stefan Strogin
2019-05-17 11:46 Stefan Strogin
2019-05-17 11:43 Stefan Strogin
2019-05-17  1:01 Stefan Strogin
2019-05-17  0:46 Stefan Strogin
2019-05-02 20:54 Mikle Kolyada
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 20:14 Sergei Trofimovich
2016-06-13 12:27 Agostino Sarubbo
2016-06-13 12:26 Agostino Sarubbo
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=1757629897.eadf5c5abce7dd62de9a9828ac00f1152ff33f41.asturm@gentoo \
    --to=asturm@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