summaryrefslogtreecommitdiff
blob: 59de1731569ee5e0ae028af9bb05f9a83cff5544 (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
# ChangeLog for dev-util/cunit
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.20 2008/08/01 14:41:37 hattya Exp $

  01 Aug 2008; Akinori Hattori <hattya@gentoo.org> cunit-2.1.ebuild:
  stable on x86.

  10 May 2008; Josh Glover <jmglov@gentoo.org> cunit-2.1.ebuild:
  Bug # 221101 : re-adding KEYWORDS from cunit-2.0

*cunit-2.1 (06 Apr 2008)

  06 Apr 2008; Josh Glover <jmglov@gentoo.org> +cunit-2.1.ebuild:
  This package was submitted by Hal Ashburner in bug #214465

  13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> cunit-2.0.ebuild:
  ppc. stable

  24 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> cunit-2.0.ebuild:
  Stable on sparc

  02 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -cunit-1.0.0.6.ebuild,
  -cunit-1.0.0.8-r1.ebuild, -cunit-1.1.0.1.ebuild:
  Remove old versions.

  02 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> cunit-2.0.ebuild:
  use autoreconf instead of using aclocal directly. Fixes bug #160150.

  22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
  Transition to Manifest2.

  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> cunit-2.0.ebuild:
  Remove gnuconfig inherit.

  16 Nov 2005; Luis Medinas <metalgod@gentoo.org> cunit-2.0.ebuild:
  Added ~amd64 keyword. Closes bug #112662.

*cunit-1.1.0.1-r1 (12 Apr 2005)
*cunit-1.0.0.8-r1 (12 Apr 2005)

  12 Apr 2005; David Holm <dholm@gentoo.org> +files/cunit-const.patch,
  +metadata.xml, +cunit-1.0.0.8-r1.ebuild, +cunit-1.1.0.1-r1.ebuild:
  Added const pointers fix from James Ranson <euclid80 (at) users (dot) sf
  (dot) net> (Bug #87599)
  Added metadata.xml

*cunit-2.0 (30 Oct 2004)

  30 Oct 2004; David Holm <dholm@gentoo.org> +cunit-2.0.ebuild:
  Version bumped

*cunit-1.1.0.1 (02 Aug 2004)

  02 Aug 2004; David Holm <dholm@gentoo.org> +cunit-1.1.0.1.ebuild:
  Version bumped and added to ~ppc.

  01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> cunit-1.0.0.6.ebuild,
  cunit-1.0.0.8.ebuild:
  virtual/glibc -> virtual/libc

*cunit-1.0.0.8 (15 May 2003)

  15 May 2003; Patrick Kursawe <phosphan@gentoo.org> cunit-1.0.0.8.ebuild:
  upgrading to -8 and marking as stable, because there are problems with -6 -
  this closes bugs 15927 and 19591.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*cunit-1.0.0.6 (13 Apr 2002)

  13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> cunit-1.0.0.6 files/digest-cunit-1.0.0.6 :

  As of now we don't have any light weight unit testing framework for C as it 
  is for C++ (CppUnit) or Java (JUnit). This intiative is taken to provide 
  such a platform independent/version independent core framework and the 
  OS/Environment specific wrappers around them.