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
106
107
108
109
110
111
112
113
|
# ChangeLog for app-text/lout
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.27 2010/02/20 17:58:07 abcd Exp $
20 Feb 2010; Jonathan Callen <abcd@gentoo.org> lout-3.38-r1.ebuild:
Transfer prefix keywords, bump EAPI
23 Nov 2009; Jeroen Roovers <jer@gentoo.org> lout-3.30.ebuild,
lout-3.31.ebuild, lout-3.38.ebuild, lout-3.38-r1.ebuild:
Fix docdir (bug #294283).
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/lout-3.25-r1-makefile-gentoo.patch,
-files/lout-3.29-makefile-gentoo.patch, lout-3.30.ebuild,
lout-3.31.ebuild:
Remove unused patches. Fix repoman complains.
*lout-3.38-r1 (04 Sep 2009)
04 Sep 2009; Jeroen Roovers <jer@gentoo.org> +lout-3.38-r1.ebuild,
+files/lout-3.38-makefile.patch:
Respect CFLAGS (bug #240136), LDFLAGS.
23 Jul 2009; Víctor Ostorga <vostorga@gentoo.org> lout-3.30.ebuild,
lout-3.31.ebuild, lout-3.38.ebuild:
Respecting CC variable, closes bug #243732
*lout-3.38 (01 Mar 2009)
01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +lout-3.38.ebuild:
Bump to 3.38, closes #222733
22 Jan 2008; Fabian Groffen <grobian@gentoo.org> lout-3.31.ebuild:
Dropped ppc-macos keyword, see you in prefix
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -lout-3.29.ebuild:
QA: Removed unused versions.
*lout-3.31 (02 Oct 2005)
02 Oct 2005; Fabian Groffen <grobian@gentoo.org> +lout-3.31.ebuild:
- Bump to version 3.31
- added ~ppc-macos
- changed /usr/lib/libz.a into -lz to allow for compilation also on OSX
16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog:
Converted to UTF-8, fixed encoding screwups
04 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> lout-3.30.ebuild:
Marked ~amd64.
14 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> lout-3.30.ebuild:
Stable on sparc
10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> -lout-3.25-r1.ebuild,
lout-3.30.ebuild:
Stable on x86 and ppc.
03 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> lout-3.29.ebuild:
Stable on sparc
17 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> lout-3.29.ebuild,
lout-3.30.ebuild:
Keyworded ~sparc
*lout-3.30 (16 Dec 2004)
16 Dec 2004; Mamoru KOMACHI <usata@gentoo.org> lout-3.29.ebuild,
+lout-3.30.ebuild:
Version bumped. This closes bug #74284. Marked 3.29 stable on x86 and ppc.
08 Jun 2004; David Holm <dholm@gentoo.org> lout-3.29.ebuild:
Added to ~ppc.
*lout-3.29 (07 Jun 2004)
07 Jun 2004; Mamoru KOMACHI <usata@gentoo.org> lout-3.25-r1.ebuild,
+files/lout-3.29-makefile-gentoo.patch, +lout-3.29.ebuild:
Version bumped. Changed master site and added zlib, doc IUSE flags.
Ebuild contributed by Lalo Martins <lalo@laranja.org>, closing bug #34667
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*lout-3.25-r1 (11 July 2002)
26 Aug 2002; phoen][x <phoenix@gentoo.org> lout-3.25.ebuild :
Removed comments and fixed dependencies.
This closes bug 6771.
11 Jul 2002; phoen][x <phoenix@gentoo.org> ChangeLog, lout-3.25.ebuild,
files/digest-lout-3.25-r1, files/lout-3.25-r1-makefile-gentoo.patch :
Initial cvs commit. Ebuild contributed by Christian V. J. Brüssow <cvjb@epost.de>.
Thanks for the contribution.
Authors comments:
Beware: the original lout sources don't have a configure script. So I
will patch the original makefile. The result should compile and install
at least on any i386 Gentoo Linux. I don't have any experience with (e.g.)
Sparc, PowerPC, ..., so YMMV.
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|