axs 14/08/23 21:32:50 Modified: ChangeLog Added: Archive-Rar-2.20.0-r1.ebuild Removed: Archive-Rar-2.20.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.36 dev-perl/Archive-Rar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Rar/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 31 Jul 2013 13:10:54 -0000 1.35 +++ ChangeLog 23 Aug 2014 21:32:50 -0000 1.36 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Archive-Rar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.35 2013/07/31 13:10:54 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.36 2014/08/23 21:32:50 axs Exp $ + +*Archive-Rar-2.20.0-r1 (23 Aug 2014) + + 23 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Archive-Rar-2.20.0-r1.ebuild, -Archive-Rar-2.20.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 31 Jul 2013; Mikle Kolyada <[email protected]> -Archive-Rar-1.9.3.ebuild: drop old wrt bug #478736 1.1 dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Archive-Rar-2.20.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/Archive-Rar/Archive-Rar-2.20.0-r1.ebuild,v 1.1 2014/08/23 21:32:50 axs Exp $ EAPI=5 MODULE_AUTHOR=SMUELLER MODULE_VERSION=2.02 inherit perl-module DESCRIPTION="Archive::Rar - Interface with the rar command" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" RDEPEND="virtual/perl-IPC-Cmd dev-perl/IPC-Run app-arch/rar" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod )" SRC_TEST="do"
