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 8AF9B1396D9 for ; Wed, 8 Nov 2017 21:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C86B8E0F12; Wed, 8 Nov 2017 21:08:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A4DA5E0F12 for ; Wed, 8 Nov 2017 21:08:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9F38A33BF01 for ; Wed, 8 Nov 2017 21:08:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 622C09882 for ; Wed, 8 Nov 2017 21:08:05 +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: <1510173431.022ed9cc2fac8f241ebdbcaf7056ab658c64da1c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kimagemapeditor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild X-VCS-Directories: kde-apps/kimagemapeditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 022ed9cc2fac8f241ebdbcaf7056ab658c64da1c X-VCS-Branch: master Date: Wed, 8 Nov 2017 21:08:05 +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: d58726df-3a9f-4e23-8ca5-e78c99d4c867 X-Archives-Hash: 00f10e805ea5164a3110928b7b563cc4 commit: 022ed9cc2fac8f241ebdbcaf7056ab658c64da1c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 8 20:37:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 8 20:37:11 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=022ed9cc kde-apps/kimagemapeditor: Frameworks merged to master Package-Manager: Portage-2.3.13, Repoman-2.3.4 .../kimagemapeditor/kimagemapeditor-9999.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild new file mode 100644 index 0000000000..008cc84a2c --- /dev/null +++ b/kde-apps/kimagemapeditor/kimagemapeditor-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Generator of HTML image maps." +HOMEPAGE="https://www.kde.org/applications/development/kimagemapeditor/" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}"