Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/aircrack-ng: aircrack-ng-1.0.ebuild
Date: Fri, 11 Sep 2009 14:10:59
Message-Id: E1Mm6q0-0004SZ-Ui@stork.gentoo.org
1 arfrever 09/09/11 14:10:56
2
3 Modified: aircrack-ng-1.0.ebuild
4 Log:
5 aircrack-ng-1.0_rc4-fix_build.patch probably still should be applied.
6 (Portage version: 14221-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: aircrack-ng-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- aircrack-ng-1.0.ebuild 11 Sep 2009 13:25:19 -0000 1.1
22 +++ aircrack-ng-1.0.ebuild 11 Sep 2009 14:10:56 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild,v 1.1 2009/09/11 13:25:19 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/aircrack-ng/aircrack-ng-1.0.ebuild,v 1.2 2009/09/11 14:10:56 arfrever Exp $
28
29 EAPI="2"
30
31 @@ -30,7 +30,7 @@
32
33 src_prepare() {
34 epatch "${FILESDIR}/${PN}-1.0_rc3-respect_LDFLAGS.patch"
35 - #epatch "${FILESDIR}/${P}-fix_build.patch"
36 + epatch "${FILESDIR}/${PN}-1.0_rc4-fix_build.patch"
37 }
38
39 src_compile() {