Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/XML-LibXSLT: XML-LibXSLT-1.940.0.ebuild ChangeLog
Date: Wed, 01 Jul 2015 11:37:00
Message-Id: 20150701113650.47E5A74B@oystercatcher.gentoo.org
1 zlogene 15/07/01 11:36:50
2
3 Modified: ChangeLog
4 Added: XML-LibXSLT-1.940.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
9
10 Revision Changes Path
11 1.108 dev-perl/XML-LibXSLT/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?rev=1.108&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?rev=1.108&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog?r1=1.107&r2=1.108
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v
20 retrieving revision 1.107
21 retrieving revision 1.108
22 diff -u -r1.107 -r1.108
23 --- ChangeLog 9 Jan 2015 00:27:32 -0000 1.107
24 +++ ChangeLog 1 Jul 2015 11:36:50 -0000 1.108
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/XML-LibXSLT
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.107 2015/01/09 00:27:32 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/ChangeLog,v 1.108 2015/07/01 11:36:50 zlogene Exp $
30 +
31 +*XML-LibXSLT-1.940.0 (01 Jul 2015)
32 +
33 + 01 Jul 2015; Mikle Kolyada <zlogene@g.o> +XML-LibXSLT-1.940.0.ebuild:
34 + Version bump
35
36 09 Jan 2015; Mikle Kolyada <zlogene@g.o> XML-LibXSLT-1.870.0.ebuild:
37 Mark stable
38
39
40
41 1.1 dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: XML-LibXSLT-1.940.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild,v 1.1 2015/07/01 11:36:50 zlogene Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=SHLOMIF
55 MODULE_VERSION=1.94
56 inherit perl-module
57
58 DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
59
60 SLOT="0"
61 KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
62 IUSE=""
63
64 RDEPEND="
65 >=dev-libs/libxslt-1.1.28
66 >=dev-perl/XML-LibXML-1.700.0
67 "
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig
70 "
71
72 SRC_TEST="do"