jlec        14/06/16 06:10:02

  Modified:             cpuburn-1.4a.ebuild ChangeLog metadata.xml
  Added:                cpuburn-1.4a-r1.ebuild
  Removed:              cpuburn-1.4.ebuild
  Log:
  app-benchmarks/cpuburn: Drop old; drop unnecessary emul-linux dep, #492962; 
add patch from debian fixing variable declaration
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.5                  app-benchmarks/cpuburn/cpuburn-1.4a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild?r1=1.4&r2=1.5

Index: cpuburn-1.4a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cpuburn-1.4a.ebuild 15 Feb 2012 18:38:53 -0000      1.4
+++ cpuburn-1.4a.ebuild 16 Jun 2014 06:10:02 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild,v 1.4 
2012/02/15 18:38:53 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a.ebuild,v 1.5 
2014/06/16 06:10:02 jlec Exp $
 
 EAPI=4
 
@@ -18,11 +18,7 @@
 KEYWORDS="-* amd64 x86"
 IUSE=""
 
-RDEPEND="amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-DEPEND=""
-
 src_prepare() {
-       cp -av Makefile{,.orig}
        epatch "${FILESDIR}"/${P}-flags.patch
        use amd64 && append-flags -m32 #65719
        tc-export CC



1.20                 app-benchmarks/cpuburn/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   15 Feb 2012 18:38:53 -0000      1.19
+++ ChangeLog   16 Jun 2014 06:10:02 -0000      1.20
@@ -1,6 +1,14 @@
 # ChangeLog for app-benchmarks/cpuburn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.19 
2012/02/15 18:38:53 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/ChangeLog,v 1.20 
2014/06/16 06:10:02 jlec Exp $
+
+*cpuburn-1.4a-r1 (16 Jun 2014)
+
+  16 Jun 2014; Justin Lecher <[email protected]> -cpuburn-1.4.ebuild,
+  cpuburn-1.4a.ebuild, +cpuburn-1.4a-r1.ebuild, +files/01-variables.patch,
+  metadata.xml:
+  Drop old; drop unnecessary emul-linux dep, #492962; add patch from debian
+  fixing variable declaration
 
   15 Feb 2012; Justin Lecher <[email protected]> cpuburn-1.4a.ebuild:
   Mirror the src tarball as upstream is dead, move to EAPI=4



1.5                  app-benchmarks/cpuburn/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/metadata.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/metadata.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml        17 Sep 2007 21:01:30 -0000      1.4
+++ metadata.xml        16 Jun 2014 06:10:02 -0000      1.5
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-       <herd>benchmarks</herd>
-       <longdescription>
+  <herd>benchmarks</herd>
+  <longdescription>
                CPUBurn is the ultimate stability testing tool for 
overclockers. The
                program heats up any x86 CPU to the maximum possible operating
                temperature that is achievable by using ordinary software.



1.1                  app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild?rev=1.1&content-type=text/plain

Index: cpuburn-1.4a-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-benchmarks/cpuburn/cpuburn-1.4a-r1.ebuild,v 1.1 
2014/06/16 06:10:02 jlec Exp $

EAPI=5

inherit eutils flag-o-matic toolchain-funcs

MY_P="${PV/./_}"

DESCRIPTION="Designed to heavily load CPU chips [testing purposes]"
HOMEPAGE="http://pages.sbcglobal.net/redelm/";
#SRC_URI="http://pages.sbcglobal.net/redelm/cpuburn_${MY_P}_tar.gz -> 
${P}.tar.gz"
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-flags.patch \
                "${FILESDIR}"/01-variables.patch
        use amd64 && append-flags -m32 #65719
        tc-export CC
}

src_install() {
        dodoc Design README
        dobin burn{BX,K6,K7,MMX,P5,P6}
}




Reply via email to