axs 14/08/23 02:53:09 Modified: ChangeLog Added: Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild Removed: Email-MIME-Attachment-Stripper-1.317.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.39 dev-perl/Email-MIME-Attachment-Stripper/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 2 Feb 2014 13:35:17 -0000 1.38 +++ ChangeLog 23 Aug 2014 02:53:09 -0000 1.39 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/Email-MIME-Attachment-Stripper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.38 2014/02/02 13:35:17 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/ChangeLog,v 1.39 2014/08/23 02:53:09 axs Exp $ + +*Email-MIME-Attachment-Stripper-1.317.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild, + -Email-MIME-Attachment-Stripper-1.317.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 02 Feb 2014; Mikle Kolyada <zlog...@gentoo.org> -Email-MIME-Attachment-Stripper-1.316.0.ebuild, 1.1 dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Email-MIME-Attachment-Stripper-1.317.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/Email-MIME-Attachment-Stripper/Email-MIME-Attachment-Stripper-1.317.0-r1.ebuild,v 1.1 2014/08/23 02:53:09 axs Exp $ EAPI=5 MODULE_AUTHOR=RJBS MODULE_VERSION=1.317 inherit perl-module DESCRIPTION="Strip the attachments from a mail" LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+ # under the same terms as Tony's original module # Mail::Message::Attachment::Stripper SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" RDEPEND=">=dev-perl/Email-MIME-1.900 >=dev-perl/Email-MIME-ContentType-1.012" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage dev-perl/Capture-Tiny )" SRC_TEST="do"