diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-05 23:11:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-08 19:03:34 +0200 |
commit | 667b6b2d5a307438ca0779232eab1c3ea0717dc7 (patch) | |
tree | 647f2f14653880e93e72c5e797c45a0d393eb265 /media-gfx/kxstitch | |
parent | media-gfx/kxstitch: Fix for importing images for V6 of ImageMagick (diff) | |
download | gentoo-667b6b2d5a307438ca0779232eab1c3ea0717dc7.tar.gz gentoo-667b6b2d5a307438ca0779232eab1c3ea0717dc7.tar.bz2 gentoo-667b6b2d5a307438ca0779232eab1c3ea0717dc7.zip |
media-gfx/kxstitch: Drop 2.1.1-r1
Package-Manager: Portage-2.3.66, 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-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild deleted file mode 100644 index bf995e2e238c..000000000000 --- a/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="" - -BDEPEND=" - sys-devel/gettext -" -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 -" -RDEPEND="${DEPEND} - !media-gfx/kxstitch:4 -" - -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) |