Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: afflib-3.6.12.ebuild ChangeLog
Date: Sat, 26 Nov 2011 10:32:42
Message-Id: 20111126103232.79AA52004B@flycatcher.gentoo.org
1 hwoarang 11/11/26 10:32:32
2
3 Modified: afflib-3.6.12.ebuild ChangeLog
4 Log:
5 Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
6
7 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-forensics/afflib/afflib-3.6.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?r1=1.4&r2=1.5
15
16 Index: afflib-3.6.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- afflib-3.6.12.ebuild 26 Nov 2011 00:24:57 -0000 1.4
23 +++ afflib-3.6.12.ebuild 26 Nov 2011 10:32:32 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.4 2011/11/26 00:24:57 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.5 2011/11/26 10:32:32 hwoarang Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2"
32 @@ -13,11 +13,12 @@
33
34 LICENSE="BSD-4"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
37 +KEYWORDS="amd64 ~hppa ~ppc ~x86"
38 IUSE="fuse ncurses python qemu readline s3 static-libs threads"
39
40 RDEPEND="dev-libs/expat
41 dev-libs/openssl
42 + net-misc/curl
43 sys-libs/zlib
44 fuse? ( sys-fs/fuse )
45 ncurses? ( sys-libs/ncurses )
46 @@ -37,8 +38,8 @@
47 src_prepare() {
48 epatch "${FILESDIR}"/${P}-python-module.patch
49
50 - sed -i -e "/FLAGS/s: -g::" configure.ac
51 - sed -i -e "/-static/d" tools/Makefile.am
52 + sed -i -e "/FLAGS/s: -g::" configure.ac || die
53 + sed -i -e "/-static/d" tools/Makefile.am || die
54
55 eautoreconf
56 }
57
58
59
60 1.18 app-forensics/afflib/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.18&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.18&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.17&r2=1.18
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
69 retrieving revision 1.17
70 retrieving revision 1.18
71 diff -u -r1.17 -r1.18
72 --- ChangeLog 26 Nov 2011 01:33:33 -0000 1.17
73 +++ ChangeLog 26 Nov 2011 10:32:32 -0000 1.18
74 @@ -1,6 +1,9 @@
75 # ChangeLog for app-forensics/afflib
76 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.17 2011/11/26 01:33:33 radhermit Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.18 2011/11/26 10:32:32 hwoarang Exp $
79 +
80 + 26 Nov 2011; Markos Chandras <hwoarang@g.o> afflib-3.6.12.ebuild:
81 + Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
82
83 26 Nov 2011; Tim Harder <radhermit@g.o>
84 files/afflib-3.6.12-python-module.patch: