blob: 3901e7be1cd84263dc0369d0a695d34fc9c14455 (
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
|
# ChangeLog for dev-util/cppunit
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.24 2007/04/02 19:00:15 dertobi123 Exp $
02 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
cppunit-1.11.6.ebuild:
ppc stable, bug #172604
29 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> cppunit-1.11.6.ebuild:
Stable on sparc wrt #172604
29 Mar 2007; Andrej Kacian <ticho@gentoo.org> cppunit-1.11.6.ebuild:
Stable on x86, bug #172604.
*cppunit-1.12.0 (28 Mar 2007)
28 Mar 2007; Tiziano Müller <dev-zero@gentoo.org>
+files/cppunit-1.12.0-add_missing_include.patch, metadata.xml,
+cppunit-1.12.0.ebuild:
Version bump, solves bug #144500. Setting cpp as herd.
21 Jan 2007; Peter Weller <welp@gentoo.org> cppunit-1.11.6.ebuild:
Added ~x86-fbsd keyword
18 Oct 2006; Markus Rothe <corsair@gentoo.org> cppunit-1.11.6.ebuild:
Added ~ppc64; bug #149658
14 Oct 2006; Harald van Dijk <truedfx@gentoo.org> cppunit-1.11.6.ebuild:
Force latest autoconf/-make (#151353)
*cppunit-1.11.6 (11 Jun 2006)
11 Jun 2006; George Shapovalov <george@gentoo.org> +cppunit-1.11.6.ebuild:
new version (#132495), the m4 issue is fixed, the --as-needed patch is still
necessary
21 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/cppunit-1.10.2-asneeded.patch, cppunit-1.10.2.ebuild:
Add patch to allow linking with --as-needed. Bug #130199.
02 Apr 2006; George Shapovalov <george@gentoo.org> cppunit-1.10.2.ebuild:
fixed dependencies - graphviz is only needed for docs(#125723). Thanks to
Ben Gardiner for spotting this
22 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> cppunit-1.10.2.ebuild:
Added doc USE flag thanks to ciaranm, and sparc stable
29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> cppunit-1.10.2.ebuild:
Stable on amd64.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> cppunit-1.10.2.ebuild:
Stable on ppc.
14 Mar 2005; Caleb Tennis <caleb@gentoo.org> cppunit-1.10.2.ebuild:
marking as x86 stable
23 Oct 2004; Jason Wever <weeve@gentoo.org> cppunit-1.10.2.ebuild:
Added ~sparc keyword.
25 Aug 2004; Sven Wegener <swegener@gentoo.org> cppunit-1.10.2.ebuild,
cppunit-1.8.0.ebuild:
Changed SRC_URI to use mirror:// syntax.
10 Aug 2004; David Holm <dholm@gentoo.org> cppunit-1.10.2.ebuild:
Added to ~ppc.
*cppunit-1.10.2 (30 Jul 2004)
30 Jul 2004; George Shapovalov <george@gentoo.org> cppunit-1.10.2.ebuild :
new version (#55726)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*cppunit-1.8.0 (29 Oct 2002)
01 Nov 2002; George Shapovalov <george@gentoo.org> cppunit-1.8.0.ebuild :
incorporated a reworked src_install by Jeffrey Palmer <jeffrey.palmer@acm.org>
see #5603 for details
29 Oct 2002; George Shapovalov <george@gentoo.org> cppunit-1.8.0.ebuild :
initial release
cppunit: a unit testing framework, generally used in XP programming projects.
ebuild submitted by: Darke <darkepaw@users.sourceforge.net>
|