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 901B8138335 for ; Tue, 4 Jun 2019 22:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0689BE0957; Tue, 4 Jun 2019 22:00:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E0AE8E0957 for ; Tue, 4 Jun 2019 22:00:24 +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 C74F134573B for ; Tue, 4 Jun 2019 22:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E2A60B for ; Tue, 4 Jun 2019 22:00:15 +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: <1559685422.bb73f2053a06e13594909ed228b153858df1e5f6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/kdiagram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/kdiagram/kdiagram-2.6.1.ebuild X-VCS-Directories: dev-libs/kdiagram/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb73f2053a06e13594909ed228b153858df1e5f6 X-VCS-Branch: master Date: Tue, 4 Jun 2019 22:00:15 +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: da05d9d1-6c71-432e-87f6-51ff36b631fb X-Archives-Hash: 721e2ef730b1e1ca07cbed8cf70b5055 commit: bb73f2053a06e13594909ed228b153858df1e5f6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 4 21:57:02 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 4 21:57:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb73f205 dev-libs/kdiagram: Drop 2.6.1 (r0) Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kdiagram/kdiagram-2.6.1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild b/dev-libs/kdiagram/kdiagram-2.6.1.ebuild deleted file mode 100644 index 6a4cc4834ec..00000000000 --- a/dev-libs/kdiagram/kdiagram-2.6.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_EXAMPLES="true" -KDE_QTHELP="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 ~arm64 x86" - SRC_URI="mirror://kde/stable/${PN}/${PV}/${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) -"