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 DA154138334 for ; Sun, 24 Mar 2019 12:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0688E08A4; Sun, 24 Mar 2019 12:20:19 +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 8A6B9E08AB for ; Sun, 24 Mar 2019 12:20:19 +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 D38E3335D10 for ; Sun, 24 Mar 2019 12:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 105D957B for ; Sun, 24 Mar 2019 12:20: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: <1553429479.91431e5f017626b04099f4d015b2699a97fb6d2f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/symboleditor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/symboleditor/symboleditor-2.0.0.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 91431e5f017626b04099f4d015b2699a97fb6d2f X-VCS-Branch: master Date: Sun, 24 Mar 2019 12:20: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: 049e0a03-1101-4ba9-bf40-983fae12e5f0 X-Archives-Hash: 7d7e2caff1f9964bb4314ff0a17913c4 commit: 91431e5f017626b04099f4d015b2699a97fb6d2f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 24 11:48:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 24 12:11:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91431e5f media-gfx/symboleditor: Drop 2.0.0 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 46 ------------------------ 1 file changed, 46 deletions(-) diff --git a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild deleted file mode 100644 index 194321ebd65..00000000000 --- a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints" -HOMEPAGE="https://userbase.kde.org/SymbolEditor" -if [[ ${KDE_BUILD_TYPE} != live ]]; then - MY_P=SymbolEditor-${PV} - SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2" - S="${WORKDIR}"/${MY_P} -fi - -LICENSE="GPL-2" -KEYWORDS="amd64" -IUSE="" - -COMMON_DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} - !media-gfx/symboleditor:4 -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package handbook KF5DocTools) - ) - - kde5_src_configure -}