diff options
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild new file mode 100644 index 000000000000..d330380ca0c5 --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.50.ebuild,v 1.1 2005/12/12 12:55:54 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A simple interface to Gtk2's complex MVC list widget " +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl-Ex/${P}.tar.gz" + +LICENSE="|| (Artistic GPL-2)" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +SRC_TEST="do" + +DEPEND=">=x11-libs/gtk+-2" +RDEPEND=">=dev-perl/gtk2-perl-1.060 + >=dev-perl/glib-perl-1.062" + |