axs 14/08/24 02:47:22 Modified: ChangeLog Added: XML-LibXSLT-1.810.0-r1.ebuild Removed: XML-LibXSLT-1.810.0.ebuild Log: bumped current stable ebuild(s) 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.104 dev-perl/XML-LibXSLT/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?rev=1.104&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?rev=1.104&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?r1=1.103&r2=1.104 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- ChangeLog 6 Mar 2014 10:37:44 -0000 1.103 +++ ChangeLog 24 Aug 2014 02:47:22 -0000 1.104 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/XML-LibXSLT # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.103 2014/03/06 10:37:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.104 2014/08/24 02:47:22 axs Exp $ + +*XML-LibXSLT-1.810.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +XML-LibXSLT-1.810.0-r1.ebuild, -XML-LibXSLT-1.810.0.ebuild: + bumped current stable ebuild(s) 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 06 Mar 2014; Agostino Sarubbo <[email protected]> XML-LibXSLT-1.810.0.ebuild: Stable for ppc64, wrt bug #495514 1.1 dev-perl/XML-LibXSLT/XML-LibXSLT-1.810.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.810.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.810.0-r1.ebuild?rev=1.1&content-type=text/plain Index: XML-LibXSLT-1.810.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/XML-LibXSLT/XML-LibXSLT-1.810.0-r1.ebuild,v 1.1 2014/08/24 02:47:22 axs Exp $ EAPI=5 MODULE_AUTHOR=SHLOMIF MODULE_VERSION=1.81 inherit perl-module DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" SLOT="0" KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=" >=dev-libs/libxslt-1.1.28 >=dev-perl/XML-LibXML-1.700.0 " DEPEND="${RDEPEND} virtual/pkgconfig " SRC_TEST="do"
