diff options
Diffstat (limited to 'dev-perl/gtk2-perl/gtk2-perl-1.104.ebuild')
-rw-r--r-- | dev-perl/gtk2-perl/gtk2-perl-1.104.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.104.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.104.ebuild deleted file mode 100644 index e728dc68e632..000000000000 --- a/dev-perl/gtk2-perl/gtk2-perl-1.104.ebuild +++ /dev/null @@ -1,24 +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/gtk2-perl/gtk2-perl-1.104.ebuild,v 1.3 2006/08/06 02:39:23 mcummings Exp $ - -inherit perl-module - -MY_P=Gtk2-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Perl bindings for GTK2" -HOMEPAGE="http://search.cpan.org/~tsch/${MY_P}/" -SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=dev-perl/glib-perl-1.104 - >=dev-perl/extutils-depends-0.205 - >=dev-perl/extutils-pkgconfig-1.07 - dev-lang/perl" -RDEPEND="${DEPEND}" - |