Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/snips: snips-1.2-r2.ebuild ChangeLog
Date: Fri, 04 Jul 2008 14:46:13
Message-Id: E1KEmY3-0003PY-1N@stork.gentoo.org
1 chainsaw 08/07/04 14:46:07
2
3 Modified: snips-1.2-r2.ebuild ChangeLog
4 Log:
5 Linking fix, trapmon failed to link if net-snmp was installed on the system. No revision bump, if this applied to you then your build broke.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8-00204-gc461a97-dirty x86_64)
7
8 Revision Changes Path
9 1.2 net-analyzer/snips/snips-1.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: snips-1.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- snips-1.2-r2.ebuild 4 Jul 2008 11:43:40 -0000 1.1
22 +++ snips-1.2-r2.ebuild 4 Jul 2008 14:46:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild,v 1.1 2008/07/04 11:43:40 chainsaw Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild,v 1.2 2008/07/04 14:46:06 chainsaw Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -35,6 +35,7 @@
32 epatch "${FILESDIR}/${P}-conflicting-types.patch"
33 epatch "${FILESDIR}/${P}-code-ordering.patch"
34 epatch "${FILESDIR}/${P}-destdir-awareness.patch"
35 + epatch "${FILESDIR}/${P}-link-correct-snmp-lib.patch"
36 }
37
38 src_compile() {
39
40
41
42 1.4 net-analyzer/snips/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/snips/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/snips/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 4 Jul 2008 11:43:40 -0000 1.3
55 +++ ChangeLog 4 Jul 2008 14:46:06 -0000 1.4
56 @@ -1,6 +1,11 @@
57 # ChangeLog for net-analyzer/snips
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/ChangeLog,v 1.3 2008/07/04 11:43:40 chainsaw Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/ChangeLog,v 1.4 2008/07/04 14:46:06 chainsaw Exp $
61 +
62 + 04 Jul 2008; <chainsaw@g.o>
63 + +files/snips-1.2-link-correct-snmp-lib.patch, snips-1.2-r2.ebuild:
64 + Linking fix, trapmon failed to link if net-snmp was installed on the
65 + system. No revision bump, if this applied to you then your build broke.
66
67 *snips-1.2-r2 (04 Jul 2008)
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list