From 6a0b7cd11838977cde8cfc89b6f459ae9a35ed25 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Apr 2022 19:30:47 +0100 Subject: dev-tex/latexmk: drop 456, 465, 469 Signed-off-by: Sam James --- dev-tex/latexmk/Manifest | 3 --- dev-tex/latexmk/latexmk-456.ebuild | 29 ----------------------------- dev-tex/latexmk/latexmk-465.ebuild | 29 ----------------------------- dev-tex/latexmk/latexmk-469.ebuild | 31 ------------------------------- 4 files changed, 92 deletions(-) delete mode 100644 dev-tex/latexmk/latexmk-456.ebuild delete mode 100644 dev-tex/latexmk/latexmk-465.ebuild delete mode 100644 dev-tex/latexmk/latexmk-469.ebuild (limited to 'dev-tex/latexmk') diff --git a/dev-tex/latexmk/Manifest b/dev-tex/latexmk/Manifest index ca490d99e1de..c6aaf908e3df 100644 --- a/dev-tex/latexmk/Manifest +++ b/dev-tex/latexmk/Manifest @@ -1,4 +1 @@ -DIST latexmk-456.zip 425179 BLAKE2B 1cd2fcaff070bb9809a263763164f364f13146ba4a5115494824dfe422b2b58906aa9e9ee7ce02238961c77da2e828e6a73a56e7397efa77003b8237fa949fe5 SHA512 ff169ff677367125b32e7641e9fabc66d9fb015e6cf1433d39c598baf17a926e0d29c975c4a8fa8ed482b4bc57ff177cfedc058ebdc83a3abadde50f9a490d91 -DIST latexmk-465.zip 447290 BLAKE2B 2f11667e674122aad88604aad3f61da1503d220b27bae9b95c29922fc6304c227c5c5257666a6de3da6f6dee77b466d7e3c6f06fc6c03f4102cce43879765dd0 SHA512 132cdd95c0274f98946b37a0c1554a82bb649dcd61284386f3005aa78895d51c382d5d8f6cf1ecd8ece60c1877a0dc80660367e0ad82a44036334b3f4634ee86 -DIST latexmk-469.zip 455039 BLAKE2B 373ce1c6fca0c57fd7350149fa5c1ecc4a301d4305adad79dda230f0a4c3c7ad4b6c8b8b07a9d76749f000251389673f152c7a56b97c552369f1f258cb869460 SHA512 b1ca496cc424167296b3a5305d1a6fcf4a35d33020dcbbac88d14c102ec3d92be100c5daca54168b69846e3f8b6a3ac326e2e35b0c9a84ff141ed31592aec857 DIST latexmk-470b.zip 458908 BLAKE2B b82f09227412a05fcb662530b2c6691bac72640e5e1bc431de1710ca13b2c97f62f23fbf18a11eff21b222483367c7a4ba88cc197148d8f0b37edc53a96e1490 SHA512 2f984fd9c1785177fd58eb6bad44061bc7b397ed627599557704bae2cef1f53c186d161f99e4aaae5fa33fc66d56936dc9f5b6385f00d85bd634016bac0d555d diff --git a/dev-tex/latexmk/latexmk-456.ebuild b/dev-tex/latexmk/latexmk-456.ebuild deleted file mode 100644 index 7be8d249f0ba..000000000000 --- a/dev-tex/latexmk/latexmk-456.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Perl script for automatically building LaTeX documents" -HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/" -SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" - -RDEPEND="virtual/latex-base - dev-lang/perl" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_install() { - newbin latexmk.pl latexmk - doman latexmk.1 - dodoc CHANGES README latexmk.pdf latexmk.txt - dodoc -r example_rcfiles extra-scripts - newbashcomp "${FILESDIR}"/completion.bash-2 ${PN} -} diff --git a/dev-tex/latexmk/latexmk-465.ebuild b/dev-tex/latexmk/latexmk-465.ebuild deleted file mode 100644 index 8f7632c2cf2c..000000000000 --- a/dev-tex/latexmk/latexmk-465.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Perl script for automatically building LaTeX documents" -HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/" -SRC_URI="http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" - -RDEPEND="virtual/latex-base - dev-lang/perl" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_install() { - newbin latexmk.pl latexmk - doman latexmk.1 - dodoc CHANGES README latexmk.pdf latexmk.txt - dodoc -r example_rcfiles extra-scripts - newbashcomp "${FILESDIR}"/completion.bash-2 ${PN} -} diff --git a/dev-tex/latexmk/latexmk-469.ebuild b/dev-tex/latexmk/latexmk-469.ebuild deleted file mode 100644 index c0f9e432753b..000000000000 --- a/dev-tex/latexmk/latexmk-469.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit bash-completion-r1 - -DESCRIPTION="Perl script for automatically building LaTeX documents" -HOMEPAGE="http://www.phys.psu.edu/~collins/software/latexmk/" -SRC_URI="http://personal.psu.edu/jcc8/software/latexmk/${PN}-${PV/a}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" - -RDEPEND="virtual/latex-base - dev-lang/perl" - -DEPEND="${RDEPEND}" - -BDEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}" - -src_install() { - newbin latexmk.pl latexmk - doman latexmk.1 - dodoc CHANGES README latexmk.pdf latexmk.txt - dodoc -r example_rcfiles extra-scripts - newbashcomp "${FILESDIR}"/completion.bash-2 ${PN} -} -- cgit v1.2.3-65-gdbad