Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110423 - latexdiff version 0.3 is out
Summary: latexdiff version 0.3 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-25 03:09 UTC by Luca Martini
Modified: 2005-11-28 02:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed updated ebuild (latexdiff-0.3.ebuild,814 bytes, text/plain)
2005-10-25 03:12 UTC, Luca Martini
Details
distfile package (latexdiff-0.3.tar.gz,278.85 KB, application/octet-stream)
2005-10-27 03:16 UTC, Luca Martini
Details
Updated ebuild for latexdiff (latexdiff-0.3.ebuild,741 bytes, text/plain)
2005-11-07 12:17 UTC, Alexandre Buisse (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Martini 2005-10-25 03:09:24 UTC
The version 0.3 of latexdiff is out:
http://www.ctan.org/tex-archive/support/latexdiff/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Luca Martini 2005-10-25 03:12:10 UTC
Created attachment 71387 [details]
proposed updated ebuild

This is my first proposed ebuild. Then please, be kind with me :-)
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2005-10-25 05:46:09 UTC
Hi,

I did not try your ebuild (no gentoobox here), but some remarks :

- Use the *empty* header when submitting an ebuild here, as stated in the dev
doc (http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1).
We want the exact result of "cat /usr/portage/header.txt". This is very
important for us.
- Please do not use so many blank lines in your ebuild.
- The "#taken from bla" with bla = $SRC_URI should be removed
- Does the ebuild really not work with versions lower than the ones in $DEPEND ?
We usually try to avoid relying on version number unless it is absolutely necessary.
- If this is a version bump, please say so in the bug.

And thanks for providing it, by the way :)
Comment 3 Luca Martini 2005-10-25 07:49:58 UTC
Comment on attachment 71387 [details]
proposed updated ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
>
>DESCRIPTION="latexdiff compares two latex files and marks up significant differences between them"
>
>HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/"
>
># Taken from: http://www.ctan.org/tex-archive/support/latexdiff/
>SRC_URI="mirror://gentoo/${P}.tar.gz"
>
>LICENSE="GPL-2"
>
>SLOT="0"
>
>KEYWORDS="~x86 ~amd64"
>
>IUSE=""
>
>DEPEND=">=dev-lang/perl-5.8.4-r1
>	>=dev-perl/Algorithm-Diff-1.15"
>
>
>src_install() {
>	dodoc CHANGES LICENSE README
>	insinto /usr/share/doc/${P}
>	doins latexdiff-man.pdf
>
>	dobin latexdiff latexrevise latexdiff-cvs
>	doman latexdiff.1 latexrevise.1 latexcvs-diff.1
>}
>
Comment 4 Luca Martini 2005-10-25 07:58:34 UTC
> - Use the *empty* header when submitting an ebuild here, as stated in the dev
> doc (http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1).

ok. corrected.
> - If this is a version bump, please say so in the bug.
> 

Indeeed, it is only a version bump. However it seems to me the requirements are
necessary.
Comment 5 Luca Martini 2005-10-27 03:16:50 UTC
Created attachment 71551 [details]
distfile package 

Here is the tar.gz containing the latexdiff version 0.3.
Comment 6 Luca Martini 2005-10-27 03:17:59 UTC
Added the package.
Comment 7 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-04 02:10:37 UTC
Please do not attach big binary files to bugzilla, but host them on a private
server or ask in the bug for someone to do it.
Why did you attach the distfile package anway ? Is there a difference with
ftp://tug.ctan.org/pub/tex-archive/support/latexdiff.zip (which should be
SRC_URI, by the way) ?

And P4 for a version bump is much too high.
Comment 8 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-04 03:07:14 UTC
Erm, sorry, the priority goes the other way around, so P4 is actually right...
Comment 9 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-07 12:17:12 UTC
Created attachment 72411 [details]
Updated ebuild for latexdiff

Here comes a corrected ebuild. It uses the upstream SRC_URI and has a "static"
USE flag if people want to avoid having a dependancy to Algorithm::Diff.
Comment 10 Alexandre Buisse (RETIRED) gentoo-dev 2005-11-28 02:52:28 UTC
latexdiff-0.3 is now in portage.