dilfridge 15/05/01 20:02:13 Modified: ChangeLog Added: Compress-Bzip2-2.220.0.ebuild Removed: Compress-Bzip2-2.90.0-r1.ebuild Log: Version bump; remove old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.19 dev-perl/Compress-Bzip2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 22 Aug 2014 17:38:29 -0000 1.18 +++ ChangeLog 1 May 2015 20:02:13 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Compress-Bzip2 -# 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 $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Bzip2/ChangeLog,v 1.19 2015/05/01 20:02:13 dilfridge Exp $ + +*Compress-Bzip2-2.220.0 (01 May 2015) + + 01 May 2015; Andreas K. Huettel <[email protected]> + -Compress-Bzip2-2.90.0-r1.ebuild, +Compress-Bzip2-2.220.0.ebuild: + Version bump; remove old *Compress-Bzip2-2.90.0-r1 (22 Aug 2014) 1.1 dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Compress-Bzip2/Compress-Bzip2-2.220.0.ebuild?rev=1.1&content-type=text/plain Index: Compress-Bzip2-2.220.0.ebuild =================================================================== # Copyright 1999-2015 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.220.0.ebuild,v 1.1 2015/05/01 20:02:13 dilfridge Exp $ EAPI=5 MODULE_VERSION=2.22 MODULE_AUTHOR=RURBAN inherit perl-module DESCRIPTION="Interface to Bzip2 compression library" SLOT="0" KEYWORDS="~amd64 ~ia64 ~mips ~sparc ~x86 ~ppc-aix" IUSE="test" RDEPEND=" app-arch/bzip2 virtual/perl-Carp virtual/perl-File-Spec " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " SRC_TEST="do"
