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
|
# ChangeLog for dev-util/cutils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cutils/ChangeLog,v 1.18 2007/01/06 04:17:15 kugelfang Exp $
06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -cutils-1.6-r1.ebuild:
QA: Removed unused versions.
30 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> cutils-1.6-r2.ebuild:
Add ~amd64 so I can use it.
04 Sep 2006; Saleem Abdulrasool <compnerd@gentoo.org>
cutils-1.6-r2.ebuild:
stable on x86 (bug #145555)
03 Sep 2006; Jason Wever <weeve@gentoo.org> cutils-1.6-r2.ebuild:
Stable on SPARC wrt bug #145555.
30 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org>
cutils-1.6-r2.ebuild:
ppc stable, bug #145555
*cutils-1.6-r2 (22 Mar 2006)
22 Mar 2006; Patrick Kursawe <phosphan@gentoo.org>
+files/cutils-1.6-r1-gentoo.diff, cutils-1.6-r1.ebuild,
+cutils-1.6-r2.ebuild:
Moving cdecl to cutils-cdecl because it conflicts with the more feature-rich
cdecl from the dev-util/cdecl package. See bug #127076.
Adding blocking dependency to the old version.
29 Jul 2005; Daniel Black <dragonheart@gentoo.org> -cutils-1.6.ebuild,
cutils-1.6-r1.ebuild:
removed die from epatch || die. old version cleanout
07 May 2005; David Holm <dholm@gentoo.org> cutils-1.6-r1.ebuild:
Added to ~ppc.
05 Dec 2004; Markus Nigbur <pyrania@gentoo.org> cutils-1.6-r1.ebuild:
Inherit eutils.
06 Nov 2004; <pyrania@gentoo.org> cutils-1.6-r1.ebuild:
Hooray for epatch.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> cutils-1.6-r1.ebuild,
cutils-1.6.ebuild:
virtual/glibc -> virtual/libc
12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> cutils-1.6-r1.ebuild,
cutils-1.6.ebuild:
Don't assign default to S; header fix
*cutils-1.6-r1 (09 Sep 2003)
09 Sep 2003; George Shapovalov <george@gentoo.org> cutils-1.6-r1.ebuild :
few cleanups + added MAKEOPTS=-j1 before emake, as per #27726
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*cutils-1.6 (01 Aug 2002)
1 Aug 2002; George Shapovalov <george@gentoo.org> cutils-1.6.ebuild, cutils-1.6-gentoo.diff :
initial release
The C language utilities collection is composed of: cdecl and cundecl (decode
and encode C type declarations), cobfusc (make a C source file unreadable but
compilable), chilight (highlight C source files), cunloop (unloop C loops),
yyextract (extract grammar rules from yacc grammar), and yyref (generate a
cross-reference for yacc input).
ebuild submitted by: Marius Bernklev <mariube@unixcore.com>
|