blob: c3a0bd13db96377bce6fd1c13eec378f1462119d (
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
|
# ChangeLog for dev-haskell/hdoc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.18 2010/07/12 09:47:09 slyfox Exp $
12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> hdoc-0.8.3.ebuild,
+files/hdoc-0.8.3-remove-strip.patch:
Fixed QA warning (pre-stripped files found) found by Diego E. 'Flameeyes'
Pettenò <flameeyes@gentoo.org> (bug #251888)
13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild:
Fix quoting in ebuild.
31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild:
Drop virtual/ghc in favour of dev-lang/ghc
05 Oct 2006; Chris Parrott <cparrott@gentoo.org> hdoc-0.8.3.ebuild:
marked stable for amd64 (bug 144678)
04 Oct 2006; Joshua Jackson <tsunam@gentoo.org> hdoc-0.8.3.ebuild:
Stable x86; bug #144678
27 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> hdoc-0.8.3.ebuild:
stable on ppc (Bug #114678)
25 Aug 2006; Ferris McCormick <fmccor@gentoo.org> hdoc-0.8.3.ebuild:
Stable on sparc --- Bug #144678 --- no problems.
24 Aug 2006; Markus Rothe <corsair@gentoo.org> hdoc-0.8.3.ebuild:
Stable on ppc64; bug #144678
01 Mar 2006; Markus Rothe <corsair@gentoo.org> hdoc-0.8.3.ebuild:
Added ~ppc64; bug #124469
27 Feb 2006; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild:
Add ~amd64 and ~sparc to KEYWORDS. Also tidy up ebuild slightly and
remove RDEPENDs that are in system.
04 May 2005; David Holm <dholm@gentoo.org> hdoc-0.8.3.ebuild:
Added to ~ppc.
21 Jan 2005; Andres Loeh <kosmikus@gentoo.org> -hdoc-0.8.2.ebuild:
Removed old version.
*hdoc-0.8.3 (21 Oct 2004)
21 Oct 2004; Andres Loeh <kosmikus@gentoo.org> hdoc-0.8.3.ebuild:
Version bump. Discontinued support for building with nhc98.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> hdoc-0.8.2.ebuild:
virtual/glibc -> virtual/libc
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> hdoc-0.8.2.ebuild:
Fix use invocation
*hdoc-0.8.2 (22 Apr 2003)
22 Apr 2003; Andres Loeh <kosmikus@gentoo.org> all :
Initial import. Thanks to Thomas L. Bevan <tom@regex.com.au> for submitting an
ebuild (#3970). hdoc is a tool to generate documentation automatically from
Haskell source files, much like javadoc.
|