summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-03-25 09:16:46 +0000
committerJustin Lecher <jlec@gentoo.org>2012-03-25 09:16:46 +0000
commitcfd60cee5e7f87153c24ff529d63eba75813a29b (patch)
treea3ddb573eb396c91429f6566e7974ff48fb7be08 /app-benchmarks/i7z/i7z-0.26.ebuild
parentForce people to use a gtk+-3 fixed version for getting proper fallback themin... (diff)
downloadgentoo-2-cfd60cee5e7f87153c24ff529d63eba75813a29b.tar.gz
gentoo-2-cfd60cee5e7f87153c24ff529d63eba75813a29b.tar.bz2
gentoo-2-cfd60cee5e7f87153c24ff529d63eba75813a29b.zip
Dropped old
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks/i7z/i7z-0.26.ebuild')
-rw-r--r--app-benchmarks/i7z/i7z-0.26.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-benchmarks/i7z/i7z-0.26.ebuild b/app-benchmarks/i7z/i7z-0.26.ebuild
deleted file mode 100644
index ec5da87b5003..000000000000
--- a/app-benchmarks/i7z/i7z-0.26.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.4 2011/08/14 10:21:37 jlec Exp $
-
-EAPI=3
-
-inherit eutils 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"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE="X"
-
-RDEPEND="
- sys-libs/ncurses
- X? ( x11-libs/qt-gui:4 )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PV}-gentoo.patch \
- "${FILESDIR}"/${PV}-gcc46.patch
- tc-export CC
-}
-
-src_compile() {
- default
- if use X; then
- cd GUI
- eqmake4 GUI.pro
- emake || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${ED}" install || die
- if use X; then
- newsbin GUI/GUI i7z_GUI || die
- fi
- dodoc put_cores_o*line.sh MAKEDEV-cpuid-msr || die
-}