--- libemf-1.0.ebuild 2005-07-27 10:36:22.000000000 +0200 +++ libemf-1.0.3.ebuild 2006-03-21 16:02:29.000000000 +0100 @@ -7,7 +7,7 @@ MY_P="${P/emf/EMF}" DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles." HOMEPAGE="http://libemf.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/pstoedit/${MY_P}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" @@ -18,12 +18,6 @@ S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${MY_P}-gcc3.patch - epatch ${FILESDIR}/${MY_P}-amd64.patch -} - src_compile() { econf --enable-editing || die emake || die