diff options
author | Torsten Veller <tove@gentoo.org> | 2008-07-04 07:49:26 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-07-04 07:49:26 +0000 |
commit | 6e1316e5663738919fcd271d20468b4daf14553e (patch) | |
tree | 1d1dcaabcfd234b07e5659ac50c95c363ff92d1d /dev-perl/gtk2-perl | |
parent | Added pidof-bsd to fbsd packages. (diff) | |
download | historical-6e1316e5663738919fcd271d20468b4daf14553e.tar.gz historical-6e1316e5663738919fcd271d20468b4daf14553e.tar.bz2 historical-6e1316e5663738919fcd271d20468b4daf14553e.zip |
Version bump (#229707)
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'dev-perl/gtk2-perl')
-rw-r--r-- | dev-perl/gtk2-perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/gtk2-perl/ChangeLog b/dev-perl/gtk2-perl/ChangeLog index 378828050972..a83c9600c0af 100644 --- a/dev-perl/gtk2-perl/ChangeLog +++ b/dev-perl/gtk2-perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/gtk2-perl # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.95 2008/04/08 14:32:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-perl/ChangeLog,v 1.96 2008/07/04 07:49:26 tove Exp $ + +*gtk2-perl-1.183 (04 Jul 2008) + + 04 Jul 2008; Torsten Veller <tove@gentoo.org> +gtk2-perl-1.183.ebuild: + Version bump (#229707) 08 Apr 2008; Torsten Veller <tove@gentoo.org> gtk2-perl-1.182.ebuild: Add missing R to RDEPEND. Thanks to Matthias Schwarzott. diff --git a/dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild b/dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild new file mode 100644 index 000000000000..c470e7292e77 --- /dev/null +++ b/dev-perl/gtk2-perl/gtk2-perl-1.183.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.183.ebuild,v 1.1 2008/07/04 07:49:26 tove 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="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2 + dev-perl/Cairo + >=dev-perl/glib-perl-1.180 + dev-lang/perl" +DEPEND="${RDEPEND} + >=dev-perl/extutils-depends-0.300 + >=dev-perl/extutils-pkgconfig-1.030" |