diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-21 05:45:41 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-21 05:45:50 +1000 |
commit | 9ee92bafdd897142505b90ae4498320842b218b7 (patch) | |
tree | 05e0222c403468a59f01a7b25068cabc945ad00b /media-gfx/kxstitch | |
parent | sci-physics/hoomd-blue: import live ebuild from sci (diff) | |
download | gentoo-9ee92bafdd897142505b90ae4498320842b218b7.tar.gz gentoo-9ee92bafdd897142505b90ae4498320842b218b7.tar.bz2 gentoo-9ee92bafdd897142505b90ae4498320842b218b7.zip |
media-gfx/kxstitch: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/kxstitch')
-rw-r--r-- | media-gfx/kxstitch/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/kxstitch/kxstitch-1.2.0.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/media-gfx/kxstitch/Manifest b/media-gfx/kxstitch/Manifest index cca96b333521..4941013750e3 100644 --- a/media-gfx/kxstitch/Manifest +++ b/media-gfx/kxstitch/Manifest @@ -1,2 +1 @@ -DIST kxstitch-1.2.0.tar.bz2 1995295 SHA256 12946cdba1278bc68d3ca11c0db1963dbe3363d0f6aa814cb9e8d6e49f5132da SHA512 bd1bf32cb1cf188e03c17ddc3f3aa9e19e5551f0f3c58afa7951975b9a149f164b6d19f6c9011770c8d40724b9056c8d42202a4bd8712dda995439159c84c5f5 WHIRLPOOL b19a595f4a1fe08707d8ce122beae169ed8607ca81286d0d63359ff79aef10f446f3b23a3fb9f40dfaa455f879011f78138c516704e961c3901c76eb88b56992 DIST kxstitch-1.3.0.tar.bz2 1982487 SHA256 675fdcf0d7c171c8b41c8156143530a981a707c705e45663e70946ca4e707f16 SHA512 f1a422b9f5e6850e1864b1c54c2af732d53af07d5b310241446e7cae810cfc0f97cfe99792ae3fb9e7ddf9efd5203fc8bede132a2a9c8b3be5057b4d338d4cda WHIRLPOOL 75f6b9ab6638bf9e7960d55ca291d28c6bf814fb799b345f4c08b6072c702f6ed3889c0d4c53889493b5c5c29b6efa5253bf8d7089e33b6cf56f0dc13becf0a4 diff --git a/media-gfx/kxstitch/kxstitch-1.2.0.ebuild b/media-gfx/kxstitch/kxstitch-1.2.0.ebuild deleted file mode 100644 index 805840b0a0a5..000000000000 --- a/media-gfx/kxstitch/kxstitch-1.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 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="ca cs da de en_GB es et fr hu it lt nl pl pt pt_BR sk sv 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 -" |