axs 14/08/29 19:10:15 Modified: ChangeLog Added: XML-XSH2-2.1.6-r1.ebuild Removed: XML-XSH2-2.1.6.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.14 app-editors/XML-XSH2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 26 Nov 2012 04:22:30 -0000 1.13 +++ ChangeLog 29 Aug 2014 19:10:15 -0000 1.14 @@ -1,6 +1,13 @@ # ChangeLog for app-editors/XML-XSH2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.13 2012/11/26 04:22:30 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.14 2014/08/29 19:10:15 axs Exp $ + +*XML-XSH2-2.1.6-r1 (29 Aug 2014) + + 29 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +XML-XSH2-2.1.6-r1.ebuild, -XML-XSH2-2.1.6.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 26 Nov 2012; Torsten Veller <[email protected]> -XML-XSH2-2.0.2.ebuild, -XML-XSH2-2.1.1.ebuild, -XML-XSH2-2.1.2.ebuild, -XML-XSH2-2.1.3.ebuild, @@ -56,4 +63,3 @@ 19 Apr 2006; <[email protected]> +metadata.xml, +XML-XSH2-2.0.2.ebuild: Version bump, successor to XML-XSH - 1.1 app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild?rev=1.1&content-type=text/plain Index: XML-XSH2-2.1.6-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild,v 1.1 2014/08/29 19:10:15 axs Exp $ EAPI=5 MODULE_AUTHOR=PAJAS MODULE_VERSION=2.1.6 inherit perl-module DESCRIPTION="XML Editing Shell" HOMEPAGE="http://xsh.sourceforge.net/" LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2 SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND=" >=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 " DEPEND="${RDEPEND}" SRC_TEST=do
