diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 16:01:07 +0000 |
commit | a8e31998d0c5913a58160ed865a53ceb7b4d652f (patch) | |
tree | 04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/Gtk2-Unique | |
parent | Version bump zope-interface to 3.7.0. (diff) | |
download | historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2 historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Gtk2-Unique')
-rw-r--r-- | dev-perl/Gtk2-Unique/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild | 27 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Gtk2-Unique/ChangeLog b/dev-perl/Gtk2-Unique/ChangeLog index bebe7a606a52..52aa6c8d8606 100644 --- a/dev-perl/Gtk2-Unique/ChangeLog +++ b/dev-perl/Gtk2-Unique/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Gtk2-Unique # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.6 2011/05/31 20:23:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.7 2011/08/30 14:53:45 tove Exp $ + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Gtk2-Unique-0.50.0.ebuild: + Change version scheme 31 May 2011; Markus Meier <maekke@gentoo.org> Gtk2-Unique-0.05.ebuild: x86 stable, bug #367831 diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild new file mode 100644 index 000000000000..cbb0fc30bc0c --- /dev/null +++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild,v 1.4 2011/08/30 14:53:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=POTYL +MODULE_VERSION=0.05 +inherit eutils perl-module + +DESCRIPTION="Perl binding for C libunique library" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libunique:1 + dev-perl/gtk2-perl +" +DEPEND="${RDEPEND} + dev-perl/glib-perl + dev-perl/extutils-depends + dev-perl/extutils-pkgconfig +" + +PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch ) |