summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild')
-rw-r--r--dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild b/dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild
deleted file mode 100644
index 353a5c5a9d67..000000000000
--- a/dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-canvas/gnome2-canvas-1.00.ebuild,v 1.13 2006/08/06 02:28:01 mcummings Exp $
-
-inherit perl-module
-
-MY_P=Gnome2-Canvas-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Perl interface to the Gnome Canvas"
-SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz"
-HOMEPAGE="http://gtk2-perl.sf.net/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
-IUSE=""
-
-
-DEPEND=">=x11-libs/gtk+-2
- >=gnome-base/libgnomecanvas-2
- >=dev-perl/glib-perl-1.040
- >=dev-perl/gtk2-perl-1.040
- >=dev-perl/extutils-pkgconfig-1.03
- >=dev-perl/extutils-depends-0.202
- dev-lang/perl"
-RDEPEND="${DEPEND}"
-