Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/fbgetty: fbgetty-0.1.698.ebuild ChangeLog
Date: Sat, 27 Oct 2007 08:49:10
Message-Id: E1IlhE1-000420-OS@stork.gentoo.org
1 mrness 07/10/27 08:40:57
2
3 Modified: fbgetty-0.1.698.ebuild ChangeLog
4 Log:
5 Fix gcc-4.1 compilation problems (#197045).
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.11 net-dialup/fbgetty/fbgetty-0.1.698.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild?r1=1.10&r2=1.11
14
15 Index: fbgetty-0.1.698.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- fbgetty-0.1.698.ebuild 12 Mar 2006 10:37:23 -0000 1.10
22 +++ fbgetty-0.1.698.ebuild 27 Oct 2007 08:40:57 -0000 1.11
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.10 2006/03/12 10:37:23 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698.ebuild,v 1.11 2007/10/27 08:40:57 mrness Exp $
29 +
30 +inherit eutils
31
32 DESCRIPTION="An extended getty for the framebuffer console"
33 HOMEPAGE="http://projects.meuh.org/fbgetty/"
34 @@ -11,6 +13,12 @@
35 KEYWORDS="x86 amd64 ~ppc"
36 IUSE=""
37
38 +src_unpack() {
39 + unpack ${A}
40 +
41 + epatch "${FILESDIR}/${P}-gcc41.patch"
42 +}
43 +
44 src_install() {
45 einstall || die "make install failed"
46 }
47
48
49
50 1.9 net-dialup/fbgetty/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.9&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.9&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/fbgetty/ChangeLog?r1=1.8&r2=1.9
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v
59 retrieving revision 1.8
60 retrieving revision 1.9
61 diff -u -r1.8 -r1.9
62 --- ChangeLog 12 Mar 2006 10:37:23 -0000 1.8
63 +++ ChangeLog 27 Oct 2007 08:40:57 -0000 1.9
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-dialup/fbgetty
66 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.8 2006/03/12 10:37:23 mrness Exp $
68 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.9 2007/10/27 08:40:57 mrness Exp $
70 +
71 + 27 Oct 2007; Alin Năstac <mrness@g.o>
72 + +files/fbgetty-0.1.698-gcc41.patch, fbgetty-0.1.698.ebuild:
73 + Fix gcc-4.1 compilation problems (#197045).
74
75 12 Mar 2006; Alin Nastac <mrness@g.o> fbgetty-0.1.698.ebuild:
76 Remove virtual/libc dependency.
77
78
79
80 --
81 gentoo-commits@g.o mailing list