diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 01:03:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-03-11 01:03:10 +0000 |
commit | c411110217e736be9b3a128bd2160734e9d7aa52 (patch) | |
tree | edbfdf10ccf367bcab5315eb6e9b2f51225ccf7c /dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild | |
parent | Stable on Alpha + IA64. (diff) | |
download | gentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.tar.gz gentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.tar.bz2 gentoo-2-c411110217e736be9b3a128bd2160734e9d7aa52.zip |
Version bump
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild')
-rw-r--r-- | dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild new file mode 100644 index 000000000000..3b52bf5d29d2 --- /dev/null +++ b/dev-perl/gtk2-perl/gtk2-perl-1.143.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 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.143.ebuild,v 1.1 2007/03/11 01:03:10 mcummings Exp $ + +inherit perl-module + +MY_P=Gtk2-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Perl bindings for GTK2" +HOMEPAGE="http://search.cpan.org/~tsch/" +SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2 + dev-perl/Cairo + >=dev-perl/glib-perl-1.140 + >=dev-perl/extutils-depends-0.205 + >=dev-perl/extutils-pkgconfig-1.07 + dev-lang/perl" |