axs 14/08/24 02:23:51 Modified: ChangeLog Added: Mail-Audit-2.227.0-r1.ebuild Removed: Mail-Audit-2.227.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.72 dev-perl/Mail-Audit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Audit/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Audit/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Audit/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 5 Aug 2014 17:44:01 -0000 1.71 +++ ChangeLog 24 Aug 2014 02:23:51 -0000 1.72 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Mail-Audit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/ChangeLog,v 1.71 2014/08/05 17:44:01 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/ChangeLog,v 1.72 2014/08/24 02:23:51 axs Exp $ + +*Mail-Audit-2.227.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Mail-Audit-2.227.0-r1.ebuild, -Mail-Audit-2.227.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 05 Aug 2014; Mikle Kolyada <[email protected]> Mail-Audit-2.227.0.ebuild: Fix DESCRIPTION 1.1 dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Mail-Audit-2.227.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/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild,v 1.1 2014/08/24 02:23:51 axs Exp $ EAPI=5 MODULE_AUTHOR=RJBS MODULE_VERSION=2.227 inherit perl-module DESCRIPTION="Mail sorting/delivery module for Perl" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="dev-perl/MIME-tools >=dev-perl/MailTools-1.15 virtual/perl-libnet dev-perl/File-Tempdir >=dev-perl/File-HomeDir-0.61" DEPEND="${RDEPEND}" SRC_TEST=do
