Created attachment 439870 [details] media-libs/qimageblitz-9999.ebuild # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="Paint Program by KDE" HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" KEYWORDS="" LICENSE="BSD LGPL-2" IUSE="scanner" RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kguiaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kiconthemes) $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) $(add_qt_dep qtgui) $(add_qt_dep qtprintsupport) $(add_qt_dep qtwidgets) media-libs/qimageblitz-9999 scanner? ( $(add_kdeapps_dep libksane) ) " DEPEND="${RDEPEND} sys-devel/gettext " src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package scanner KF5Sane) ) kde5_src_configure }
The repo seems inactive. We should create a snapshot instead. And hardly depend on a live ebuild seems not like a good idea for further release ;).
(In reply to Johannes Huber from comment #1) > The repo seems inactive. We should create a snapshot instead. > > And hardly depend on a live ebuild seems not like a good idea for further > release ;). snapshot is fine too.
--- No longer rely on external, unmaintained qimageblitz The few functions kolourpaint uses were integrated --- the ebuild should be fixed