summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/potrace/potrace-1.7.ebuild')
-rw-r--r--media-gfx/potrace/potrace-1.7.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/potrace/potrace-1.7.ebuild b/media-gfx/potrace/potrace-1.7.ebuild
deleted file mode 100644
index 0c0a047c3d83..000000000000
--- a/media-gfx/potrace/potrace-1.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/potrace/potrace-1.7.ebuild,v 1.9 2008/01/26 15:06:11 grobian Exp $
-
-DESCRIPTION="Transforming bitmaps into vector graphics"
-HOMEPAGE="http://potrace.sourceforge.net/"
-SRC_URI="http://potrace.sourceforge.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-
-IUSE="zlib"
-
-DEPEND="zlib? ( sys-libs/zlib )"
-
-src_compile() {
- econf $(use_enable zlib) --enable-a4 || die "econf failed."
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed."
-
- dodoc AUTHORS NEWS README
-}