From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36B111381F3 for ; Mon, 3 Jun 2013 19:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B0B8E0975; Mon, 3 Jun 2013 19:23:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DA73E0975 for ; Mon, 3 Jun 2013 19:23:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1F8B33E0FB for ; Mon, 3 Jun 2013 19:23:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id B7ABA2171D; Mon, 3 Jun 2013 19:23:21 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.4.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog stress-1.0.4.ebuild X-VCS-Directories: app-benchmarks/stress X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130603192321.B7ABA2171D@flycatcher.gentoo.org> Date: Mon, 3 Jun 2013 19:23:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: acb64f4d-c92c-4d3a-93ae-93bb4d764c97 X-Archives-Hash: 1060e21cb045f5b9b3ffe52ed9618f4b radhermit 13/06/03 19:23:21 Modified: ChangeLog stress-1.0.4.ebuild Log: Update to EAPI 4 and remove old, unnecessary workarounds. (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision Changes Path 1.48 app-benchmarks/stress/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 18 Dec 2011 20:14:08 -0000 1.47 +++ ChangeLog 3 Jun 2013 19:23:21 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/stress -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.47 2011/12/18 20:14:08 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.48 2013/06/03 19:23:21 radhermit Exp $ + + 03 Jun 2013; Tim Harder stress-1.0.4.ebuild: + Update to EAPI 4 and remove old, unnecessary workarounds. 18 Dec 2011; Pawel Hajdan jr stress-1.0.4.ebuild: x86 stable wrt bug #393701 1.4 app-benchmarks/stress/stress-1.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild?r1=1.3&r2=1.4 Index: stress-1.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- stress-1.0.4.ebuild 18 Dec 2011 20:14:08 -0000 1.3 +++ stress-1.0.4.ebuild 3 Jun 2013 19:23:21 -0000 1.4 @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v 1.3 2011/12/18 20:14:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v 1.4 2013/06/03 19:23:21 radhermit Exp $ -inherit autotools flag-o-matic +EAPI=4 -MY_P="${PN}-${PV/_/}" -S="${WORKDIR}/${MY_P}" +inherit flag-o-matic + +MY_P=${PN}-${PV/_/} DESCRIPTION="Imposes stressful loads on different aspects of the system." HOMEPAGE="http://weather.ou.edu/~apw/projects/stress" SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" @@ -15,31 +16,8 @@ KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86" IUSE="static" -DEPEND="sys-apps/help2man" -RDEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Force rebuild of the manpage. - rm -f doc/stress.1 - - # Honour Gentoo CFLAGS. - sed -i -e "/CFLAGS/s/-Werror//" \ - -e "s/CFLAGS/AM_CFLAGS/" \ - src/Makefile.am || die "sed cflags failed" - - eautoreconf -} +S=${WORKDIR}/${MY_P} -src_compile() { +src_prepare() { use static && append-ldflags -static - econf - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog AUTHORS README }