summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 12:48:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 13:11:19 +0100
commit91431e5f017626b04099f4d015b2699a97fb6d2f (patch)
tree49c13aad8da0913247f63f542cf8829da47be722 /media-gfx
parentmedia-gfx/symboleditor: EAPI-7 bump, cmake fix, fix typo, drop blocker (diff)
downloadgentoo-91431e5f017626b04099f4d015b2699a97fb6d2f.tar.gz
gentoo-91431e5f017626b04099f4d015b2699a97fb6d2f.tar.bz2
gentoo-91431e5f017626b04099f4d015b2699a97fb6d2f.zip
media-gfx/symboleditor: Drop 2.0.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/symboleditor/symboleditor-2.0.0.ebuild46
1 files changed, 0 insertions, 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 194321ebd65b..000000000000
--- 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
-}