commit:     6a1612009906c8d52a8d59f745a7898ae0505037
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 20:55:02 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec  9 20:59:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a161200

dev-tex/rubber: drop 1.5.1-r1, 1.6.0-r1, 1.6.4, 1.6.4-r1

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-tex/rubber/Manifest               |   3 -
 dev-tex/rubber/rubber-1.5.1-r1.ebuild |  31 ---------
 dev-tex/rubber/rubber-1.6.0-r1.ebuild | 108 --------------------------------
 dev-tex/rubber/rubber-1.6.4-r1.ebuild | 114 ----------------------------------
 dev-tex/rubber/rubber-1.6.4.ebuild    | 111 ---------------------------------
 5 files changed, 367 deletions(-)

diff --git a/dev-tex/rubber/Manifest b/dev-tex/rubber/Manifest
index de632e297caa..8072a480575e 100644
--- a/dev-tex/rubber/Manifest
+++ b/dev-tex/rubber/Manifest
@@ -1,5 +1,2 @@
-DIST rubber-1.5.1.tar.gz 111812 BLAKE2B 
4d08527689d669e3ac8dd6e9050fc09766bfb46c53d9923ce10efc0aaf8a62a962cb2f1c27a0e7a19a9be96710edba923d93589d816aa22305eec33fd08aa08c
 SHA512 
ba22eeddc24b4f9abf0bf087604a4261add648877ec558b766555de09538cd20c21c8cfd9731c1421540bb2479501dd6ed066346d250c6bc981529e31efacc40
-DIST rubber-1.6.0.tar.bz2 98055 BLAKE2B 
e3355a53f811e972b68a918393023a16c11a84035c0ea76b560df25db2d9c20f2a7c9d0d4fc3b0395c6baab5dc785840fa18a76aa0e3f480cf2c14668d61b083
 SHA512 
68674c27fa7c6eb2c8ec60c0a961fd2dd07822fe5ba50682e863a7dbe7d1e0ce8ebffce84a52b72a254cb9c8d446a33005715b81e43dd6266e2c247f12ebb1e6
-DIST rubber-1.6.4.tar.bz2 100227 BLAKE2B 
5a467f5a2a4709e7faffef1308e644900f02ca51e4fff635e7a88bb237788e60257e0e8e82ed9acac66db46f0a1e8aed1296703fefc8e1fb6e28cd38334b7d14
 SHA512 
dbb3896c165d63cfae8421929d0d796002fb3abcfc2ccb3fe70c4c98acc54ed48be1ad469158436dabd973bf37355c62c096ebd47c0efa7dbe58137a0a895527
 DIST rubber-1.6.5.tar.bz2 100300 BLAKE2B 
bbddf550fbce2f2f98ecf2e737515b4c6891e89494dc2c39cc4a0f268d76f505cad184f27c5f333bc706fe08adcce1d668e8e33c37e26fc6142b12b32797e402
 SHA512 
e0fadbca6d9e570e6414a99a72da22656abb0fc71e14dd0840bd3dd68364d0da0b2fd5c416f45eb8489bdcb10c226657799efae4ae0c73807b2485b8c8c2094b
 DIST rubber-1.6.6.tar.bz2 100502 BLAKE2B 
fa74c189b7265206495436b14f229588f7998e0c2f1b148eb8202805ddea54f6391ee15c6ca40957e242b1f065eb1159904fbafe0ddc4d8e6d64cdd26478d614
 SHA512 
0913a1c9ac012a8bd577e975aca92eae0965137fbc01b049b139f8f31bd85856503af7d760defc67f76894a74ca0616fcb887b1a9395be5a93ff0397ec6795ae

diff --git a/dev-tex/rubber/rubber-1.5.1-r1.ebuild 
b/dev-tex/rubber/rubber-1.5.1-r1.ebuild
deleted file mode 100644
index 2a80c8a79354..000000000000
--- a/dev-tex/rubber/rubber-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A LaTeX wrapper for automatically building documents"
-HOMEPAGE="https://launchpad.net/rubber/";
-SRC_URI="https://launchpad.net/rubber/trunk/${PV}/+download/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="virtual/latex-base"
-BDEPEND="${RDEPEND}
-       virtual/texi2dvi"
-
-pkg_setup() {
-       # https://bugs.gentoo.org/727996
-       export VARTEXFONTS="${T}"/fonts
-}
-
-python_install() {
-       distutils-r1_python_install \
-               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-               --infodir="${EPREFIX}"/usr/share/info \
-               --mandir="${EPREFIX}"/usr/share/man
-}

