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 A1CEB138335 for ; Sun, 19 May 2019 20:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAF8DE0877; Sun, 19 May 2019 20:55:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9F46AE0877 for ; Sun, 19 May 2019 20:55:29 +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 9AF26344AFE for ; Sun, 19 May 2019 20:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B58A5ED for ; Sun, 19 May 2019 20:55:27 +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: <1558299315.6c0122de045687fe8d61d1820471ba6ddd009bf6.asturm@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.1.0.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6c0122de045687fe8d61d1820471ba6ddd009bf6 X-VCS-Branch: master Date: Sun, 19 May 2019 20:55:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 872f827d-5b45-418a-ab4f-17adbcfad842 X-Archives-Hash: c0e113668c9dfddade2f3580dbcd89ec commit: 6c0122de045687fe8d61d1820471ba6ddd009bf6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 19 20:49:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 19 20:55:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0122de dev-libs/kreport: Drop 3.1.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kreport/Manifest | 1 - dev-libs/kreport/kreport-3.1.0.ebuild | 52 ----------------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-libs/kreport/Manifest b/dev-libs/kreport/Manifest index 63118711cac..bc3312937f7 100644 --- a/dev-libs/kreport/Manifest +++ b/dev-libs/kreport/Manifest @@ -1,2 +1 @@ -DIST kreport-3.1.0.tar.xz 378980 BLAKE2B 9f6289a38e7fc0d6a7522e55dd5e769a52306edb4855efe79f933f47dbc87f367c865fede453c04402ec03046a9b5c5bb7b9055ff1ec6808319939328ef74862 SHA512 9f96d65ee420aab497b591a4a0d48da8df21f3c6a230ec742f4b2ff12f0e14a86a82e4fb114bb91ff334bcd8bdf3beec0f533507923bec31a6e79bba55213268 DIST kreport-3.2.0.tar.xz 374072 BLAKE2B b0e4a028464f424e1e6661a02233a0e6f711a890892ea34c8c8ebc12675379a233e9aa8b00f9165e9a82993d43ae2086c7a8c0f5cc17cfaa658614225c7b56c8 SHA512 3f7b8bf8d4c5e88de74b38c55b4c82ac1e3ae11db424b10b85884ff479d25640b0ef7c6f90567cf27a1bab099d4b14a042ddf4549cec9ca7d5b237c3a8f7104c diff --git a/dev-libs/kreport/kreport-3.1.0.ebuild b/dev-libs/kreport/kreport-3.1.0.ebuild deleted file mode 100644 index 595c6844ae4..00000000000 --- a/dev-libs/kreport/kreport-3.1.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 ) - -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+" -SLOT="5/4" -KEYWORDS="amd64 x86" -IUSE="marble +scripting webkit" - -RESTRICT+=" test" - -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-3.1.0:5= - marble? ( $(add_kdeapps_dep marble '' '' '5=') ) - scripting? ( $(add_qt_dep qtdeclarative) ) - webkit? ( $(add_qt_dep qtwebkit) ) -" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} -" - -pkg_setup() { - python-any-r1_pkg_setup - kde5_pkg_setup -} - -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 -}