dilfridge 15/05/10 18:26:34 Modified: ChangeLog Added: Error-0.170.230.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.93 dev-perl/Error/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 6 Jun 2014 05:42:09 -0000 1.92 +++ ChangeLog 10 May 2015 18:26:34 -0000 1.93 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Error -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.92 2014/06/06 05:42:09 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/ChangeLog,v 1.93 2015/05/10 18:26:34 dilfridge Exp $ + +*Error-0.170.230 (10 May 2015) + + 10 May 2015; Andreas K. Huettel <[email protected]> + +Error-0.170.230.ebuild: + Version bump 06 Jun 2014; Mike Frysinger <[email protected]> Error-0.170.210.ebuild: Mark arm64/m68k/s390/sh stable. 1.1 dev-perl/Error/Error-0.170.230.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.230.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Error/Error-0.170.230.ebuild?rev=1.1&content-type=text/plain Index: Error-0.170.230.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Error/Error-0.170.230.ebuild,v 1.1 2015/05/10 18:26:34 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=SHLOMIF MODULE_VERSION=0.17023 inherit perl-module DESCRIPTION="Error/exception handling in an OO-ish way" LICENSE+=" MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" virtual/perl-Scalar-List-Utils " DEPEND="${RDEPEND} >=virtual/perl-Module-Build-0.280.801 test? ( >=dev-perl/Test-Pod-1.140.0 >=dev-perl/Test-Pod-Coverage-1.40.0 ) " SRC_TEST="do parallel"
