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-emulation/qenv: qenv-0.1.ebuild ChangeLog
Date: Thu, 02 Dec 2010 01:12:14
Message-Id: 20101202011200.B175B20054@flycatcher.gentoo.org
1 flameeyes 10/12/02 01:12:00
2
3 Modified: qenv-0.1.ebuild ChangeLog
4 Log:
5 Cleanup QA issues.
6
7 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 app-emulation/qenv/qenv-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: qenv-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- qenv-0.1.ebuild 4 Jan 2007 13:59:48 -0000 1.2
23 +++ qenv-0.1.ebuild 2 Dec 2010 01:12:00 -0000 1.3
24 @@ -1,9 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild,v 1.2 2007/01/04 13:59:48 flameeyes Exp $
29 -
30 -WANT_AUTOCONF="latest"
31 -WANT_AUTOMAKE="latest"
32 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qenv/qenv-0.1.ebuild,v 1.3 2010/12/02 01:12:00 flameeyes Exp $
33
34 inherit autotools eutils
35
36 @@ -23,14 +20,13 @@
37
38 src_unpack() {
39 unpack ${A}
40 - EPATCH_OPTS="-p1 -d ${S}" \
41 - epatch ${FILESDIR}/${PN}-0.1-qemu-0.7.2.patch
42 -
43 cd "${S}"
44 +
45 + epatch "${FILESDIR}"/${PN}-0.1-qemu-0.7.2.patch
46 eautoreconf
47 }
48
49 src_install() {
50 - emake install DESTDIR="${D}"
51 - dodoc README AUTHORS
52 + emake install DESTDIR="${D}" || die
53 + dodoc README AUTHORS || die
54 }
55
56
57
58 1.3 app-emulation/qenv/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/ChangeLog?rev=1.3&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/ChangeLog?rev=1.3&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qenv/ChangeLog?r1=1.2&r2=1.3
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qenv/ChangeLog,v
67 retrieving revision 1.2
68 retrieving revision 1.3
69 diff -u -r1.2 -r1.3
70 --- ChangeLog 4 Jan 2007 13:59:48 -0000 1.2
71 +++ ChangeLog 2 Dec 2010 01:12:00 -0000 1.3
72 @@ -1,6 +1,9 @@
73 # ChangeLog for app-emulation/qenv
74 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qenv/ChangeLog,v 1.2 2007/01/04 13:59:48 flameeyes Exp $
76 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qenv/ChangeLog,v 1.3 2010/12/02 01:12:00 flameeyes Exp $
78 +
79 + 02 Dec 2010; Diego E. Pettenò <flameeyes@g.o> qenv-0.1.ebuild:
80 + Cleanup QA issues.
81
82 04 Jan 2007; Diego Pettenò <flameeyes@g.o> qenv-0.1.ebuild:
83 Fix broken autotools handling.