Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/dvi2tty: dvi2tty-5.3.1.ebuild ChangeLog
Date: Wed, 03 Jun 2009 14:20:24
Message-Id: E1MBrKI-0000na-L0@stork.gentoo.org
1 ulm 09/06/03 14:20:22
2
3 Modified: dvi2tty-5.3.1.ebuild ChangeLog
4 Log:
5 Fix compilation with glibc-2.10 headers, bug 271621.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild?r1=1.18&r2=1.19
14
15 Index: dvi2tty-5.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- dvi2tty-5.3.1.ebuild 18 Mar 2009 19:30:02 -0000 1.18
22 +++ dvi2tty-5.3.1.ebuild 3 Jun 2009 14:20:22 -0000 1.19
23 @@ -1,22 +1,23 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.18 2009/03/18 19:30:02 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/dvi2tty-5.3.1.ebuild,v 1.19 2009/06/03 14:20:22 ulm Exp $
28
29 inherit eutils toolchain-funcs
30
31 DESCRIPTION="Preview dvi-files on text-only devices"
32 HOMEPAGE="http://www.ctan.org/tex-archive/dviware/"
33 SRC_URI="ftp://ftp.mesa.nl/pub/dvi2tty/${P}.tar.gz"
34 +
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
38 IUSE=""
39 -DEPEND=""
40
41 src_unpack() {
42 unpack ${A}
43 epatch "${FILESDIR}/${PN}-gcc.patch"
44 epatch "${FILESDIR}/${PN}-cflags.patch"
45 + epatch "${FILESDIR}/${PN}-getline.patch"
46 }
47
48 src_compile() {
49
50
51
52 1.22 dev-tex/dvi2tty/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/ChangeLog?rev=1.22&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/ChangeLog?rev=1.22&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dvi2tty/ChangeLog?r1=1.21&r2=1.22
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/ChangeLog,v
61 retrieving revision 1.21
62 retrieving revision 1.22
63 diff -u -r1.21 -r1.22
64 --- ChangeLog 18 Mar 2009 19:30:02 -0000 1.21
65 +++ ChangeLog 3 Jun 2009 14:20:22 -0000 1.22
66 @@ -1,6 +1,11 @@
67 # ChangeLog for dev-tex/dvi2tty
68 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/ChangeLog,v 1.21 2009/03/18 19:30:02 armin76 Exp $
70 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dvi2tty/ChangeLog,v 1.22 2009/06/03 14:20:22 ulm Exp $
72 +
73 + 03 Jun 2009; Ulrich Mueller <ulm@g.o> +files/dvi2tty-getline.patch,
74 + dvi2tty-5.3.1.ebuild:
75 + Fix compilation with glibc-2.10 headers. Thanks to <hirakendu@×××××.com>
76 + in bug 271621.
77
78 18 Mar 2009; Raúl Porcel <armin76@g.o> dvi2tty-5.3.1.ebuild:
79 arm/s390/sh stable wrt #253551