From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/i7z/
Date: Fri, 21 Jul 2017 08:46:57 +0000 (UTC) [thread overview]
Message-ID: <1500626804.310ea7808ef48ad26a85ddea2a974589b72a7158.pacho@gentoo> (raw)
commit: 310ea7808ef48ad26a85ddea2a974589b72a7158
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 08:42:54 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 08:46:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310ea780
app-benchmarks/i7z: Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-benchmarks/i7z/i7z-93_p20131012.ebuild | 68 ------------------------------
1 file changed, 68 deletions(-)
diff --git a/app-benchmarks/i7z/i7z-93_p20131012.ebuild b/app-benchmarks/i7z/i7z-93_p20131012.ebuild
deleted file mode 100644
index e08e1a871e5..00000000000
--- a/app-benchmarks/i7z/i7z-93_p20131012.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic qmake-utils toolchain-funcs
-
-COMMIT="5023138d7c35c4667c938b853e5ea89737334e92"
-DESCRIPTION="A better i7 (and now i3, i5) reporting tool for Linux"
-HOMEPAGE="https://github.com/ajaiantilal/i7z"
-SRC_URI="https://github.com/ajaiantilal/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="qt4 qt5"
-
-RDEPEND="sys-libs/ncurses:0=
- qt5? (
- dev-qt/qtcore:5=
- dev-qt/qtgui:5=
- dev-qt/qtwidgets:5=
- )
- !qt5? ( qt4? (
- dev-qt/qtcore:4=
- dev-qt/qtgui:4=
- ) )"
-
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/i7z-0.27.2-ncurses.patch
- "${FILESDIR}"/qt5.patch
- "${FILESDIR}"/gcc5.patch
-)
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_configure() {
- # The GUI segfaults with -O1. None of the documented flags make a
- # difference. There may not be a specific flag for the culprit.
- filter-flags "-O*"
-
- tc-export CC
- cd GUI || die
-
- if use qt5; then
- eqmake5 ${PN}_GUI.pro
- elif use qt4; then
- eqmake4 ${PN}_GUI.pro
- fi
-}
-
-src_compile() {
- default
-
- if use qt5 || use qt4; then
- emake -C GUI clean
- emake -C GUI
- fi
-}
-
-src_install() {
- emake DESTDIR="${ED}" docdir=/usr/share/doc/${PF} install
-
- if use qt5 || use qt4; then
- dosbin GUI/i7z_GUI
- fi
-}
next reply other threads:[~2017-07-21 8:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 8:46 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-11 18:44 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/i7z/ Pacho Ramos
2018-08-02 9:42 Pacho Ramos
2018-07-20 22:15 Mikle Kolyada
2017-08-12 14:48 Michael Palimaka
2017-06-02 18:28 James Le Cuirot
2017-06-01 9:13 Agostino Sarubbo
2017-05-31 9:00 Pacho Ramos
2017-05-31 9:00 Pacho Ramos
2016-01-08 9:42 James Le Cuirot
2015-08-21 8:34 Justin Lecher
2015-08-20 14:37 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1500626804.310ea7808ef48ad26a85ddea2a974589b72a7158.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox