vapier      14/08/04 13:28:28

  Modified:             ChangeLog
  Added:                stressapptest-1.0.6-r2.ebuild
  Log:
  Backport channel hash updates from upstream.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.8                  dev-util/stressapptest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   4 Aug 2014 08:09:39 -0000       1.7
+++ ChangeLog   4 Aug 2014 13:28:28 -0000       1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/stressapptest
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/stressapptest/ChangeLog,v 1.8 
2014/08/04 13:28:28 vapier Exp $
+
+*stressapptest-1.0.6-r2 (04 Aug 2014)
+
+  04 Aug 2014; Mike Frysinger <vap...@gentoo.org>
+  +files/stressapptest-1.0.6-channel-hash.patch, 
+stressapptest-1.0.6-r2.ebuild:
+  Backport channel hash updates from upstream.
 
 *stressapptest-1.0.6-r1 (04 Aug 2014)
 



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

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

Index: stressapptest-1.0.6-r2.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-r2.ebuild,v 
1.1 2014/08/04 13:28:28 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
        epatch "${FILESDIR}"/${P}-channel-hash.patch
        eautoreconf
}

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




Reply via email to