axs 14/08/25 02:13:04 Modified: ChangeLog Added: GnuPG-Interface-0.460.0-r1.ebuild Removed: GnuPG-Interface-0.460.0.ebuild Log: 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)
Revision Changes Path 1.56 dev-perl/GnuPG-Interface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 4 Aug 2014 20:05:27 -0000 1.55 +++ ChangeLog 25 Aug 2014 02:13:04 -0000 1.56 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/GnuPG-Interface # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.55 2014/08/04 20:05:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/ChangeLog,v 1.56 2014/08/25 02:13:04 axs Exp $ + +*GnuPG-Interface-0.460.0-r1 (25 Aug 2014) + + 25 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +GnuPG-Interface-0.460.0-r1.ebuild, -GnuPG-Interface-0.460.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 04 Aug 2014; Mikle Kolyada <[email protected]> GnuPG-Interface-0.450.0.ebuild, GnuPG-Interface-0.460.0.ebuild: 1.1 dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild?rev=1.1&content-type=text/plain Index: GnuPG-Interface-0.460.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GnuPG-Interface/GnuPG-Interface-0.460.0-r1.ebuild,v 1.1 2014/08/25 02:13:04 axs Exp $ EAPI=5 MODULE_AUTHOR=ALEXMV MODULE_VERSION=0.46 inherit perl-module DESCRIPTION="GnuPG::Interface is a Perl module interface to interacting with GnuPG" SLOT="0" KEYWORDS="amd64 hppa ppc x86 ~ppc-macos" IUSE="" RDEPEND=">=app-crypt/gnupg-1.2.1-r1 >=virtual/perl-Math-BigInt-1.78 dev-perl/Any-Moose" DEPEND="${RDEPEND}" SRC_TEST="do"
