summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-04-15 23:30:16 +0000
committerChristoph Junghans <ottxor@gentoo.org>2015-04-15 23:30:16 +0000
commit7fe8764bb946c4793793375f8f62e603fbe2c1e9 (patch)
treeffaa89a55e0495c7aa7a9ebb472aa3f05e353aec /dev-tex/latexdiff
parentCleup older versions. (diff)
downloadgentoo-2-7fe8764bb946c4793793375f8f62e603fbe2c1e9.tar.gz
gentoo-2-7fe8764bb946c4793793375f8f62e603fbe2c1e9.tar.bz2
gentoo-2-7fe8764bb946c4793793375f8f62e603fbe2c1e9.zip
version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-tex/latexdiff')
-rw-r--r--dev-tex/latexdiff/ChangeLog7
-rw-r--r--dev-tex/latexdiff/latexdiff-1.1.0.ebuild32
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-tex/latexdiff/ChangeLog b/dev-tex/latexdiff/ChangeLog
index 628aaca7ddd3..f663e2af0acb 100644
--- a/dev-tex/latexdiff/ChangeLog
+++ b/dev-tex/latexdiff/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/latexdiff
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.28 2015/02/28 21:25:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.29 2015/04/15 23:30:16 ottxor Exp $
+
+*latexdiff-1.1.0 (15 Apr 2015)
+
+ 15 Apr 2015; Christoph Junghans <ottxor@gentoo.org> +latexdiff-1.1.0.ebuild:
+ version bump
*latexdiff-1.0.4 (28 Feb 2015)
diff --git a/dev-tex/latexdiff/latexdiff-1.1.0.ebuild b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
new file mode 100644
index 000000000000..82b7c5089cb6
--- /dev/null
+++ b/dev-tex/latexdiff/latexdiff-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-1.1.0.ebuild,v 1.1 2015/04/15 23:30:16 ottxor Exp $
+
+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
+}