* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: afflib-3.6.12.ebuild ChangeLog
@ 2011-11-26 10:32 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-11-26 10:32 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/11/26 10:32:32
Modified: afflib-3.6.12.ebuild ChangeLog
Log:
Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.5 app-forensics/afflib/afflib-3.6.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?r1=1.4&r2=1.5
Index: afflib-3.6.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- afflib-3.6.12.ebuild 26 Nov 2011 00:24:57 -0000 1.4
+++ afflib-3.6.12.ebuild 26 Nov 2011 10:32:32 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.4 2011/11/26 00:24:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.5 2011/11/26 10:32:32 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -13,11 +13,12 @@
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
IUSE="fuse ncurses python qemu readline s3 static-libs threads"
RDEPEND="dev-libs/expat
dev-libs/openssl
+ net-misc/curl
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
@@ -37,8 +38,8 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-python-module.patch
- sed -i -e "/FLAGS/s: -g::" configure.ac
- sed -i -e "/-static/d" tools/Makefile.am
+ sed -i -e "/FLAGS/s: -g::" configure.ac || die
+ sed -i -e "/-static/d" tools/Makefile.am || die
eautoreconf
}
1.18 app-forensics/afflib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 26 Nov 2011 01:33:33 -0000 1.17
+++ ChangeLog 26 Nov 2011 10:32:32 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/afflib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.17 2011/11/26 01:33:33 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.18 2011/11/26 10:32:32 hwoarang Exp $
+
+ 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> afflib-3.6.12.ebuild:
+ Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
26 Nov 2011; Tim Harder <radhermit@gentoo.org>
files/afflib-3.6.12-python-module.patch:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: afflib-3.6.12.ebuild ChangeLog
@ 2011-11-26 10:43 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-11-26 10:43 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/11/26 10:43:27
Modified: afflib-3.6.12.ebuild ChangeLog
Log:
remove net-misc/curl from deps
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Revision Changes Path
1.6 app-forensics/afflib/afflib-3.6.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild?r1=1.5&r2=1.6
Index: afflib-3.6.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- afflib-3.6.12.ebuild 26 Nov 2011 10:32:32 -0000 1.5
+++ afflib-3.6.12.ebuild 26 Nov 2011 10:43:27 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.5 2011/11/26 10:32:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.12.ebuild,v 1.6 2011/11/26 10:43:27 hwoarang Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@@ -18,7 +18,6 @@
RDEPEND="dev-libs/expat
dev-libs/openssl
- net-misc/curl
sys-libs/zlib
fuse? ( sys-fs/fuse )
ncurses? ( sys-libs/ncurses )
1.19 app-forensics/afflib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 26 Nov 2011 10:32:32 -0000 1.18
+++ ChangeLog 26 Nov 2011 10:43:27 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/afflib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.18 2011/11/26 10:32:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.19 2011/11/26 10:43:27 hwoarang Exp $
+
+ 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> afflib-3.6.12.ebuild:
+ remove net-misc/curl from deps
26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> afflib-3.6.12.ebuild:
Add missing dies and net-misc/curl to RDEPEND. Stable on amd64 wrt bug #391821
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-26 10:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-26 10:32 [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: afflib-3.6.12.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-11-26 10:43 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox