Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/upnpscan: ChangeLog upnpscan-0.4-r2.ebuild
Date: Mon, 01 Nov 2010 04:32:52
Message-Id: 20101101043246.0A5E620054@flycatcher.gentoo.org
1 jer 10/11/01 04:32:45
2
3 Modified: ChangeLog upnpscan-0.4-r2.ebuild
4 Log:
5 Readd the old patch or we introduce more QA issues to -r0.
6
7 (Portage version: 2.1.9.23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.10 net-analyzer/upnpscan/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 1 Nov 2010 04:17:09 -0000 1.9
23 +++ ChangeLog 1 Nov 2010 04:32:45 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-analyzer/upnpscan
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.9 2010/11/01 04:17:09 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/ChangeLog,v 1.10 2010/11/01 04:32:45 jer Exp $
29 +
30 + 01 Nov 2010; Jeroen Roovers <jer@g.o> upnpscan-0.4-r2.ebuild,
31 + files/upnpscan-0.4-cflags.patch, +files/upnpscan-0.4-r2-cflags.patch:
32 + Readd the old patch or we introduce more QA issues to -r0.
33
34 *upnpscan-0.4-r2 (01 Nov 2010)
35
36
37
38
39 1.2 net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild?r1=1.1&r2=1.2
44
45 Index: upnpscan-0.4-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- upnpscan-0.4-r2.ebuild 1 Nov 2010 04:17:09 -0000 1.1
52 +++ upnpscan-0.4-r2.ebuild 1 Nov 2010 04:32:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild,v 1.1 2010/11/01 04:17:09 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/upnpscan/upnpscan-0.4-r2.ebuild,v 1.2 2010/11/01 04:32:45 jer Exp $
58
59 EAPI="2"
60
61 @@ -18,7 +18,7 @@
62 S="${WORKDIR}/${PN}"
63
64 src_prepare() {
65 - epatch "${FILESDIR}"/${P}-cflags.patch
66 + epatch "${FILESDIR}"/${PF}-cflags.patch
67 eautoreconf
68 }