Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/XML-XSH2: XML-XSH2-2.1.6-r1.ebuild ChangeLog XML-XSH2-2.1.6.ebuild
Date: Fri, 29 Aug 2014 19:10:19
Message-Id: 20140829191015.825384310@oystercatcher.gentoo.org
1 axs 14/08/29 19:10:15
2
3 Modified: ChangeLog
4 Added: XML-XSH2-2.1.6-r1.ebuild
5 Removed: XML-XSH2-2.1.6.ebuild
6 Log:
7 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
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.14 app-editors/XML-XSH2/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/XML-XSH2/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 26 Nov 2012 04:22:30 -0000 1.13
25 +++ ChangeLog 29 Aug 2014 19:10:15 -0000 1.14
26 @@ -1,6 +1,13 @@
27 # ChangeLog for app-editors/XML-XSH2
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.13 2012/11/26 04:22:30 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/ChangeLog,v 1.14 2014/08/29 19:10:15 axs Exp $
32 +
33 +*XML-XSH2-2.1.6-r1 (29 Aug 2014)
34 +
35 + 29 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +XML-XSH2-2.1.6-r1.ebuild, -XML-XSH2-2.1.6.ebuild:
37 + bumped EAPI to 5; committed directly to stable as no other changes present and
38 + revbump helps stable systems to keep from dieing on perl-5.18 upgrade
39
40 26 Nov 2012; Torsten Veller <tove@g.o> -XML-XSH2-2.0.2.ebuild,
41 -XML-XSH2-2.1.1.ebuild, -XML-XSH2-2.1.2.ebuild, -XML-XSH2-2.1.3.ebuild,
42 @@ -56,4 +63,3 @@
43
44 19 Apr 2006; <mcummings@g.o> +metadata.xml, +XML-XSH2-2.0.2.ebuild:
45 Version bump, successor to XML-XSH
46 -
47
48
49
50 1.1 app-editors/XML-XSH2/XML-XSH2-2.1.6-r1.ebuild
51
52 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
53 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
54
55 Index: XML-XSH2-2.1.6-r1.ebuild
56 ===================================================================
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $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 $
60
61 EAPI=5
62
63 MODULE_AUTHOR=PAJAS
64 MODULE_VERSION=2.1.6
65 inherit perl-module
66
67 DESCRIPTION="XML Editing Shell"
68 HOMEPAGE="http://xsh.sourceforge.net/"
69
70 LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
71 SLOT="0"
72 KEYWORDS="amd64 x86"
73 IUSE=""
74
75 RDEPEND="
76 >=dev-perl/XML-LibXML-1.61
77 >=dev-perl/Parse-RecDescent-1.94
78 >=dev-perl/XML-LibXSLT-1.53
79 dev-perl/IO-stringy
80 dev-perl/XML-SAX-Writer
81 dev-perl/Term-ReadLine-Perl
82 dev-perl/URI
83 dev-perl/XML-Filter-DOMFilter-LibXML
84 >=dev-perl/XML-XUpdate-LibXML-0.4.0
85 "
86 DEPEND="${RDEPEND}"
87
88 SRC_TEST=do