axs 14/08/26 16:05:08 Modified: ChangeLog Added: Business-ISBN-2.50.0-r1.ebuild Removed: Business-ISBN-2.50.0.ebuild Log: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.2 dev-perl/Business-ISBN/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Sep 2012 16:36:35 -0000 1.1 +++ ChangeLog 26 Aug 2014 16:05:08 -0000 1.2 @@ -1,10 +1,15 @@ # ChangeLog for dev-perl/Business-ISBN -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN/ChangeLog,v 1.1 2012/09/11 16:36:35 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN/ChangeLog,v 1.2 2014/08/26 16:05:08 axs Exp $ + +*Business-ISBN-2.50.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Business-ISBN-2.50.0-r1.ebuild, -Business-ISBN-2.50.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade *Business-ISBN-2.50.0 (11 Sep 2012) 11 Sep 2012; Torsten Veller <[email protected]> +Business-ISBN-2.50.0.ebuild, +metadata.xml: Initial commit for biber (#428802) - 1.1 dev-perl/Business-ISBN/Business-ISBN-2.50.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN/Business-ISBN-2.50.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN/Business-ISBN-2.50.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Business-ISBN-2.50.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/Business-ISBN/Business-ISBN-2.50.0-r1.ebuild,v 1.1 2014/08/26 16:05:08 axs Exp $ EAPI=5 MODULE_AUTHOR=BDFOY MODULE_VERSION=2.05 inherit perl-module DESCRIPTION="Work with ISBN as objects" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/Business-ISBN-Data-20081208.0.0 " DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) " SRC_TEST=do src_prepare() { perl-module_src_prepare sed -i '/URI/d' Makefile.PL || die # unused dependency } src_test() { mv t/xisbn10.t{,.disable} || die # online test sed -i 's,9997022576,9999922579,' t/isbn1{0,3}.t || die # non-existing block perl-module_src_test }
