Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xmlformat: ChangeLog xmlformat-1.04.ebuild
Date: Sat, 28 Sep 2013 09:57:47
Message-Id: 20130928095744.76D8A20036@flycatcher.gentoo.org
1 graaff 13/09/28 09:57:44
2
3 Modified: ChangeLog xmlformat-1.04.ebuild
4 Log:
5 Convert to EAPI=5. Drop useless LICENSE install. Update ruby dependencies (1.9 and 2.0 are both verified to work). Add missing RDEPEND.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.13 app-text/xmlformat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 21 Jul 2013 10:12:16 -0000 1.12
23 +++ ChangeLog 28 Sep 2013 09:57:44 -0000 1.13
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/xmlformat
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.12 2013/07/21 10:12:16 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/ChangeLog,v 1.13 2013/09/28 09:57:44 graaff Exp $
29 +
30 + 28 Sep 2013; Hans de Graaff <graaff@g.o> xmlformat-1.04.ebuild:
31 + Convert to EAPI=5. Drop useless LICENSE install. Update ruby dependencies
32 + (1.9 and 2.0 are both verified to work). Add missing RDEPEND.
33
34 21 Jul 2013; Pacho Ramos <pacho@g.o> -xmlformat-1.03.ebuild,
35 metadata.xml:
36
37
38
39 1.4 app-text/xmlformat/xmlformat-1.04.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild?r1=1.3&r2=1.4
44
45 Index: xmlformat-1.04.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xmlformat-1.04.ebuild 7 Aug 2010 13:23:52 -0000 1.3
52 +++ xmlformat-1.04.ebuild 28 Sep 2013 09:57:44 -0000 1.4
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild,v 1.3 2010/08/07 13:23:52 graaff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlformat/xmlformat-1.04.ebuild,v 1.4 2013/09/28 09:57:44 graaff Exp $
59 +
60 +EAPI=5
61
62 DESCRIPTION="Reformat XML documents to your custom style"
63 SRC_URI="http://www.kitebird.com/software/${PN}/${P}.tar.gz"
64 @@ -10,8 +12,9 @@
65 LICENSE="xmlformat"
66 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
67
68 -DEPEND="ruby? ( =dev-lang/ruby-1.8* )
69 +DEPEND="ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:2.0 ) )
70 !ruby? ( dev-lang/perl )"
71 +RDEPEND=${DEPEND}
72 IUSE="ruby doc"
73
74 src_install() {
75 @@ -25,7 +28,7 @@
76 dosym xmlformat.pl /usr/bin/xmlformat
77 fi
78
79 - dodoc BUGS ChangeLog LICENSE README TODO
80 + dodoc BUGS ChangeLog README TODO
81
82 if use doc
83 then