summaryrefslogtreecommitdiff
blob: debe8cfc4080c5997d6ffa798c312d54be0f816a (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
# ChangeLog for dev-java/commons-cli
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.18 2005/02/06 17:18:01 corsair Exp $

  06 Feb 2005; Markus Rothe <corsair@gentoo.org> commons-cli-1.0-r4.ebuild:
  Stable on ppc64

  04 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> commons-cli-1.0-r4.ebuild:
  junit dependency is now optional, controlled by the junit useflag. fixes
  #75661.

  18 Dec 2004; Markus Rothe <corsair@gentoo.org> commons-cli-1.0-r4.ebuild:
  added ~ppc64 to KEYWORDS

  16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> commons-cli-1.0-r4.ebuild:
  use java-pkg_dohtml instead of dohtml to also install the package-list in
  case of api docs: #50740

  19 Aug 2004; Travis Tilley <lv@gentoo.org> commons-cli-1.0-r4.ebuild:
  stable on amd64

  18 May 2004; Chris Aniszczyk <zx@gentoo.org>
  files/commons-cli-1.0-gentoo.diff:
  Fixed patch to allow unit testing to pass. Closes #51099
  Thanks to Keith Burch <codemaestro@adelphia.net> for the patch.

*commons-cli-1.0-r4 (13 May 2004)

  13 May 2004; Chris Aniszczyk <zx@gentoo.org>
  files/commons-cli-1.0-gentoo.diff, +commons-cli-1.0-r4.ebuild:
  Fixed ebuild so that we don't use jakarta-commons.eclass, Closes #50304

  13 May 2004; Daniel Ahlberg <aliz@gentoo.org> commons-cli-1.0-r3.ebuild:
  Added amd64 keyword.

*commons-cli-1.0-r3 (05 May 2004)

  05 May 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
  commons-cli-1.0-r2.ebuild: Set SLOT=1.

*commons-cli-1.0-r2 (17 Mar 2003)

  26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-cli-1.0-r2.ebuild:
  Updated SRC_URI so this ebuild uses apache mirrors.

  06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> commons-cli-1.0-r2.ebuild:
  moved to stable.  added keywords ppc sparc.

  18 Mar 2003; Dylan Carlson <absinthe@gentoo.org> commons-cli-1.0-r2.ebuild:
  java-commons eclass and functions were renamed to jakarta-commons.

  17 Mar 2003; Dylan Carlson <absinthe@gentoo.org> commons-cli-1.0-r2.ebuild:
  Changes to utilize new 'java-commons' eclass initiated by Lim Swee Tat
  <st_lim@stlim.net> in bug # 17350.  Fixed up the eclass and added 'makedoc'
  target to java-commons_src_compile() for the 'doc' use flag, and updated the
  ebuild accordingly.
  
  If you want the API documentation installed, add 'doc' to your USE flags, or
  run:   'USE="doc" emerge foo.ebuild'

*commons-cli-1.0-r1 (16 Mar 2003)

  16 Mar 2003; root <root@gentoo.org> commons-cli-1.0-r1.ebuild,
  files/commons-cli-1.0-gentoo.diff:
  patch to fix jar name; closes bug # 17260 (thanks Michael Grubb).

*commons-cli-1.0 (16 Mar 2003)

  16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> commons-cli-1.0.ebuild:
  Initial import. Jakarta Commons CLI provides a simple and easy-to-use API for
  working with commandline arguments and options in Java.