summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-08-11 18:33:52 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-08-11 18:33:52 +0000
commit87abf226becb90119d0af3d11669f166a4573b49 (patch)
tree3497c884db8db00289b5b13f1b38a637bf7ec0a8 /media-gfx/potrace/potrace-1.7.ebuild
parentstable x86 (diff)
downloadhistorical-87abf226becb90119d0af3d11669f166a4573b49.tar.gz
historical-87abf226becb90119d0af3d11669f166a4573b49.tar.bz2
historical-87abf226becb90119d0af3d11669f166a4573b49.zip
clean up
Package-Manager: portage-2.1.6.13/cvs/Linux i686
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
-}