diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-08 12:53:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-08 12:53:04 +0000 |
commit | a55d6e801e464eae04a505a8679086a465256c64 (patch) | |
tree | f537b59c6cf4b542e599f35b90a2f36744bf7885 /app-benchmarks | |
parent | app-backup/deja-dup: Cleaned old (diff) | |
download | gentoo-2-a55d6e801e464eae04a505a8679086a465256c64.tar.gz gentoo-2-a55d6e801e464eae04a505a8679086a465256c64.tar.bz2 gentoo-2-a55d6e801e464eae04a505a8679086a465256c64.zip |
app-benchmarks/i7z: Cleaned old
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/i7z/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/i7z/i7z-0.27-r1.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog index 3d1ae48a4b13..0395e0c07a61 100644 --- a/app-benchmarks/i7z/ChangeLog +++ b/app-benchmarks/i7z/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/i7z # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.12 2012/06/08 11:47:41 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.13 2012/06/08 12:53:04 jlec Exp $ + + 08 Jun 2012; Justin Lecher <jlec@gentoo.org> -i7z-0.27-r1.ebuild: + Cleaned old 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> i7z-0.27.1.ebuild: x86 stable wrt bug #418513 diff --git a/app-benchmarks/i7z/i7z-0.27-r1.ebuild b/app-benchmarks/i7z/i7z-0.27-r1.ebuild deleted file mode 100644 index 5f58b3cd2098..000000000000 --- a/app-benchmarks/i7z/i7z-0.27-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.27-r1.ebuild,v 1.4 2012/03/24 20:17:50 hwoarang Exp $ - -EAPI="4" - -inherit eutils flag-o-matic qt4-r2 toolchain-funcs - -DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux" -HOMEPAGE="http://code.google.com/p/i7z/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="X" - -RDEPEND=" - sys-libs/ncurses - X? ( x11-libs/qt-gui:4 )" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${PV}-gentoo.patch - epatch "${FILESDIR}"/${P}-cpuid.patch - tc-export CC -} - -src_compile() { - default - if use X; then - append-cxxflags -fno-inline-small-functions -fno-caller-saves - cd GUI - eqmake4 GUI.pro - emake - fi -} - -src_install() { - emake DESTDIR="${ED}" install - if use X; then - newsbin GUI/GUI i7z_GUI - fi - dodoc put_cores_o*line.sh MAKEDEV-cpuid-msr -} |