diff options
author | 2009-11-20 20:54:55 +0000 | |
---|---|---|
committer | 2009-11-20 20:54:55 +0000 | |
commit | d7b8a298f08572932bdaf30548a6e8038d8a443c (patch) | |
tree | 6b613cb8b91de94bcbfdad49cbeca045bd087c7c /x11-misc/kxstitch | |
parent | Drop optional kde support. Also drop old ebuild (diff) | |
download | sunrise-d7b8a298f08572932bdaf30548a6e8038d8a443c.tar.gz sunrise-d7b8a298f08572932bdaf30548a6e8038d8a443c.tar.bz2 sunrise-d7b8a298f08572932bdaf30548a6e8038d8a443c.zip |
Drop all packages using only kde3, add cc for kde team to those that provide kde4 verisons.
svn path=/sunrise/; revision=9568
Diffstat (limited to 'x11-misc/kxstitch')
-rw-r--r-- | x11-misc/kxstitch/ChangeLog | 17 | ||||
-rw-r--r-- | x11-misc/kxstitch/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/kxstitch/kxstitch-0.8.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/kxstitch/metadata.xml | 16 |
4 files changed, 0 insertions, 64 deletions
diff --git a/x11-misc/kxstitch/ChangeLog b/x11-misc/kxstitch/ChangeLog deleted file mode 100644 index 5058adcf3..000000000 --- a/x11-misc/kxstitch/ChangeLog +++ /dev/null @@ -1,17 +0,0 @@ -# ChangeLog for x11-misc/kxstitch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Apr 2009; Christian Ruppert <idl0r@gentoo.org> kxstitch-0.8.ebuild: - Reverted commit r8356 until the kde eclass is EAPI 2 ready. - - 20 Apr 2009; Christian Ruppert <idl0r@gentoo.org> kxstitch-0.8.ebuild: - Replaced build_with_use by EAPI 2 USE dependencies. - - 11 Sep 2008; Tiago Cunha (tcunha) <me@tiagocunha.org> metadata.xml: - Fix metadata.xml - - 16 Sep 2006; Thomas Patrick (curmudgeon) <throw_away_2002@yahoo.com> - +kxstitch-0.8.ebuild, +metadata.xml: - New ebuild for my wife, :) and #63847 - diff --git a/x11-misc/kxstitch/Manifest b/x11-misc/kxstitch/Manifest deleted file mode 100644 index 1f5713313..000000000 --- a/x11-misc/kxstitch/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST kxstitch-0.8.tar.bz2 992146 RMD160 3f38c3f96452b6a0b8d01b03f5fef7f84a2f7823 SHA1 da28607290b6837fb0aeae24f1e0bac31ad7c71f SHA256 13ed87d05237565e5a845edc2b60c858d6e5302f830709da6099847cf2cd13b1 -EBUILD kxstitch-0.8.ebuild 812 RMD160 447f05fc9520d16b9dd85a0703c74b88eebff57c SHA1 44e912685879e0a8397913dc0ba8f1034635eb05 SHA256 0c2b7ba6b1f4c31281fd480b0856c778647aeb2f58fb5ce21b8289970656ebff -MISC ChangeLog 623 RMD160 e76ebca495726490e1242ff9aa661c3076b53e2a SHA1 0958ae3933ade7301a908effb6e00e3772ad2556 SHA256 d280167b5961507cd888e21904465319fc53668c80a3de135a842bcb00b00c03 -MISC metadata.xml 811 RMD160 593413b7c785c1f34c8424ba1b0a3e53d561b018 SHA1 bae33c9df69dfe29cb35df89122ac3f4c95f91ac SHA256 3b235d8eff27c6dd64f2fd62b0b0cd2f93425cf7565438cb46576a808230feb1 diff --git a/x11-misc/kxstitch/kxstitch-0.8.ebuild b/x11-misc/kxstitch/kxstitch-0.8.ebuild deleted file mode 100644 index e30b871d4..000000000 --- a/x11-misc/kxstitch/kxstitch-0.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils kde - -DESCRIPTION="A program to create cross stitch patterns and charts" -HOMEPAGE="http://kxstitch.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="imagemagick scanner" - -DEPEND="imagemagick? ( media-gfx/imagemagick ) - scanner? ( media-gfx/sane-backends )" -RDEPEND="${DEPEND}" - -pkg_setup() { - if use imagemagick && built_with_use media-gfx/imagemagick nocxx ; then - eerror "Building kxstitch requires imagemagcik built without" - eerror "the nocxx use flag to build magick++ (the C++ API)." - eerror "Please re-emerge imagemagick with this use flag disabled." - die "imagemagick missing magick++" - fi -} diff --git a/x11-misc/kxstitch/metadata.xml b/x11-misc/kxstitch/metadata.xml deleted file mode 100644 index c2453a29b..000000000 --- a/x11-misc/kxstitch/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>maintainer-wanted</herd> - <longdescription> - KXStitch is a program that lets you create cross stitch patterns and - charts. Patterns can be created from scratch on a user defined size - of grid, which can be enlarged or reduced in size as your pattern - progresses. Alternatively you can import images from many graphics - formats or scan images using any Sane supported scanner. Both of - these options allow you to restrict the conversion to full stitches - or optionally use fractional stitches. You may also use an image as - a background. These imported images can then be modified using the - supplied tools to produce your final design. - </longdescription> -</pkgmetadata> |