From 401fedcbe974b2d0fb251a980e714c11f199eed5 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Mon, 25 Aug 2014 02:09:15 +0000 Subject: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) --- dev-perl/Gtk2-Unique/ChangeLog | 11 +++++++-- dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild | 27 +++++++++++++++++++++++ dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild | 27 ----------------------- 3 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild delete mode 100644 dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild (limited to 'dev-perl/Gtk2-Unique') diff --git a/dev-perl/Gtk2-Unique/ChangeLog b/dev-perl/Gtk2-Unique/ChangeLog index f20867a632c8..25a0b39ec532 100644 --- a/dev-perl/Gtk2-Unique/ChangeLog +++ b/dev-perl/Gtk2-Unique/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Gtk2-Unique -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.12 2012/06/24 12:58:11 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-Unique/ChangeLog,v 1.13 2014/08/25 02:09:15 axs Exp $ + +*Gtk2-Unique-0.50.0-r1 (25 Aug 2014) + + 25 Aug 2014; Ian Stakenvicius (_AxS_) + +Gtk2-Unique-0.50.0-r1.ebuild, -Gtk2-Unique-0.50.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild new file mode 100644 index 000000000000..f1c209be8284 --- /dev/null +++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/08/25 02:09:15 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=POTYL +MODULE_VERSION=0.05 +inherit 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 ) diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild deleted file mode 100644 index 6314a93d7112..000000000000 --- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.6 2011/09/03 21:05:21 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=POTYL -MODULE_VERSION=0.05 -inherit 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 ) -- cgit v1.2.3-65-gdbad