axs 14/08/29 17:38:59 Modified: ChangeLog Added: App-SVN-Bisect-1.1-r1.ebuild Removed: App-SVN-Bisect-1.1.ebuild Log: Bumped EAPI to 5 to support dev-lang/perl upgrades (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.2 dev-util/App-SVN-Bisect/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 22 Feb 2012 03:55:22 -0000 1.1 +++ ChangeLog 29 Aug 2014 17:38:59 -0000 1.2 @@ -1,10 +1,15 @@ # ChangeLog for dev-util/App-SVN-Bisect -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog,v 1.1 2012/02/22 03:55:22 floppym Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/App-SVN-Bisect/ChangeLog,v 1.2 2014/08/29 17:38:59 axs Exp $ + +*App-SVN-Bisect-1.1-r1 (29 Aug 2014) + + 29 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +App-SVN-Bisect-1.1-r1.ebuild, -App-SVN-Bisect-1.1.ebuild: + Bumped EAPI to 5 to support dev-lang/perl upgrades *App-SVN-Bisect-1.1 (22 Feb 2012) 22 Feb 2012; Mike Gilbert <[email protected]> +App-SVN-Bisect-1.1.ebuild, +metadata.xml: Import package from sunrise. Bug 360651. - 1.1 dev-util/App-SVN-Bisect/App-SVN-Bisect-1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/App-SVN-Bisect/App-SVN-Bisect-1.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/App-SVN-Bisect/App-SVN-Bisect-1.1-r1.ebuild?rev=1.1&content-type=text/plain Index: App-SVN-Bisect-1.1-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/App-SVN-Bisect/App-SVN-Bisect-1.1-r1.ebuild,v 1.1 2014/08/29 17:38:59 axs Exp $ EAPI=5 MODULE_AUTHOR="INFINOID" inherit perl-module DESCRIPTION="Binary search through svn revisions" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-lang/perl dev-perl/YAML-Syck dev-perl/IO-All dev-vcs/subversion" DEPEND="${RDEPEND} virtual/perl-Module-Build test? ( dev-perl/Test-Exception dev-perl/Test-Output dev-perl/Test-Pod dev-perl/Test-Pod-Coverage )" SRC_TEST="do"
