1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
# ChangeLog for app-text/xmlstarlet
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/ChangeLog,v 1.24 2011/03/26 12:48:13 grobian Exp $
26 Mar 2011; Fabian Groffen <grobian@gentoo.org> xmlstarlet-1.0.6.ebuild,
+files/xmlstarlet-1.0.6-setmode.patch:
Add patch from upstream to fix compilation on Darwin, BSD and possibly
Solaris systems
*xmlstarlet-1.0.6 (15 Mar 2011)
15 Mar 2011; Sebastian Pipping <sping@gentoo.org> +xmlstarlet-1.0.6.ebuild:
Bump to 1.0.6, looks trivial
*xmlstarlet-1.0.5 (14 Feb 2011)
14 Feb 2011; Sebastian Pipping <sping@gentoo.org> +xmlstarlet-1.0.5.ebuild:
Bump to 1.0.5, add sys-apps/sed to dependencies
*xmlstarlet-1.0.4 (17 Jan 2011)
17 Jan 2011; Sebastian Pipping <sping@gentoo.org> +xmlstarlet-1.0.4.ebuild:
Bump to 1.0.4: new configure option --disable-static-libs, new test suite
integration through "make check"
*xmlstarlet-1.0.3 (27 Nov 2010)
27 Nov 2010; Sebastian Pipping <sping@gentoo.org> +xmlstarlet-1.0.3.ebuild:
Bump to 1.0.3
*xmlstarlet-1.0.2-r1 (16 Apr 2010)
16 Apr 2010; Sebastian Pipping <sping@gentoo.org>
+xmlstarlet-1.0.2-r1.ebuild:
New revision to propagate tarball exchange upstream
*xmlstarlet-1.0.2 (08 Apr 2010)
08 Apr 2010; Sebastian Pipping <sping@gentoo.org>
+xmlstarlet-1.0.2.ebuild, metadata.xml:
Bump to 1.0.2
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
xmlstarlet-1.0.1-r1.ebuild:
Transfer Prefix keywords
02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
-xmlstarlet-1.0.1.ebuild:
Remove old version.
26 Dec 2007; Samuli Suominen <drac@gentoo.org> xmlstarlet-1.0.1-r1.ebuild:
amd64 stable wrt #202642
21 Dec 2007; nixnut <nixnut@gentoo.org> xmlstarlet-1.0.1-r1.ebuild:
Stable on ppc wrt bug 202642
18 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
xmlstarlet-1.0.1-r1.ebuild:
stable x86, bug 202642
*xmlstarlet-1.0.1-r1 (14 Mar 2007)
14 Mar 2007; Leonardo Boshell <leonardop@gentoo.org>
+xmlstarlet-1.0.1-r1.ebuild:
Provide xmlstarlet as a symlink to be consistent with man page (bug
#103306). Don't install NEWS since it's an empty document. Define
LIBXML_LIBS and LIBXSLT_LIBS through pkg-config instead of doing it
manually, and fixed dependencies accordingly.
13 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml,
-xmlstarlet-1.0.0.ebuild:
Replacing text-markup herd with the new sgml herd.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
24 Mar 2006; Mamoru KOMACHI <usata@gentoo.org> xmlstarlet-1.0.0.ebuild,
xmlstarlet-1.0.1.ebuild:
Fixed compile error with recent libxml and libxslt. Thanks to Sam Jacobson
<sam@eversoft.co.nz>. This closes bug #106259.
02 Jun 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
xmlstarlet-1.0.1.ebuild:
mark ~ppc
16 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> -xmlstarlet-0.9.3.ebuild,
-xmlstarlet-0.9.5.ebuild, xmlstarlet-1.0.1.ebuild:
Stable on x86. Removed old versions.
*xmlstarlet-1.0.1 (22 Mar 2005)
22 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> xmlstarlet-1.0.0.ebuild,
+xmlstarlet-1.0.1.ebuild:
Version bumped.
*xmlstarlet-1.0.0 (10 Feb 2005)
10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> xmlstarlet-0.9.5.ebuild,
+xmlstarlet-1.0.0.ebuild:
Version bumped. Marked previous version stable on x86.
06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> xmlstarlet-0.9.5.ebuild:
added ~amd64 to KEYWORDS. fixes #64762
*xmlstarlet-0.9.5 (30 Nov 2004)
30 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> xmlstarlet-0.9.3.ebuild,
+xmlstarlet-0.9.5.ebuild:
Version bumped. Marked 0.9.3 stable on x86.
*xmlstarlet-0.9.3 (03 Sep 2004)
03 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+xmlstarlet-0.9.3.ebuild:
Initial import. Ebuild submitted by Anders Bruun Olsen
<anders@bruun-olsen.net>, bug #34366.
|