summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/goocanvas/goocanvas-0.9.ebuild')
-rw-r--r--x11-libs/goocanvas/goocanvas-0.9.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-libs/goocanvas/goocanvas-0.9.ebuild b/x11-libs/goocanvas/goocanvas-0.9.ebuild
deleted file mode 100644
index e18fe69275c8..000000000000
--- a/x11-libs/goocanvas/goocanvas-0.9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goocanvas/goocanvas-0.9.ebuild,v 1.3 2007/11/09 19:47:32 lavajoe Exp $
-
-inherit libtool
-
-IUSE=""
-
-DESCRIPTION="GooCanvas is a canvas widget for GTK+ using the cairo 2D library for drawing."
-HOMEPAGE="http://sourceforge.net/projects/goocanvas/"
-SRC_URI="mirror://sourceforge/goocanvas/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-
-DEPEND="
- >=x11-libs/gtk+-2.10.0
- x11-libs/cairo
- dev-util/pkgconfig
-"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Needed for FreeBSD - Please do not remove
- elibtoolize
-}
-
-src_install() {
- einstall || die
-}