vapier      14/08/04 08:09:39

  Modified:             ChangeLog
  Added:                stressapptest-1.0.6-r1.ebuild
  Log:
  Pull random clean up fixes from upstream to simplify build and make it 
cross-compile.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.7                  dev-util/stressapptest/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   13 May 2013 01:49:23 -0000      1.6
+++ ChangeLog   4 Aug 2014 08:09:39 -0000       1.7
@@ -1,6 +1,15 @@
 # ChangeLog for dev-util/stressapptest
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.6 
2013/05/13 01:49:23 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.7 
2014/08/04 08:09:39 vapier Exp $
+
+*stressapptest-1.0.6-r1 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger <vap...@gentoo.org>
+  +files/stressapptest-1.0.6-autotools.patch,
+  +files/stressapptest-1.0.6-misc-fixes.patch,
+  +files/stressapptest-1.0.6-pthread-test.patch, 
+stressapptest-1.0.6-r1.ebuild:
+  Pull random clean up fixes from upstream to simplify build and make it cross-
+  compile.
 
 *stressapptest-1.0.6 (13 May 2013)
 



1.1                  dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: stressapptest-1.0.6-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/stressapptest/stressapptest-1.0.6-r1.ebuild,v 
1.1 2014/08/04 08:09:39 vapier Exp $

EAPI="4"

inherit eutils autotools

MY_P="${P}_autoconf"
DESCRIPTION="Stressful Application Test"
HOMEPAGE="http://code.google.com/p/stressapptest/";
SRC_URI="http://stressapptest.googlecode.com/files/${MY_P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"
IUSE="debug"

RDEPEND="dev-libs/libaio"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-autotools.patch
        epatch "${FILESDIR}"/${P}-pthread-test.patch
        epatch "${FILESDIR}"/${P}-misc-fixes.patch
        eautoreconf
}

src_configure() {
        econf --disable-default-optimizations
}




Reply via email to