Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nvi: nvi-1.81.6-r3.ebuild ChangeLog
Date: Sun, 17 Jun 2012 22:37:35
Message-Id: 20120617223723.1A8752004C@flycatcher.gentoo.org
1 flameeyes 12/06/17 22:37:23
2
3 Modified: nvi-1.81.6-r3.ebuild ChangeLog
4 Log:
5 QA: Fix patches so that they don't use ../ .
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 app-editors/nvi/nvi-1.81.6-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?r1=1.13&r2=1.14
15
16 Index: nvi-1.81.6-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- nvi-1.81.6-r3.ebuild 1 Sep 2011 21:53:59 -0000 1.13
23 +++ nvi-1.81.6-r3.ebuild 17 Jun 2012 22:37:23 -0000 1.14
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.13 2011/09/01 21:53:59 neurogeek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.14 2012/06/17 22:37:23 flameeyes Exp $
30
31 EAPI=1
32
33 @@ -48,12 +48,12 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd "${S}" || die
38 + cd ${P}
39 epatch "${FILESDIR}"/${P}-db44.patch
40 epatch "${FILESDIR}"/${P}-db.patch
41 epatch "${FILESDIR}"/${P}-perl-as-needed.patch
42 epatch "${FILESDIR}"/${P}-perl-shortnames.patch
43 - cd ../dist || die
44 + cd dist || die
45 chmod +x findconfig || die
46 append-flags -I"$(db_includedir ${DBSLOTS})"
47 sed -i -e "s@-ldb@-l$(db_libname ${DBSLOTS})@" configure.in || die
48
49
50
51 1.87 app-editors/nvi/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/ChangeLog?rev=1.87&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/ChangeLog?rev=1.87&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nvi/ChangeLog?r1=1.86&r2=1.87
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v
60 retrieving revision 1.86
61 retrieving revision 1.87
62 diff -u -r1.86 -r1.87
63 --- ChangeLog 1 Sep 2011 21:53:59 -0000 1.86
64 +++ ChangeLog 17 Jun 2012 22:37:23 -0000 1.87
65 @@ -1,6 +1,12 @@
66 # ChangeLog for app-editors/nvi
67 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.86 2011/09/01 21:53:59 neurogeek Exp $
69 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.87 2012/06/17 22:37:23 flameeyes Exp $
71 +
72 + 17 Jun 2012; Diego E. Pettenò <flameeyes@g.o>
73 + files/nvi-1.81.6-db.patch, files/nvi-1.81.6-db44.patch,
74 + files/nvi-1.81.6-perl-as-needed.patch, files/nvi-1.81.6-perl-shortnames.patch,
75 + nvi-1.81.6-r3.ebuild:
76 + QA: Fix patches so that they don't use ../ .
77
78 01 Sep 2011; Jesus Rivero <neurogeek@g.o> nvi-1.81.6-r3.ebuild:
79 Added sys-libs/ncurses to DEPEND wrt bug #381025