diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-28 00:09:44 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-12-28 00:09:44 +0000 |
commit | d73843f1b97e30a1cbfaf621ef1915191a523571 (patch) | |
tree | 7102abce72d172af433cf5c4423127ad399d39f7 /media-gfx/potracegui/potracegui-1.3.4.ebuild | |
parent | version bump as requested by cmuelle8 and Wolfgang Goetz in bug #202831 (diff) | |
download | gentoo-2-d73843f1b97e30a1cbfaf621ef1915191a523571.tar.gz gentoo-2-d73843f1b97e30a1cbfaf621ef1915191a523571.tar.bz2 gentoo-2-d73843f1b97e30a1cbfaf621ef1915191a523571.zip |
Version bump. Bug #203526.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-gfx/potracegui/potracegui-1.3.4.ebuild')
-rw-r--r-- | media-gfx/potracegui/potracegui-1.3.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/potracegui/potracegui-1.3.4.ebuild b/media-gfx/potracegui/potracegui-1.3.4.ebuild new file mode 100644 index 000000000000..96c33d15229a --- /dev/null +++ b/media-gfx/potracegui/potracegui-1.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/potracegui/potracegui-1.3.4.ebuild,v 1.1 2007/12/28 00:09:43 dirtyepic Exp $ + +inherit kde + +DESCRIPTION="Potracegui is a GUI interface for potrace and autotrace, two programs for tracing bitmapped images" +HOMEPAGE="http://potracegui.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND="media-gfx/autotrace + media-gfx/potrace" +need-kde 3.3.2 |