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 48E1D1382C5 for ; Wed, 9 May 2018 06:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10C75E0C97; Wed, 9 May 2018 06:32:55 +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 C855DE0C97 for ; Wed, 9 May 2018 06:32:54 +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 8B125335C09 for ; Wed, 9 May 2018 06:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E597286 for ; Wed, 9 May 2018 06:32:50 +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: <1525847474.ba50df8414a6bd206b2653c36264d1bb457e6242.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.0.2.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ba50df8414a6bd206b2653c36264d1bb457e6242 X-VCS-Branch: master Date: Wed, 9 May 2018 06:32:50 +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: 317ae51d-8eee-4401-874c-a123dafc075a X-Archives-Hash: 5b10bf1d58ac4b26b4ab28ad4a1f0904 commit: ba50df8414a6bd206b2653c36264d1bb457e6242 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 8 21:27:42 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 9 06:31:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba50df84 dev-libs/kreport: Drop 3.0.2 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-libs/kreport/Manifest | 1 - dev-libs/kreport/kreport-3.0.2.ebuild | 48 ----------------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-libs/kreport/Manifest b/dev-libs/kreport/Manifest index 9f4c38ee372..8289839c6ad 100644 --- a/dev-libs/kreport/Manifest +++ b/dev-libs/kreport/Manifest @@ -1,2 +1 @@ -DIST kreport-3.0.2.tar.xz 227508 BLAKE2B 48c2dae0ea13f513657780d9893c8ddb81c535757c376911fd01246694d55782f97039e8c13f7b2f04d535a91599f51068e0611c578b78602afa6472aab9d66d SHA512 25580783b1424d66608c48c6f0e254a9c27802b11157eaa199a50b05122f904b970b82cc747c7d8020ebede9bac1b30667e22a6b9c23a6e481055aa3c0a407ea DIST kreport-3.1.0.tar.xz 378980 BLAKE2B 9f6289a38e7fc0d6a7522e55dd5e769a52306edb4855efe79f933f47dbc87f367c865fede453c04402ec03046a9b5c5bb7b9055ff1ec6808319939328ef74862 SHA512 9f96d65ee420aab497b591a4a0d48da8df21f3c6a230ec742f4b2ff12f0e14a86a82e4fb114bb91ff334bcd8bdf3beec0f533507923bec31a6e79bba55213268 diff --git a/dev-libs/kreport/kreport-3.0.2.ebuild b/dev-libs/kreport/kreport-3.0.2.ebuild deleted file mode 100644 index 03df9d44e7f..00000000000 --- a/dev-libs/kreport/kreport-3.0.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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" - -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 - 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 -}