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 EDF60138390 for ; Thu, 16 Jan 2020 16:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F946E0929; Thu, 16 Jan 2020 16:07:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7716EE0929 for ; Thu, 16 Jan 2020 16:07:02 +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 7B45D34E126 for ; Thu, 16 Jan 2020 16:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066DAA3 for ; Thu, 16 Jan 2020 16:06:59 +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: <1579190809.58a7213003d5ccd62f88da7543e0bb15baf3c6c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsvg/qtsvg-5.14.0.ebuild X-VCS-Directories: dev-qt/qtsvg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 58a7213003d5ccd62f88da7543e0bb15baf3c6c8 X-VCS-Branch: master Date: Thu, 16 Jan 2020 16:06:59 +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: cc4c3d87-f087-4e48-8c81-e479b6259fdc X-Archives-Hash: 0973c38513ddb7b1381e01a723c44df6 commit: 58a7213003d5ccd62f88da7543e0bb15baf3c6c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 16 16:02:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 16 16:06:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a72130 dev-qt/qtsvg: Drop 5.14.0 (r0) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtsvg/qtsvg-5.14.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-qt/qtsvg/qtsvg-5.14.0.ebuild b/dev-qt/qtsvg/qtsvg-5.14.0.ebuild deleted file mode 100644 index f143da2e488..00000000000 --- a/dev-qt/qtsvg/qtsvg-5.14.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit qt5-build - -DESCRIPTION="SVG rendering library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - sys-libs/zlib:= -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtxml-${PV} ) -"