Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kxstitch/
Date: Wed, 08 May 2019 17:05:23
Message-Id: 1557335014.667b6b2d5a307438ca0779232eab1c3ea0717dc7.asturm@gentoo
1 commit: 667b6b2d5a307438ca0779232eab1c3ea0717dc7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 5 21:11:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 17:03:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b6b2d
7
8 media-gfx/kxstitch: Drop 2.1.1-r1
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild | 43 -----------------------------
14 1 file changed, 43 deletions(-)
15
16 diff --git a/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild
17 deleted file mode 100644
18 index bf995e2e238..00000000000
19 --- a/media-gfx/kxstitch/kxstitch-2.1.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,43 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -KDE_HANDBOOK="forceoptional"
28 -inherit kde5
29 -
30 -DESCRIPTION="Program to create cross stitch patterns"
31 -HOMEPAGE="https://userbase.kde.org/KXStitch"
32 -SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2+"
35 -SLOT="5"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -BDEPEND="
40 - sys-devel/gettext
41 -"
42 -DEPEND="
43 - $(add_frameworks_dep kcompletion)
44 - $(add_frameworks_dep kconfig)
45 - $(add_frameworks_dep kconfigwidgets)
46 - $(add_frameworks_dep kcoreaddons)
47 - $(add_frameworks_dep ki18n)
48 - $(add_frameworks_dep kio)
49 - $(add_frameworks_dep ktextwidgets)
50 - $(add_frameworks_dep kwidgetsaddons)
51 - $(add_frameworks_dep kxmlgui)
52 - $(add_qt_dep qtgui)
53 - $(add_qt_dep qtprintsupport)
54 - $(add_qt_dep qtwidgets)
55 - $(add_qt_dep qtx11extras)
56 - $(add_qt_dep qtxml)
57 - media-gfx/imagemagick[cxx]
58 - x11-libs/libX11
59 -"
60 -RDEPEND="${DEPEND}
61 - !media-gfx/kxstitch:4
62 -"
63 -
64 -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )