diff options
Diffstat (limited to 'dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild')
-rw-r--r-- | dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild new file mode 100644 index 000000000000..0ac2eca0788b --- /dev/null +++ b/dev-perl/Gtk2-Ex-Simple-List/Gtk2-Ex-Simple-List-0.500.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 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.500.0-r1.ebuild,v 1.1 2014/08/24 13:08:22 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=RMCFARLA +MODULE_VERSION=0.50 +MODULE_SECTION=Gtk2-Perl-Ex +inherit perl-module + +DESCRIPTION="A simple interface to Gtk2's complex MVC list widget" + +LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1+ +SLOT="0" +KEYWORDS="amd64 ia64 sparc x86" +IUSE="" + +RDEPEND=" + >=dev-perl/gtk2-perl-1.60.0 + >=dev-perl/glib-perl-1.62.0 +" +DEPEND="${RDEPEND}" + +# needs X +SRC_TEST="no" |