diff --git a/dev-tex/rubber/rubber-1.6.0-r1.ebuild 
b/dev-tex/rubber/rubber-1.6.0-r1.ebuild
deleted file mode 100644
index 081960532562..000000000000
--- a/dev-tex/rubber/rubber-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_SETUPTOOLS="no"
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git";
-else
-       UPSTREAM_PV=$(ver_rs 3 -)
-       
SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${UPSTREAM_PV}/${PN}-${UPSTREAM_PV}.tar.bz2";
-       S="${WORKDIR}/${PN}-${UPSTREAM_PV}"
-       KEYWORDS="amd64 ~ppc ~riscv ~x86"
-fi
-
-DESCRIPTION="A LaTeX wrapper for automatically building documents"
-HOMEPAGE="https://gitlab.com/latex-rubber/rubber";
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/latex-base"
-
-# Test dependencies:
-# - app-text/texlive-core for rubber's 'cweave' test
-# - dev-lang/R for rubber's 'knitr' test (requires knitr R library, currently 
disabled)
-# - dev-texlive/texlive-latexextra for rubber's 'combine' test (currently 
disabled)
-BDEPEND="
-       ${RDEPEND}
-       virtual/texi2dvi
-       test? (
-               app-text/ghostscript-gpl
-               app-text/texlive-core
-               dev-tex/biber
-               dev-tex/biblatex
-               dev-tex/glossaries
-               dev-tex/latex-beamer
-               $(python_gen_cond_dep 'dev-tex/pythontex[${PYTHON_USEDEP}]')
-               dev-texlive/texlive-latexextra
-               dev-texlive/texlive-pstricks
-               media-gfx/asymptote
-       )
-"
-
-pkg_setup() {
-       # https://bugs.gentoo.org/727996
-       export VARTEXFONTS="${T}"/fonts
-}
-
-python_test() {
-       cd tests || die
-
-       # Disable the broken 'combine' test as it uses the 'combine' as a
-       # latex package when it is only a document class (probably only in
-       # newer versions of combine). Also note that this tests works
-       # under debian 'buster'. TODO: Look into potential modifications
-       # done by debian.
-       touch combine/disable || die
-
-       # This test does not work under Gentoo nor Debian 'buster'.
-       # TODO: Investigate why it does not work.
-       touch cweb-latex/disable || die
-
-       # TODO: Investigate why the following are failing.
-       touch fig2dev-dvi/disable || die
-       touch fig2dev-path/disable || die
-       touch fig2dev-path-inplace/disable || die
-       touch fig2dev-path-into/disable || die
-       touch graphicx-dotted-files/disable || die
-       touch hooks-input-file/disable || die
-       touch knitr/disable || die
-
-       # Even tough metapost is available, those tests fail on Gentoo
-       # (while they succeed on Debian 'buster').
-       # TODO: Determine why.
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost/disable || die
-       # expected error message not reported by Rubber
-       touch metapost-error/disable || die
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost-input/disable || die
-
-       ./run.sh * || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       local my_install_args=(
-               --mandir="${EPREFIX}/usr/share/man"
-               --infodir="${EPREFIX}/usr/share/info"
-               --docdir="${EPREFIX}/usr/share/doc/${PF}"
-       )
-
-       distutils-r1_python_install "${my_install_args[@]}"
-}
-
-src_install() {
-       insinto /usr/share/zsh/site-functions
-       newins misc/zsh-completion _rubber
-
-       distutils-r1_src_install
-}

diff --git a/dev-tex/rubber/rubber-1.6.4-r1.ebuild 
b/dev-tex/rubber/rubber-1.6.4-r1.ebuild
deleted file mode 100644
index 39ebc4698ab0..000000000000
--- a/dev-tex/rubber/rubber-1.6.4-r1.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git";
-else
-       # NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to 
missing tests
-       
SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2";
-       KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-fi
-
-DESCRIPTION="A LaTeX wrapper for automatically building documents"
-HOMEPAGE="https://gitlab.com/latex-rubber/rubber";
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/latex-base"
-
-# Test dependencies:
-# - app-text/texlive-core for rubber's 'cweave' test
-# - dev-lang/R for rubber's 'knitr' test (requires knitr R library, currently 
disabled)
-# - dev-texlive/texlive-latexextra for rubber's 'combine' test (currently 
disabled)
-BDEPEND="
-       ${RDEPEND}
-       virtual/texi2dvi
-       test? (
-               app-text/ghostscript-gpl
-               app-text/texlive-core
-               dev-tex/biber
-               dev-tex/biblatex
-               dev-tex/glossaries
-               dev-tex/latex-beamer
-               $(python_gen_cond_dep 'dev-tex/pythontex[${PYTHON_USEDEP}]')
-               dev-texlive/texlive-latexextra
-               dev-texlive/texlive-pstricks
-               media-gfx/asymptote
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.6.4-pythontex.patch
-)
-
-pkg_setup() {
-       # https://bugs.gentoo.org/727996
-       export VARTEXFONTS="${T}"/fonts
-}
-
-python_test() {
-       cd tests || die
-
-       # Disable the broken 'combine' test as it uses the 'combine' as a
-       # latex package when it is only a document class (probably only in
-       # newer versions of combine). Also note that this tests works
-       # under debian 'buster'. TODO: Look into potential modifications
-       # done by debian.
-       touch combine/disable || die
-
-       # This test does not work under Gentoo nor Debian 'buster'.
-       # TODO: Investigate why it does not work.
-       touch cweb-latex/disable || die
-
-       # TODO: Investigate why the following are failing.
-       touch fig2dev-dvi/disable || die
-       touch fig2dev-path/disable || die
-       touch fig2dev-path-inplace/disable || die
-       touch fig2dev-path-into/disable || die
-       touch graphicx-dotted-files/disable || die
-       touch hooks-input-file/disable || die
-       touch knitr/disable || die
-
-       # Even tough metapost is available, those tests fail on Gentoo
-       # (while they succeed on Debian 'buster').
-       # TODO: Determine why.
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost/disable || die
-       # expected error message not reported by Rubber
-       touch metapost-error/disable || die
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost-input/disable || die
-
-       ./run.sh * || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       local my_install_args=(
-               --mandir="${EPREFIX}/usr/share/man"
-               --infodir="${EPREFIX}/usr/share/info"
-               --docdir="${EPREFIX}/usr/share/doc/${PF}"
-       )
-
-       distutils-r1_python_install "${my_install_args[@]}"
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       # Fix file misplacements
-       dodir /usr/share/man/fr
-       mv "${D}"/usr/share/{doc/man-fr,man/fr/man1} || die
-       mv "${D}"/usr/share/{doc/man-en,man/man1} || die
-       mv "${D}"/usr/share/doc/{rubber.*,${PF}/} || die
-}

