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 4601E139694 for ; Sun, 19 Mar 2017 00:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB1C321C088; Sun, 19 Mar 2017 00:18:28 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AF4A21C088 for ; Sun, 19 Mar 2017 00:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6554E3412CB for ; Sun, 19 Mar 2017 00:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F32C6D06 for ; Sun, 19 Mar 2017 00:18:25 +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: <1489882691.e5f635760bbc52e2ab41ed38f051867552627cf6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kreport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kreport/Manifest dev-libs/kreport/kreport-3.0.1.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e5f635760bbc52e2ab41ed38f051867552627cf6 X-VCS-Branch: master Date: Sun, 19 Mar 2017 00:18:25 +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: b3e97247-3ef9-432e-a901-b1f030297537 X-Archives-Hash: 7cff65dd05c88beb224a68d19253d20e commit: e5f635760bbc52e2ab41ed38f051867552627cf6 Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 19 00:14:45 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 19 00:18:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f63576 dev-libs/kreport: version bump 3.0.1 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/kreport/Manifest | 1 + dev-libs/kreport/kreport-3.0.1.ebuild | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-libs/kreport/Manifest b/dev-libs/kreport/Manifest index c6b3dc7bfab..81cc3b96327 100644 --- a/dev-libs/kreport/Manifest +++ b/dev-libs/kreport/Manifest @@ -1 +1,2 @@ DIST kreport-3.0.0.tar.xz 225868 SHA256 c3d8a310fd4b68bbce83370796ea2efdf93b9ce9f8cafb66e331b0db94ec2a00 SHA512 a52b168804f5d6e03aed7da568fefe93fc45499a41ce204c0a565e7110bab7924db22008c66658cb6c1cf92c3afdaf4f03cadfae5dc742e8dc3295e54b433793 WHIRLPOOL b6bdc494a74ce52dab0c2f1e2843ea2e4e5334bdee5c1e08bb4971f963da744ad969fcaad2fd91b86c013f72abb352cbebd19368a837c98168e4e8852d137a46 +DIST kreport-3.0.1.tar.xz 227944 SHA256 7a6cc7fa104bbdf0168625b365cb79cf4b6e70d6c97ead5f56a2bd921ade1401 SHA512 29a4d53ff063c35dd147e6e9b90c24fa79d94e76807eac0ea8fe3ddc17d465afdd4107805880325d9d2837c7026a678d77c3710123d8187f214f6006eaea0953 WHIRLPOOL a7e017f78fe845e3776920bc894a0807d4fa43d1027e835d9685ad6001e760b66def8307113589af1ef08f492d99edb56a40ef7861f67f55f8204f9263284cf2 diff --git a/dev-libs/kreport/kreport-3.0.1.ebuild b/dev-libs/kreport/kreport-3.0.1.ebuild new file mode 100644 index 00000000000..0c846bac23d --- /dev/null +++ b/dev-libs/kreport/kreport-3.0.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 python-any-r1 + +DESCRIPTION="Framework for creation and generation of reports in multiple formats" +[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="marble +scripting webkit" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/kproperty + marble? ( $(add_kdeapps_dep marble '' '' '5=') ) + scripting? ( $(add_qt_dep qtdeclarative) ) + webkit? ( $(add_qt_dep qtwebkit) ) +" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package marble Marble) + $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) + -DKREPORT_SCRIPTING=$(usex scripting) + ) + kde5_src_configure +}