axs 14/08/25 02:04:13 Modified: ChangeLog Added: gtk2-fu-0.110.0-r2.ebuild Removed: gtk2-fu-0.110.0-r1.ebuild Log: bumped current stable ebuild(s) 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)
Revision Changes Path 1.47 dev-perl/gtk2-fu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 19 Feb 2013 16:31:47 -0000 1.46 +++ ChangeLog 25 Aug 2014 02:04:13 -0000 1.47 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/gtk2-fu -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.46 2013/02/19 16:31:47 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.47 2014/08/25 02:04:13 axs Exp $ + +*gtk2-fu-0.110.0-r2 (25 Aug 2014) + + 25 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +gtk2-fu-0.110.0-r2.ebuild, -gtk2-fu-0.110.0-r1.ebuild: + bumped current stable ebuild(s) 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 19 Feb 2013; Agostino Sarubbo <[email protected]> gtk2-fu-0.110.0-r1.ebuild: Stable for alpha, wrt bug #425282 1.1 dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild?rev=1.1&content-type=text/plain Index: gtk2-fu-0.110.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild,v 1.1 2014/08/25 02:04:13 axs Exp $ EAPI=5 MY_PN=Gtk2Fu MODULE_AUTHOR=DAMS MODULE_VERSION=0.11 inherit perl-module DESCRIPTION="gtk2-fu is a layer on top of perl gtk2, that brings power, simplicity and speed of development" SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN:-${PN}}/${MY_PN:-${PN}}-${PV}-patch.tar.bz2" SLOT="0" KEYWORDS="alpha amd64 hppa ppc ppc64 x86" IUSE="test" RDEPEND="dev-perl/gtk2-perl" DEPEND="${RDEPEND} virtual/perl-Module-Build test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST="do" EPATCH_SUFFIX=patch PATCHES=( "${WORKDIR}"/${MY_PN:-${PN}}-patch )
