Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/dos2unix: ChangeLog dos2unix-5.2.ebuild
Date: Wed, 02 Feb 2011 08:52:25
Message-Id: 20110202085212.CD05D20054@flycatcher.gentoo.org
1 polynomial-c 11/02/02 08:52:12
2
3 Modified: ChangeLog dos2unix-5.2.ebuild
4 Log:
5 Don't create a pdf file from the man page (bug #353483)
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.60 app-text/dos2unix/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 1 Feb 2011 19:24:13 -0000 1.59
23 +++ ChangeLog 2 Feb 2011 08:52:12 -0000 1.60
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/dos2unix
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.59 2011/02/01 19:24:13 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.60 2011/02/02 08:52:12 polynomial-c Exp $
29 +
30 + 02 Feb 2011; Lars Wendler <polynomial-c@g.o> dos2unix-5.2.ebuild,
31 + +files/dos2unix-5.2-makefile.patch:
32 + non-maintainer commit: Don't create a pdf file from the man page as this
33 + would require ghostscript as build dependency. Thanks to Cédric Jeanneret
34 + who reported this in bug #353483.
35
36 *dos2unix-5.2 (01 Feb 2011)
37
38
39
40
41 1.2 app-text/dos2unix/dos2unix-5.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild?r1=1.1&r2=1.2
46
47 Index: dos2unix-5.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- dos2unix-5.2.ebuild 1 Feb 2011 19:24:13 -0000 1.1
54 +++ dos2unix-5.2.ebuild 2 Feb 2011 08:52:12 -0000 1.2
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild,v 1.1 2011/02/01 19:24:13 polynomial-c Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.2.ebuild,v 1.2 2011/02/02 08:52:12 polynomial-c Exp $
60
61 EAPI="3"
62
63 -inherit toolchain-funcs
64 +inherit eutils toolchain-funcs
65
66 DESCRIPTION="Convert DOS or MAC text files to UNIX format or vice versa"
67 HOMEPAGE="http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/"
68 @@ -24,6 +24,8 @@
69 !app-text/unix2dos"
70
71 src_prepare() {
72 + epatch "${FILESDIR}"/${PN}-5.2-makefile.patch
73 +
74 sed \
75 -e '/^LDFLAGS/s|=|+=|' \
76 -e '/^CC/s|=|?=|' \