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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
# ChangeLog for dev-python/happydoc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/happydoc/ChangeLog,v 1.29 2014/03/31 21:05:49 mgorny Exp $
31 Mar 2014; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
Add support for the new PyPy slotting.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> happydoc-3.1-r2.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*happydoc-3.1-r2 (14 Jun 2013)
14 Jun 2013; Ian Delaney <idella4@gentoo.org> +happydoc-3.1-r2.ebuild:
revbump; migrate -> distutils-r1, remove old
01 Dec 2012; Tim Harder <radhermit@gentoo.org> happydoc-3.1-r1.ebuild:
Fix LICENSE (bug #445414 by ulm).
*happydoc-3.1-r1 (28 Jul 2010)
28 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-happydoc-3.1.ebuild, +happydoc-3.1-r1.ebuild,
+files/happydoc-3.1-python-2.6.patch:
Fix raising of exceptions for compatibility with Python 2.6.
28 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
happydoc-3.1.ebuild:
Set SUPPORT_PYTHON_ABIS.
*happydoc-3.1 (25 Feb 2009)
25 Feb 2009; <neurogeek@gentoo.org> +files/happydoc-3.1-setup.py,
+happydoc-3.1.ebuild:
Version bump. Closes bug #201280
04 Jul 2007; Ali Polatel <hawking@gentoo.org> happydoc-2.1.ebuild,
happydoc-2.1-r1.ebuild:
use DOCS, mydoc is deprecated. don't dodoc license.txt and install.txt
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
*happydoc-2.1-r1 (16 May 2006)
16 May 2006; Marien Zwart <marienz@gentoo.org> +happydoc-2.1-r1.ebuild:
Revision bump with no ebuild changes because I forgot to bump it 4 months
ago when adding a python 2.4 patch.
16 May 2006; Marien Zwart <marienz@gentoo.org> -happydoc-2.0.1.ebuild:
Remove old ebuild that fails with python 2.4 and up.
10 Jan 2006; Marien Zwart <marienz@gentoo.org>
+files/happydoc-2.1-python-2.4-compat.patch, happydoc-2.1.ebuild:
Add a patch to make happydoc 2.1 somewhat work with python 2.4.
RESTRICT=test because needed files are not distributed.
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> happydoc-2.1.ebuild:
Mark 2.1 stable on ia64
13 Sep 2005; <dang@gentoo.org> happydoc-2.1.ebuild:
Marked ~amd64
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> happydoc-2.1.ebuild:
add ~ia64
07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> happydoc-2.1.ebuild:
Stable on ppc.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
17 Oct 2004; David Holm <dholm@gentoo.org> happydoc-2.1.ebuild:
Added to ~ppc.
31 May 2004; Bryan Østergaard <kloeri@gentoo.org> happydoc-2.1.ebuild:
Stable on alpha.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> happydoc-2.0.1.ebuild,
happydoc-2.1.ebuild:
Add missing IUSE.
26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> happydoc-2.1.ebuild:
Stable on sparc.
*happydoc-2.1 (04 Apr 2003)
04 Apr 2003; Alastair Tse <liquidx@gentoo.org> happydoc-2.1.ebuild:
version bump and cleanup
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
# Author Gontran Zepeda <gontran@gontran.net>
*happydoc-2.0.1 (14 May 2002)
26 Apr 2003; Alastair Tse <liquidx@gentoo.org> happydoc-2.0.1.ebuild:
fix syntax error in happydoc
26 Jul 2002; George Shapovalov <george@gentoo.org> happydoc-2.0.1.ebuild :
added KEYWORDS,SLOT,LICENSE,
14 May 2002; Jon Nelson <jnelson@gentoo.org> ChangeLog happydoc-2.0.1.ebuild :
Thanks to Gontran Zepeda <gontran at gontran.net> for the original ebuild
|