Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/unix2dos: ChangeLog unix2dos-2.2-r1.ebuild
Date: Sat, 29 Sep 2007 07:35:01
Message-Id: E1IbWiK-00074F-LQ@stork.gentoo.org
1 pva 07/09/29 07:26:12
2
3 Modified: ChangeLog
4 Added: unix2dos-2.2-r1.ebuild
5 Log:
6 Fixes rename() fails with errno = EXDEV reported by Doan Vu <chronic.tautologist AT gmail.com> bug #131313.
7 (Portage version: 2.1.3.10)
8
9 Revision Changes Path
10 1.19 app-text/unix2dos/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/ChangeLog?r1=1.18&r2=1.19
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- ChangeLog 1 Mar 2007 17:21:45 -0000 1.18
23 +++ ChangeLog 29 Sep 2007 07:26:12 -0000 1.19
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-text/unix2dos
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.18 2007/03/01 17:21:45 genstef Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/ChangeLog,v 1.19 2007/09/29 07:26:12 pva Exp $
29 +
30 +*unix2dos-2.2-r1 (29 Sep 2007)
31 +
32 + 29 Sep 2007; <pva@g.o>
33 + +files/unix2dos-2.2-workaround-rename-EXDEV.patch,
34 + +unix2dos-2.2-r1.ebuild:
35 + Fixes rename() fails with errno = EXDEV reported by Doan Vu
36 + <chronic.tautologist AT gmail.com> bug #131313.
37
38 01 Mar 2007; <genstef@g.o> unix2dos-2.2.ebuild:
39 Dropped ppc-macos keyword, see you in prefix
40
41
42
43 1.1 app-text/unix2dos/unix2dos-2.2-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: unix2dos-2.2-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/unix2dos/unix2dos-2.2-r1.ebuild,v 1.1 2007/09/29 07:26:12 pva Exp $
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="UNIX to DOS text file format converter"
57 HOMEPAGE="I HAVE NO HOME :("
58 SRC_URI="mirror://gentoo/${P}.src.tar.gz"
59
60 LICENSE="BSD-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
63 IUSE=""
64
65 S=${WORKDIR}
66
67 src_unpack() {
68 unpack ${A}
69 epatch "${FILESDIR}"/${PN}-mkstemp.patch
70 epatch "${FILESDIR}"/${P}-segfault.patch
71 epatch "${FILESDIR}"/${P}-manpage.patch
72 epatch "${FILESDIR}"/${P}-workaround-rename-EXDEV.patch
73 }
74
75 src_compile() {
76 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o unix2dos unix2dos.c || die
77 }
78
79 src_install() {
80 dobin unix2dos || die
81 doman unix2dos.1
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list