blob: 7a4480539f92ceee1bc9d90d4039915d73f136b0 (
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
|
# ChangeLog for dev-java/velocity
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/ChangeLog,v 1.16 2005/04/02 21:51:56 luckyduck Exp $
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
|