summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 15:44:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-24 16:54:48 +0100
commit2f81dc6d06d1bdcb0d9c3c20c67cceb227c6b12d (patch)
treedf08d88c03eeb113d85935c23b4aec7890bf83ef /media-gfx/kxstitch
parentmedia-gfx/kxstitch: EAPI-7 bump (diff)
downloadgentoo-2f81dc6d06d1bdcb0d9c3c20c67cceb227c6b12d.tar.gz
gentoo-2f81dc6d06d1bdcb0d9c3c20c67cceb227c6b12d.tar.bz2
gentoo-2f81dc6d06d1bdcb0d9c3c20c67cceb227c6b12d.zip
media-gfx/kxstitch: Drop 2.1.1 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/kxstitch')
-rw-r--r--media-gfx/kxstitch/kxstitch-2.1.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.1.1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
deleted file mode 100644
index e9ec0691e3f9..000000000000
--- a/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Program to create cross stitch patterns"
-HOMEPAGE="https://userbase.kde.org/KXStitch"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- $(add_qt_dep qtxml)
- media-gfx/imagemagick[cxx]
- x11-libs/libX11
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
- !media-gfx/kxstitch:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )