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 93E9E138334 for ; Thu, 11 Oct 2018 18:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD920E0827; Thu, 11 Oct 2018 18:45:05 +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 92508E0827 for ; Thu, 11 Oct 2018 18:45:05 +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 142F3335C47 for ; Thu, 11 Oct 2018 18:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63AE842C for ; Thu, 11 Oct 2018 18:45:00 +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: <1539283482.f3d2dd5aa5153ca6da14df9efd92361f91d6f1ca.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kdiagram/Manifest dev-libs/kdiagram/kdiagram-2.6.0.ebuild X-VCS-Directories: dev-libs/kdiagram/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3d2dd5aa5153ca6da14df9efd92361f91d6f1ca X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:45:00 +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: 31ea28a8-0060-4a48-bf96-17b9c2e2e8af X-Archives-Hash: 5723581deaab14fc17f3fb214c2d100f commit: f3d2dd5aa5153ca6da14df9efd92361f91d6f1ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 11 18:44:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 11 18:44:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d2dd5a dev-libs/kdiagram: Drop 2.6.0 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/kdiagram/Manifest | 1 - dev-libs/kdiagram/kdiagram-2.6.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-libs/kdiagram/Manifest b/dev-libs/kdiagram/Manifest index 927f4bd7ad5..7df13b11de1 100644 --- a/dev-libs/kdiagram/Manifest +++ b/dev-libs/kdiagram/Manifest @@ -1,2 +1 @@ -DIST kdiagram-2.6.0.tar.xz 683792 BLAKE2B bc6074e4732a2eda4d8b2a321cfc8a2bad0f614c8d6dd48347f3e2f9ec013b2915a9793807b8640ee00cb1e20229741aae1e77abfd9f826016899a4178581f44 SHA512 243839e23171f5deafb167e5a05f1a2841f0294c9f7944cd2580c9e72830a7082a84e4dddd70da620751bcad4086325747e2308872dc272404540b13d91e4ca3 DIST kdiagram-2.6.1.tar.xz 674016 BLAKE2B 323fcc1101f4bba527426923652ee53a1986edff1c7a0d17a478585019c97f731675fa30477064f1e5375ef0a3da27ba1918ee21cf6758ac445ea0d7f1b7611c SHA512 caa1f6f8bffb4b311224edfed115f189fa9c88e4b9d8bc9d4b7bc963c6b8c896813b438ad89fa9e91e4cde2f55ae822cfc7ba559bbdad517c60a037591dc5128 diff --git a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild b/dev-libs/kdiagram/kdiagram-2.6.0.ebuild deleted file mode 100644 index 49fd8352bcb..00000000000 --- a/dev-libs/kdiagram/kdiagram-2.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_EXAMPLES="true" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business diagrams" -HOMEPAGE="https://www.kde.org/" -IUSE="" - -REQUIRED_USE="test? ( examples )" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="amd64 x86" - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" -fi - -RDEPEND=" - $(add_qt_dep qtgui) - $(add_qt_dep qtprintsupport) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND} - $(add_qt_dep linguist-tools) -"