ottxor 15/02/28 21:25:14 Modified: ChangeLog Added: latexdiff-1.0.4.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.28 dev-tex/latexdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 9 May 2012 17:10:42 -0000 1.27 +++ ChangeLog 28 Feb 2015 21:25:14 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/latexdiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.27 2012/05/09 17:10:42 aballier Exp $ +# 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 $ + +*latexdiff-1.0.4 (28 Feb 2015) + + 28 Feb 2015; Christoph Junghans <[email protected]> +latexdiff-1.0.4.ebuild: + version bump 09 May 2012; Alexis Ballier <[email protected]> latexdiff-0.5.ebuild: keyword ~amd64-fbsd @@ -92,4 +97,3 @@ +latexdiff-0.2.ebuild: Initial import. Ebuild submitted by Anders Bo Rasmussen <[email protected]>; bug #68033. - 1.1 dev-tex/latexdiff/latexdiff-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild?rev=1.1&content-type=text/plain Index: latexdiff-1.0.4.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.0.4.ebuild,v 1.1 2015/02/28 21:25:14 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 }
