From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87967138D18 for ; Mon, 13 Jul 2015 14:54:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047FAE0928; Mon, 13 Jul 2015 14:54:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CFB8E0928 for ; Mon, 13 Jul 2015 14:54:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A541340973 for ; Mon, 13 Jul 2015 14:54:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4577D73C for ; Mon, 13 Jul 2015 14:54:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1436799255.e9837852cc0798d57403bc3644a433e7b4d9d8a2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-9999.ebuild media-gfx/kgraphviewer/metadata.xml X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e9837852cc0798d57403bc3644a433e7b4d9d8a2 X-VCS-Branch: master Date: Mon, 13 Jul 2015 14:54:29 +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: 675eaecc-cb8a-45ed-8a30-6553030f96be X-Archives-Hash: a772d67aa98a781ed08ad774b8fb45b1 commit: e9837852cc0798d57403bc3644a433e7b4d9d8a2 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Jul 10 22:21:47 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 13 14:54:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9837852 [media-gfx/kgraphviewer] Add kf5 version Package-Manager: portage-2.2.20 media-gfx/kgraphviewer/kgraphviewer-9999.ebuild | 39 +++++++++++++++++++++++++ media-gfx/kgraphviewer/metadata.xml | 5 ++++ 2 files changed, 44 insertions(+) diff --git a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild new file mode 100644 index 0000000..96d19ec --- /dev/null +++ b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Graphviz dot graph file viewer" +HOMEPAGE="http://www.kde.org/applications/graphics/kgraphviewer/ +http://extragear.kde.org/apps/kgraphviewer/" + +LICENSE="GPL-2 FDL-1.2" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + >=media-gfx/graphviz-2.30 +" +DEPEND="${RDEPEND} + dev-libs/boost +" diff --git a/media-gfx/kgraphviewer/metadata.xml b/media-gfx/kgraphviewer/metadata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/media-gfx/kgraphviewer/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +