diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 23:16:16 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 23:17:16 +0200 |
commit | 03e1c76c208ef0d76c89ae6a62f841b9a73e1088 (patch) | |
tree | 1726b50db0d3fc12054c89655d029af2574279ee /media-gfx/symboleditor | |
parent | media-gfx/symboleditor: 2.1.0 amd64 stable (diff) | |
download | gentoo-03e1c76c208ef0d76c89ae6a62f841b9a73e1088.tar.gz gentoo-03e1c76c208ef0d76c89ae6a62f841b9a73e1088.tar.bz2 gentoo-03e1c76c208ef0d76c89ae6a62f841b9a73e1088.zip |
media-gfx/symboleditor: Drop 2.0.0-r1
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/symboleditor')
4 files changed, 0 insertions, 118 deletions
diff --git a/media-gfx/symboleditor/Manifest b/media-gfx/symboleditor/Manifest index 25966c5aaef9..f5666a5c1f67 100644 --- a/media-gfx/symboleditor/Manifest +++ b/media-gfx/symboleditor/Manifest @@ -1,2 +1 @@ -DIST SymbolEditor-2.0.0.tar.bz2 544789 BLAKE2B 2d0566d1e4b765e4cccec93def5fb184a27edbeb90bed8a76514e880e49a9c4139d4679f380c6c831c3f25a857af2df367d9ef96c56009189b2db9f964202e73 SHA512 8baee88fd8ff5f2b6334e80fe7c3fe8044ae521e5a8ffa2588f37dc4a8bf0495c902789bfaaed21a6eaf3c4f6380d18550aaed8046e84b396317104c8a49c993 DIST symboleditor-2.1.0.tar.xz 495416 BLAKE2B 5f5d5a60806ebf0dacce5dcff538ac0f2c4966b2f2bda79450f66515d8572dd61a67db5e4d0f91b548a62c14e4e14aea283b710dc2a7c84770eb35dd22e20699 SHA512 dc83f3f80b12d8217a230d8c951e90bcc6246c4460d987efb140c54c1e88a8f5d607ac7ebfe706399cd0917e22a2089df6742afadd28305d39ceeff0c55da535 diff --git a/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch b/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch deleted file mode 100644 index ab0bd049bef3..000000000000 --- a/media-gfx/symboleditor/files/symboleditor-2.0.0-cmake.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 8739cd6f5fe0f2ed0cf9913170573c62ee246c63 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Burkhard=20L=C3=BCck?= <lueck@hube-lueck.de> -Date: Thu, 22 Sep 2016 21:17:07 +0200 -Subject: cleanup CMakeLists.txt - -remove qt5_wrap_ui wrong because the app uses xgettext and line 60 already has ki18n_wrap_ui -remove add_definitions (-DTRANSLATION_DOMAIN=SymbolEditor), that is only for libraries -and -src/Main.cpp:84: KLocalizedString::setApplicationDomain(SymbolEditor); -is used to load the translation catalog -REVIEW:128126 ---- - CMakeLists.txt | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d1016cb..d88174a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -64,10 +64,6 @@ add_subdirectory (doc) - - kconfig_add_kcfg_files (SymbolEditor_SRCS SymbolEditor.kcfgc) - --qt5_wrap_ui (SymbolEditor_SRCS -- ui/EditorConfigPage.ui --) -- - ecm_install_icons (ICONS sc-apps-SymbolEditor.svgz DESTINATION ${ICON_INSTALL_DIR}) - - add_executable (SymbolEditor ${SymbolEditor_SRCS}) -@@ -89,8 +85,6 @@ add_definitions ( - -DKDE_NO_COMPAT - ) - --add_definitions (-DTRANSLATION_DOMAIN="SymbolEditor") -- - if (SILENCE_DEPRECATED) - add_definitions( -Wno-deprecated-declarations ) - endif (SILENCE_DEPRECATED) --- -cgit v1.1 diff --git a/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch b/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch deleted file mode 100644 index 3434e90c6122..000000000000 --- a/media-gfx/symboleditor/files/symboleditor-2.0.0-doc-optional.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 2b809c68d40a3d0af2da668bad3f4d9ced86f56e Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Thu, 10 Mar 2016 20:26:57 +0100 -Subject: KF5DocTools is optional, so add doc subdir conditionally - -REVIEW: 127336 ---- - CMakeLists.txt | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d88174a..da7458f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -60,7 +60,10 @@ file (GLOB SymbolEditor_UI ${CMAKE_CURRENT_SOURCE_DIR}/ui/*.ui) - ki18n_wrap_ui (SymbolEditor_SRCS ${SymbolEditor_UI}) - - add_subdirectory (icons) --add_subdirectory (doc) -+ -+if (KF5DocTools_FOUND) -+ add_subdirectory (doc) -+endif (KF5DocTools_FOUND) - - kconfig_add_kcfg_files (SymbolEditor_SRCS SymbolEditor.kcfgc) - --- -cgit v1.1 diff --git a/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild deleted file mode 100644 index 3661330a67f4..000000000000 --- a/media-gfx/symboleditor/symboleditor-2.0.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="optional" -inherit kde5 - -DESCRIPTION="Application to create libraries of QPainterPath objects with rendering 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="" - -BDEPEND=" - sys-devel/gettext -" -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) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-cmake.patch" - "${FILESDIR}/${P}-doc-optional.patch" -) - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON - ) - - kde5_src_configure -} |