summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-06 14:48:40 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-06 14:48:53 +0100
commit7e952cc7558c5ea2eef604b93a98bc341b7a2bd0 (patch)
tree701c90d9c3d45cfbdd41debd77566b33e70eb8a8 /media-gfx/kxstitch
parentapp-emulation/docker: Fix docker sha, remove old (diff)
downloadgentoo-7e952cc7558c5ea2eef604b93a98bc341b7a2bd0.tar.gz
gentoo-7e952cc7558c5ea2eef604b93a98bc341b7a2bd0.tar.bz2
gentoo-7e952cc7558c5ea2eef604b93a98bc341b7a2bd0.zip
media-gfx/kxstitch: Drop slot 4
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-gfx/kxstitch')
-rw-r--r--media-gfx/kxstitch/Manifest1
-rw-r--r--media-gfx/kxstitch/kxstitch-1.3.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/media-gfx/kxstitch/Manifest b/media-gfx/kxstitch/Manifest
index 481e60e152d8..9fac52308d97 100644
--- a/media-gfx/kxstitch/Manifest
+++ b/media-gfx/kxstitch/Manifest
@@ -1,2 +1 @@
-DIST kxstitch-1.3.0.tar.bz2 1982487 SHA256 675fdcf0d7c171c8b41c8156143530a981a707c705e45663e70946ca4e707f16 SHA512 f1a422b9f5e6850e1864b1c54c2af732d53af07d5b310241446e7cae810cfc0f97cfe99792ae3fb9e7ddf9efd5203fc8bede132a2a9c8b3be5057b4d338d4cda WHIRLPOOL 75f6b9ab6638bf9e7960d55ca291d28c6bf814fb799b345f4c08b6072c702f6ed3889c0d4c53889493b5c5c29b6efa5253bf8d7089e33b6cf56f0dc13becf0a4
DIST kxstitch-2.0.0.tar.xz 1681648 SHA256 430db19729c907c845d35e2ab3887ace2bc21913ab08ea7471c71c9b84fcc783 SHA512 0ce9ec517659fd9a3163671cdb32d451487aa812355c9abb38cf143192ed49e3e32afc003a0064e9a63303b5de40d8859f92066d886dc06c6d1fe03c8790122f WHIRLPOOL 1c4965e7b536e2d6a2f98855372798c305840238e068465d95c2e2fccb7db419f049ad19d45461ccad544be8c55fcbd47c6cb02fc3c9dd333cbfca8a446e1e53
diff --git a/media-gfx/kxstitch/kxstitch-1.3.0.ebuild b/media-gfx/kxstitch/kxstitch-1.3.0.ebuild
deleted file mode 100644
index e09091cf3e6a..000000000000
--- a/media-gfx/kxstitch/kxstitch-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOC_DIRS="doc-translations/%lingua_${PN}"
-KDE_HANDBOOK="optional"
-KDE_LINGUAS="bs ca ca@valencia cs da de en_GB es et fr hu it ja lt nl pl pt pt_BR sk sv tr uk"
-inherit kde4-base
-
-DESCRIPTION="Program to create cross stitch patterns"
-HOMEPAGE="https://userbase.kde.org/KXStitch"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-RDEPEND="
- media-gfx/imagemagick[cxx]
- x11-libs/libX11
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"