summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r--dev-tex/latexdiff/Manifest2
-rw-r--r--dev-tex/latexdiff/latexdiff-1.1.1.ebuild31
-rw-r--r--dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild38
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest
index 0b3cdad112e4..3145619bd9f0 100644
--- a/dev-tex/latexdiff/Manifest
+++ b/dev-tex/latexdiff/Manifest
@@ -1,4 +1,2 @@
DIST latexdiff-1.1.0.zip 466029 BLAKE2B 5efe78845f6bcd2a3c8af8e889cb868047a8131268e903bc465068fd1f9de419426738eb1d4014ca92adf28714a6af0650cfe03c31f4303830978f558c15c225 SHA512 04af20386b0e611f73d981242747316da6376967fef611a29927b66a7a129bec49c7224655378c6f9fc744f8d69cf2ac977d0f50278d3686c98dcdc4aef0b675
-DIST latexdiff-1.1.1.zip 474456 BLAKE2B 67ce9a1203acb8b8e4414a7308be3d274047e11757fd72c84f492c25cbcf8f1b262448d9953f533bacf18f0024cb9f46e5d109845a0468c229e553a2d6d7c448 SHA512 a341411fdac11d2b8afef866b7edd0cbe5715f51dd77581202ec77f5a8a18a868f0e9e41058ecc38e0cf66cdddf893e2ffc58de3bf32509e01db6c77305dee77
-DIST latexdiff-1.2.0.tar.gz 1772044 BLAKE2B e8bc9924f0e9a2a54bcbf42bc03a7b8404a60d51e9ab94589592a382418961a9198af3ea7edab6ff1fed20976c2d5c5eb62de2fc5c805ac48a0971f812eee838 SHA512 19201fc6270071b5c079ac170f76e46942c9666b1d00cf1a84c9481631578573c33aba7ea7dcfef7eb782966b308007bbb8f6b54f9180ddce901d144431c4956
DIST latexdiff-1.2.1.tar.gz 1780064 BLAKE2B d657d5d36bcb759889a582b4aac38ae67d99a17bc30fb37d627e9d496df40a1523871e31968333f07b1ad94b521faf91336b225f7466ef382713d48a803f1444 SHA512 9917a0eee36e5bff7c13e5690e743fa34aa7c1347a6509961aa4484094433854c6742a4c1605087db1902a57537fda2b49b071e98b015a5535379c27ccc1fd46
diff --git a/dev-tex/latexdiff/latexdiff-1.1.1.ebuild b/dev-tex/latexdiff/latexdiff-1.1.1.ebuild
deleted file mode 100644
index 48d12740fa22..000000000000
--- a/dev-tex/latexdiff/latexdiff-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
-SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5.8
- dev-perl/Algorithm-Diff"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_test() {
- emake test-ext
-}
-
-src_install() {
- dobin latexdiff latexrevise latexdiff-vc
- doman latexdiff.1 latexrevise.1 latexdiff-vc.1
- dodoc README doc/latexdiff-man.pdf
-}
diff --git a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
deleted file mode 100644
index 1e6a1d23cca2..000000000000
--- a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
-SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE="test"
-
-RDEPEND=">=dev-lang/perl-5.8
- virtual/latex-base
- || ( dev-texlive/texlive-plaingeneric dev-texlive/texlive-genericrecommended )
- dev-perl/Algorithm-Diff"
-DEPEND="${RDEPEND}
- dev-perl/Pod-LaTeX
- test? ( app-shells/tcsh )"
-
-src_compile() {
- export VARTEXFONTS="${T}/fonts"
- PATH="${S}/dist:${PATH}" emake -j1 distribution
-}
-
-src_test() {
- emake test
-}
-
-src_install() {
- cd dist || die
- dobin latexdiff latexrevise latexdiff-vc
- doman latexdiff.1 latexrevise.1 latexdiff-vc.1
- dodoc README doc/latexdiff-man.pdf
-}