blob: 8a0733729973ce9e0b2b67627ed1c724919ea8d7 (
plain)
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
|
# ChangeLog for dev-java/velocity
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/ChangeLog,v 1.22 2006/03/22 06:32:55 wormo Exp $
21 Mar 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
velocity-1.4-r3.ebuild:
mark ~ppc (needed for bug #122191)
09 Feb 2006; Joshua Nichols <nichoj@gentoo.org> -velocity-1.4-r1.ebuild,
-velocity-1.4-r2.ebuild:
Pruned old ebuilds.
09 Feb 2006; Joshua Nichols <nichoj@gentoo.org> velocity-1.4-r3.ebuild:
Stable on amd64 and x86.
18 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> velocity-1.4-r3.ebuild:
Added a check for log4j being built with javamail support because velocity
uses javamail specific classes from log4j.
*velocity-1.4-r3 (09 Dec 2005)
09 Dec 2005; Joshua Nichols <nichoj@gentoo.org>
+files/velocity-1.4-versioned_jar.patch, +velocity-1.4-r3.ebuild:
No longer used bundled jars (bug #63275).
*velocity-1.4-r2 (18 May 2005)
18 May 2005; Thomas Matthijs <axxo@gentoo.org> +velocity-1.4-r2.ebuild:
fixes 92884, versioned jar, thanks too Josh Nichols <nichoj@alum.rpi.edu>
02 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> velocity-1.4-r1.ebuild,
-velocity-1.4.ebuild:
cleanup, removed old revision with a dependency to oro.
*velocity-1.4-r1 (29 Mar 2005)
29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> +velocity-1.4-r1.ebuild:
moved from dev-java/oro to dev-java/jakarta-oro dependency. see #71337.
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> velocity-1.4.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -velocity-1.3.ebuild,
velocity-1.4.ebuild:
Marking stable for x86
10 Aug 2004; Thomas Matthijs <axxo@gentoo.org> velocity-1.4.ebuild:
fix doc target #59859
02 Aug 2004; Thomas Matthijs <axxo@gentoo.org> velocity-1.4.ebuild:
fix doc checking bug 59156
30 Jul 2004; Thomas Matthijs <axxo@gentoo.org> velocity-1.3.ebuild,
velocity-1.4.ebuild:
move dev-java/avalon-logkit dev-java/avalon-logkit-bin
*velocity-1.4 (30 Jul 2004)
30 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +velocity-1.4.ebuild:
version bump + cleanup
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> velocity-1.3.ebuild:
Fix use invocation
10 Feb 2004; Adrian Almenar <strider@gentoo.org> velocity-1.3.ebuild:
Remove unsupported keywords.
16 Dec 2003; Jason Wever <weeve@gentoo.org> velocity-1.3.ebuild:
Masked on sparc since there is no sun-jdk for linux/sparc.
*velocity-1.3 (16 Mar 2003)
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild:
removed 'j2ee' IUSE for now -- evaluating options.
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild:
added ppc sparc keywords.
16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild:
Initial import.
Velocity is a Java-based template engine, a simple and powerful development
tool that allows you to easily create and render documents that format and
present your data, focusing on two main areas of usage:
* servlet-based WWW development
* general application use
|