diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-04-26 12:47:40 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-04-26 12:47:40 +0000 |
commit | 309d9578396d4e8548d10b513c15a175383cd823 (patch) | |
tree | 86e7f31e21e346e098745c268b060a619d2b2714 | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-309d9578396d4e8548d10b513c15a175383cd823.tar.gz historical-309d9578396d4e8548d10b513c15a175383cd823.tar.bz2 historical-309d9578396d4e8548d10b513c15a175383cd823.zip |
Fixed extra S= definition
-rw-r--r-- | media-gfx/pstoedit/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/pstoedit/pstoedit-3.32.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/media-gfx/pstoedit/Manifest b/media-gfx/pstoedit/Manifest index aa4b172b54a2..1190007bf866 100644 --- a/media-gfx/pstoedit/Manifest +++ b/media-gfx/pstoedit/Manifest @@ -1,4 +1,4 @@ -MD5 36228ea88b7400dfd1f525720157e74b pstoedit-3.32.ebuild 1035 +MD5 0f91f146eba50ab556cf780341791dcd pstoedit-3.32.ebuild 1011 MD5 3529bb9294ad91aa2667500e84cd82eb ChangeLog 2263 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 MD5 a5fdfb2116d77181c81ea85bea11c8e4 pstoedit-3.33.ebuild 1477 diff --git a/media-gfx/pstoedit/pstoedit-3.32.ebuild b/media-gfx/pstoedit/pstoedit-3.32.ebuild index fb08082cfc38..1ac18a6c9743 100644 --- a/media-gfx/pstoedit/pstoedit-3.32.ebuild +++ b/media-gfx/pstoedit/pstoedit-3.32.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.32.ebuild,v 1.11 2004/04/26 02:40:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pstoedit/pstoedit-3.32.ebuild,v 1.12 2004/04/26 12:47:40 obz Exp $ inherit libtool -IUSE="flash" - -S=${WORKDIR}/${P} DESCRIPTION="translates PostScript and PDF graphics into other vector formats" SRC_URI="http://home.t-online.de/home/helga.glunz/wglunz/${PN}/${P}.tar.gz" HOMEPAGE="http://www.pstoedit.net/pstoedit" +LICENSE="GPL-2" SLOT="0" -LICENSE="GPL-2" +IUSE="flash" KEYWORDS="x86 ppc" DEPEND="media-libs/libpng |