From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1729569-garchives=archives.gentoo.org@lists.gentoo.org> 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 567D41584F2 for <garchives@archives.gentoo.org>; Wed, 19 Mar 2025 23:55:57 +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 2A23D3431E0 for <garchives@archives.gentoo.org>; Wed, 19 Mar 2025 23:55:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 79C311103CD; Wed, 19 Mar 2025 23:55:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 759DE1103CD for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 23:55:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFA7934318E for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 23:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7613D2822 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Mar 2025 23:55:46 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1742428269.157c38d9a2dafe3fd49bf884b849e45f943d939e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dblatex/dblatex-0.3.12-r2.ebuild X-VCS-Directories: app-text/dblatex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 157c38d9a2dafe3fd49bf884b849e45f943d939e X-VCS-Branch: master Date: Wed, 19 Mar 2025 23:55:46 +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: dfd18da9-ac63-404b-a21c-618b6c6d032b X-Archives-Hash: 7d4c4f9fb2adec3883065c2998af1d00 commit: 157c38d9a2dafe3fd49bf884b849e45f943d939e Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Mon Mar 17 00:25:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 19 23:51:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157c38d9 app-text/dblatex: drop 0.3.12-r2 Closes: https://bugs.gentoo.org/948580 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/41127 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/dblatex/dblatex-0.3.12-r2.ebuild | 69 ------------------------------- 1 file changed, 69 deletions(-) diff --git a/app-text/dblatex/dblatex-0.3.12-r2.ebuild b/app-text/dblatex/dblatex-0.3.12-r2.ebuild deleted file mode 100644 index ea320f817ecb..000000000000 --- a/app-text/dblatex/dblatex-0.3.12-r2.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -# Breaks installation of /usr/bin/dblatex, bug #906788 -#DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Transform DocBook using TeX macros" -HOMEPAGE="http://dblatex.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${PN}3-${PV}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="inkscape test" -RESTRICT="!test? ( test )" - -RDEPEND=" - app-text/docbook-xml-dtd:4.5 - dev-libs/kpathsea - dev-libs/libxslt - dev-libs/libxslt - dev-texlive/texlive-fontutils - dev-texlive/texlive-latex - dev-texlive/texlive-latexextra - dev-texlive/texlive-latexrecommended - dev-texlive/texlive-mathscience - dev-texlive/texlive-pictures - dev-texlive/texlive-xetex - gnome-base/librsvg - media-gfx/imagemagick - >=media-gfx/fig2dev-3.2.9-r1 - inkscape? ( media-gfx/inkscape ) -" -DEPEND="${RDEPEND}" -BDEPEND="${RDEPEND} - test? ( ~${CATEGORY}/${P} )" - -S="${WORKDIR}/${PN}3-${PV}" - -PATCHES=( - "${FILESDIR}/${PN}-0.3.11-path-logging.patch" - "${FILESDIR}/${PN}-0.3.11-setup.patch" - "${FILESDIR}/${PN}-0.3.11-encode.patch" -) - -python_prepare_all() { - # Manual page is precomressed, but we will use our own compression later. - gunzip docs/manpage/dblatex.1.gz || die - # If we dont have inkscape we need to use an alternative SVG converter - use inkscape || eapply "${FILESDIR}/${PN}-0.3.11-no-inkscape-dependency.patch" - # If we use inscape however we want to make dblatex compatible with v1.0 - use inkscape && eapply "${FILESDIR}/${PN}-0.3.11-inkscape-1.0.patch" - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - # Move package documentation to a folder name containing version number - mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die -} - -python_test_all() { - emake -C tests/mathml -}