Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/birthday: birthday-1.6.2.ebuild ChangeLog
Date: Tue, 04 Jan 2011 16:30:40
Message-Id: 20110104163031.A784B2005C@flycatcher.gentoo.org
1 jlec 11/01/04 16:30:31
2
3 Modified: birthday-1.6.2.ebuild ChangeLog
4 Log:
5 Some Clean up
6
7 (Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 app-misc/birthday/birthday-1.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild?r1=1.5&r2=1.6
15
16 Index: birthday-1.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- birthday-1.6.2.ebuild 27 Mar 2008 19:17:43 -0000 1.5
23 +++ birthday-1.6.2.ebuild 4 Jan 2011 16:30:31 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v 1.5 2008/03/27 19:17:43 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/birthday-1.6.2.ebuild,v 1.6 2011/01/04 16:30:31 jlec Exp $
30
31 inherit toolchain-funcs
32
33 @@ -19,7 +19,7 @@
34
35 # Don't strip, install in correct share dir and respect CFLAGS
36 sed -i -e "s:install -s:install:g" -e "s:#SHARE:SHARE:g" -e "s:-O2:${CFLAGS}:g" \
37 - Makefile
38 + Makefile || die
39 }
40
41 src_compile() {
42
43
44
45 1.19 app-misc/birthday/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/ChangeLog?rev=1.19&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/ChangeLog?rev=1.19&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/birthday/ChangeLog?r1=1.18&r2=1.19
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v
54 retrieving revision 1.18
55 retrieving revision 1.19
56 diff -u -r1.18 -r1.19
57 --- ChangeLog 27 Mar 2008 19:17:43 -0000 1.18
58 +++ ChangeLog 4 Jan 2011 16:30:31 -0000 1.19
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-misc/birthday
61 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.18 2008/03/27 19:17:43 nixnut Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-misc/birthday/ChangeLog,v 1.19 2011/01/04 16:30:31 jlec Exp $
65 +
66 + 04 Jan 2011; Justin Lecher <jlec@g.o> birthday-1.6.2.ebuild:
67 + Some Clean up
68
69 27 Mar 2008; nixnut <nixnut@g.o> birthday-1.6.2.ebuild:
70 Stable on ppc wrt bug 214921