axs 14/08/22 17:38:29 Modified: ChangeLog Added: Compress-Bzip2-2.90.0-r1.ebuild Removed: Compress-Bzip2-2.90.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.18 dev-perl/Compress-Bzip2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 1 Dec 2013 19:47:43 -0000 1.17 +++ ChangeLog 22 Aug 2014 17:38:29 -0000 1.18 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Compress-Bzip2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v 1.17 2013/12/01 19:47:43 zlogene Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v 1.18 2014/08/22 17:38:29 axs Exp $ + +*Compress-Bzip2-2.90.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) <a...@gentoo.org> + +Compress-Bzip2-2.90.0-r1.ebuild, -Compress-Bzip2-2.90.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 01 Dec 2013; <zlog...@gentoo.org> Compress-Bzip2-2.170.0.ebuild: amd64/ia64/sparc/x86 stable wrt bug #492096 1.1 dev-perl/Compress-Bzip2/Compress-Bzip2-2.90.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/Compress-Bzip2-2.90.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/Compress-Bzip2-2.90.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Compress-Bzip2-2.90.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/Compress-Bzip2/Compress-Bzip2-2.90.0-r1.ebuild,v 1.1 2014/08/22 17:38:29 axs Exp $ EAPI=5 MODULE_VERSION=2.09 MODULE_AUTHOR=ARJAY inherit perl-module DESCRIPTION="A Bzip2 perl module" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ia64 ~mips sparc x86 ~ppc-aix" IUSE="" RDEPEND="app-arch/bzip2" DEPEND="${RDEPEND}" SRC_TEST="do"