summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-01 15:34:45 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-01 15:34:45 +0300
commitc40890a0643756d44eb9d766c1e49acf502638c6 (patch)
tree27f342becd56d1d314403fed311949ab26440821 /dev-tex/latexdiff/latexdiff-1.1.0.ebuild
parentdev-tex/tth: Drop old (diff)
downloadgentoo-c40890a0643756d44eb9d766c1e49acf502638c6.tar.gz
gentoo-c40890a0643756d44eb9d766c1e49acf502638c6.tar.bz2
gentoo-c40890a0643756d44eb9d766c1e49acf502638c6.zip
dev-tex/latexdiff: Drop old
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-tex/latexdiff/latexdiff-1.1.0.ebuild')
-rw-r--r--dev-tex/latexdiff/latexdiff-1.1.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
deleted file mode 100644
index b5dd391860cf..000000000000
--- a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +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="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-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
-}