From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4476F1396D0 for ; Sun, 1 Oct 2017 16:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D8542BC00B; Sun, 1 Oct 2017 16:25:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 707B32BC00B for ; Sun, 1 Oct 2017 16:25:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FDA1341659 for ; Sun, 1 Oct 2017 16:25:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F1D9092 for ; Sun, 1 Oct 2017 16:25:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1506874546.ac63c1c9dfb013194deabe3cad57619cab6c1a1e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/icemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/icemon/Manifest dev-util/icemon/icemon-3.1.0.ebuild X-VCS-Directories: dev-util/icemon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ac63c1c9dfb013194deabe3cad57619cab6c1a1e X-VCS-Branch: master Date: Sun, 1 Oct 2017 16:25:33 +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: 7d27fafc-e7ea-4c3e-a875-b287ea31671a X-Archives-Hash: e5cdb9d550b5ef587ccc103d3f2e4aa6 commit: ac63c1c9dfb013194deabe3cad57619cab6c1a1e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 1 16:12:40 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 1 16:15:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac63c1c9 dev-util/icemon: 3.1.0 Qt5-based version bump, bug #629038 EAPI=6, new HOMEPAGE, SRC_URI Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-util/icemon/Manifest | 1 + dev-util/icemon/icemon-3.1.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-util/icemon/Manifest b/dev-util/icemon/Manifest index b5fcb5d0914..1aca7a3ab2f 100644 --- a/dev-util/icemon/Manifest +++ b/dev-util/icemon/Manifest @@ -1 +1,2 @@ DIST icemon-20140102.tar.xz 69212 SHA256 6af68804b554dd55fcd89aae8e4032a70df653dc24cb81aa5a8557c7733cdb34 SHA512 96ffa914fb02f4dfefe489b4a55d62db736d71e0df0e613f7d0135b477449e687919001711661f4892fde6cc0d58267ecfd09dad95a4fff84c4381aba705845e WHIRLPOOL bc5f35dd920a59a69849d1bdf5fd9c6e45ea86f6bd66c3abb050276feba984b3c385afc18a4ce08b58068742af867450ebc4a6e97b9af8d569a2361119012336 +DIST icemon-3.1.0.tar.gz 111139 SHA256 8500501d3f4968d52a1f4663491e26d861e006f843609351ec1172c983ad4464 SHA512 43b5c959cd66fa65cac25994e5b8f26646b49b57405bd80d6ddb12cc7ed5bfeb5f91f5816900883078075685c25159f5a19b3198594027b3a1b8b0c489237b39 WHIRLPOOL f796343ece42fa5c505bd39902d6198177bc4e61c0a888b6dc17cdcb426ce14ec48f3902a23e18f7c64c702eec40cbef990bf3b7dbbd8e38bb42cf04767d9037 diff --git a/dev-util/icemon/icemon-3.1.0.ebuild b/dev-util/icemon/icemon-3.1.0.ebuild new file mode 100644 index 00000000000..bdf10ab714f --- /dev/null +++ b/dev-util/icemon/icemon-3.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Monitor program for use with Icecream compile clusters based on KDE Frameworks" +HOMEPAGE="https://en.opensuse.org/Icecream https://github.com/icecc/icemon" +SRC_URI="https://github.com/icecc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + sys-devel/icecream +" +DEPEND="${RDEPEND} + app-text/docbook2X +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=OFF + ) + cmake-utils_src_configure +}