commit:     bbb13aab46a759ed93ca2cca25d89eb0adbd1973
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 13:25:30 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 13:25:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbb13aab

media-gfx/symboleditor: moved to main tree

Package-Manager: portage-2.2.26

 media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 49 ------------------------
 1 file changed, 49 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 bb0f595..0000000
--- a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOXYGEN="true"
-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)
-       dev-qt/qtgui:5
-       dev-qt/qtwidgets:5
-"
-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 doc Doxygen)
-               $(cmake-utils_use_find_package handbook KF5DocTools)
-       )
-
-       kde5_src_configure
-}

Reply via email to