Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: ChangeLog libpcap-0.9.7.ebuild
Date: Thu, 13 Sep 2007 20:45:43
Message-Id: E1IVvQL-0001u9-Ha@stork.gentoo.org
1 jokey 07/09/13 20:36:29
2
3 Modified: ChangeLog libpcap-0.9.7.ebuild
4 Log:
5 convert from einstall to emake install to solve install bug on sparc
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.82 net-libs/libpcap/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 6 Sep 2007 14:55:43 -0000 1.81
22 +++ ChangeLog 13 Sep 2007 20:36:29 -0000 1.82
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-libs/libpcap
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.81 2007/09/06 14:55:43 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.82 2007/09/13 20:36:29 jokey Exp $
28 +
29 + 13 Sep 2007; Markus Ullmann <jokey@g.o> libpcap-0.9.7.ebuild:
30 + convert from einstall to emake install to solve install bug on sparc
31
32 06 Sep 2007; Raúl Porcel <armin76@g.o> libpcap-0.9.7.ebuild:
33 alpha/ia64/x86 stable
34
35
36
37 1.3 net-libs/libpcap/libpcap-0.9.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild?r1=1.2&r2=1.3
42
43 Index: libpcap-0.9.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- libpcap-0.9.7.ebuild 6 Sep 2007 14:55:43 -0000 1.2
50 +++ libpcap-0.9.7.ebuild 13 Sep 2007 20:36:29 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.2 2007/09/06 14:55:43 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.9.7.ebuild,v 1.3 2007/09/13 20:36:29 jokey Exp $
56
57 inherit autotools eutils multilib toolchain-funcs
58
59 @@ -36,7 +36,7 @@
60 }
61
62 src_install() {
63 - einstall || die "make install failed"
64 + emake DESTDIR=${D} install || die "emake install failed"
65
66 # We need this to build pppd on G/FBSD systems
67 if [[ "${USERLAND}" == "BSD" ]]; then
68 @@ -53,3 +53,4 @@
69 # We are not installing README.{Win32,aix,hpux,tru64} (bug 183057)
70 dodoc CREDITS CHANGES FILES VERSION TODO README{,.dag,.linux,.macosx,.septel}
71 }
72 +
73
74
75
76 --
77 gentoo-commits@g.o mailing list