diff --git a/dev-tex/rubber/rubber-1.6.4.ebuild 
b/dev-tex/rubber/rubber-1.6.4.ebuild
deleted file mode 100644
index bac70181e992..000000000000
--- a/dev-tex/rubber/rubber-1.6.4.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git";
-else
-       # NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to 
missing tests
-       
SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2";
-       KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-fi
-
-DESCRIPTION="A LaTeX wrapper for automatically building documents"
-HOMEPAGE="https://gitlab.com/latex-rubber/rubber";
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/latex-base"
-
-# Test dependencies:
-# - app-text/texlive-core for rubber's 'cweave' test
-# - dev-lang/R for rubber's 'knitr' test (requires knitr R library, currently 
disabled)
-# - dev-texlive/texlive-latexextra for rubber's 'combine' test (currently 
disabled)
-BDEPEND="
-       ${RDEPEND}
-       virtual/texi2dvi
-       test? (
-               app-text/ghostscript-gpl
-               app-text/texlive-core
-               dev-tex/biber
-               dev-tex/biblatex
-               dev-tex/glossaries
-               dev-tex/latex-beamer
-               $(python_gen_cond_dep 'dev-tex/pythontex[${PYTHON_USEDEP}]')
-               dev-texlive/texlive-latexextra
-               dev-texlive/texlive-pstricks
-               media-gfx/asymptote
-       )
-"
-
-pkg_setup() {
-       # https://bugs.gentoo.org/727996
-       export VARTEXFONTS="${T}"/fonts
-}
-
-python_test() {
-       cd tests || die
-
-       # Disable the broken 'combine' test as it uses the 'combine' as a
-       # latex package when it is only a document class (probably only in
-       # newer versions of combine). Also note that this tests works
-       # under debian 'buster'. TODO: Look into potential modifications
-       # done by debian.
-       touch combine/disable || die
-
-       # This test does not work under Gentoo nor Debian 'buster'.
-       # TODO: Investigate why it does not work.
-       touch cweb-latex/disable || die
-
-       # TODO: Investigate why the following are failing.
-       touch fig2dev-dvi/disable || die
-       touch fig2dev-path/disable || die
-       touch fig2dev-path-inplace/disable || die
-       touch fig2dev-path-into/disable || die
-       touch graphicx-dotted-files/disable || die
-       touch hooks-input-file/disable || die
-       touch knitr/disable || die
-
-       # Even tough metapost is available, those tests fail on Gentoo
-       # (while they succeed on Debian 'buster').
-       # TODO: Determine why.
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost/disable || die
-       # expected error message not reported by Rubber
-       touch metapost-error/disable || die
-       # ERROR:mpost:I can't read MetaPost's log file, this is wrong.
-       touch metapost-input/disable || die
-
-       ./run.sh * || die "Tests failed with ${EPYTHON}"
-}
-
-python_install() {
-       local my_install_args=(
-               --mandir="${EPREFIX}/usr/share/man"
-               --infodir="${EPREFIX}/usr/share/info"
-               --docdir="${EPREFIX}/usr/share/doc/${PF}"
-       )
-
-       distutils-r1_python_install "${my_install_args[@]}"
-}
-
-src_install() {
-       distutils-r1_src_install
-
-       # Fix file misplacements
-       dodir /usr/share/man/fr
-       mv "${D}"/usr/share/{doc/man-fr,man/fr/man1} || die
-       mv "${D}"/usr/share/{doc/man-en,man/man1} || die
-       dodir /usr/share/doc/${P}
-       mv "${D}"/usr/share/doc/{rubber.*,${P}/} || die
-}

Reply via email to