ottxor 15/04/15 23:30:16 Modified: ChangeLog Added: latexdiff-1.1.0.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.29 dev-tex/latexdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 28 Feb 2015 21:25:14 -0000 1.28 +++ ChangeLog 15 Apr 2015 23:30:16 -0000 1.29 @@ -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 <[email protected]> +latexdiff-1.1.0.ebuild: + version bump *latexdiff-1.0.4 (28 Feb 2015) 1.1 dev-tex/latexdiff/latexdiff-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: latexdiff-1.1.0.ebuild =================================================================== # 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 }
