From 5f2fa63af90e0943904268481239206fe0ee2688 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 3 Mar 2019 19:41:01 +0100 Subject: media-gfx/kcoloredit: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- .../kcoloredit-2.0.0_p20171121-r1.ebuild | 40 ++++++++++++++++++++++ .../kcoloredit/kcoloredit-2.0.0_p20171121.ebuild | 38 -------------------- 2 files changed, 40 insertions(+), 38 deletions(-) create mode 100644 media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild delete mode 100644 media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild (limited to 'media-gfx/kcoloredit') diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild new file mode 100644 index 000000000000..e216c0f0398a --- /dev/null +++ b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT=50ac0509891343bc01a0aeffda5a44a1e65d9d04 +EGIT_BRANCH="frameworks" +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Tool for editing color palettes" +HOMEPAGE="https://userbase.kde.org/KColorEdit" +SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcompletion) + $(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 kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !media-gfx/kcoloredit:4 +" + +S="${WORKDIR}/${PN}-${COMMIT}" diff --git a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild b/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild deleted file mode 100644 index 95cb22556e1e..000000000000 --- a/media-gfx/kcoloredit/kcoloredit-2.0.0_p20171121.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -COMMIT=50ac0509891343bc01a0aeffda5a44a1e65d9d04 -EGIT_BRANCH="frameworks" -KDE_HANDBOOK="forceoptional" -inherit kde5 vcs-snapshot - -DESCRIPTION="Tool for editing color palettes" -HOMEPAGE="https://userbase.kde.org/KColorEdit" -SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - $(add_frameworks_dep kactivities) - $(add_frameworks_dep kcompletion) - $(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 kio) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !media-gfx/kcoloredit:4 -" -- cgit v1.2.3-65-gdbad