Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: metadata.xml qxmledit-0.8.2.ebuild ChangeLog qxmledit-0.8.1.ebuild
Date: Thu, 02 Aug 2012 20:11:37
Message-Id: 20120802201126.E78EA2004B@flycatcher.gentoo.org
1 pesa 12/08/02 20:11:26
2
3 Modified: metadata.xml qxmledit-0.8.2.ebuild ChangeLog
4 Removed: qxmledit-0.8.1.ebuild
5 Log:
6 amd64/x86 stable wrt bug 428860. Update longdescription in metadata. Remove old.
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 app-editors/qxmledit/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/metadata.xml?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/metadata.xml?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/metadata.xml?r1=1.5&r2=1.6
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/metadata.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- metadata.xml 31 Mar 2012 17:02:18 -0000 1.5
24 +++ metadata.xml 2 Aug 2012 20:11:26 -0000 1.6
25 @@ -6,8 +6,13 @@
26 <email>hwoarang@g.o</email>
27 <name>Markos Chandras</name>
28 </maintainer>
29 - <longdescription lang="en">QXmlEdit is a simple XML editor written in Qt4, it is not a complete and
30 - full featured editor.</longdescription>
31 + <longdescription lang="en">
32 + QXmlEdit is a simple XML editor written in Qt4. Its main
33 + features are unusual data visualization modes, it has some
34 + nice XML manipulation and presentation features and it is
35 + multi-platform. This is one of the few graphical Open Source
36 + XSD viewer.
37 + </longdescription>
38 <upstream>
39 <remote-id type="google-code">qxmledit</remote-id>
40 </upstream>
41
42
43
44 1.2 app-editors/qxmledit/qxmledit-0.8.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild?r1=1.1&r2=1.2
49
50 Index: qxmledit-0.8.2.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- qxmledit-0.8.2.ebuild 9 Jun 2012 16:17:00 -0000 1.1
57 +++ qxmledit-0.8.2.ebuild 2 Aug 2012 20:11:26 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.1 2012/06/09 16:17:00 hwoarang Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.2.ebuild,v 1.2 2012/08/02 20:11:26 pesa Exp $
63
64 EAPI=4
65
66 @@ -14,7 +14,7 @@
67
68 LICENSE="LGPL-2"
69 SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 +KEYWORDS="amd64 x86"
72 IUSE="debug"
73
74 DEPEND=">=x11-libs/qt-core-4.7:4
75
76
77
78 1.33 app-editors/qxmledit/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.33&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.33&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?r1=1.32&r2=1.33
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
87 retrieving revision 1.32
88 retrieving revision 1.33
89 diff -u -r1.32 -r1.33
90 --- ChangeLog 9 Jun 2012 16:17:00 -0000 1.32
91 +++ ChangeLog 2 Aug 2012 20:11:26 -0000 1.33
92 @@ -1,6 +1,11 @@
93 # ChangeLog for app-editors/qxmledit
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.32 2012/06/09 16:17:00 hwoarang Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.33 2012/08/02 20:11:26 pesa Exp $
97 +
98 + 02 Aug 2012; Davide Pesavento <pesa@g.o> -qxmledit-0.8.1.ebuild,
99 + metadata.xml, qxmledit-0.8.2.ebuild:
100 + amd64/x86 stable wrt bug 428860. Update longdescription in metadata. Remove
101 + old.
102
103 *qxmledit-0.8.2 (09 Jun 2012)
104
105 @@ -128,4 +133,3 @@
106 09 Jun 2009; Markos Chandras <hwoarang@g.o> +qxmledit-0.3.0.ebuild,
107 +metadata.xml:
108 Initial commit of qxmledit application
109 -