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/countrycodes: ChangeLog countrycodes-1.0.5-r1.ebuild
Date: Tue, 04 Jan 2011 17:48:27
Message-Id: 20110104174751.5ABE12005C@flycatcher.gentoo.org
1 jlec 11/01/04 17:47:51
2
3 Modified: ChangeLog countrycodes-1.0.5-r1.ebuild
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.29 app-misc/countrycodes/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 29 Dec 2010 01:59:18 -0000 1.28
23 +++ ChangeLog 4 Jan 2011 17:47:51 -0000 1.29
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-misc/countrycodes
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.28 2010/12/29 01:59:18 darkside Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/ChangeLog,v 1.29 2011/01/04 17:47:51 jlec Exp $
30 +
31 + 04 Jan 2011; Justin Lecher <jlec@g.o> countrycodes-1.0.5-r1.ebuild:
32 + Some Clean up
33
34 29 Dec 2010; Jeremy Olexa <darkside@g.o>
35 -countrycodes-1.0.5.ebuild:
36
37
38
39 1.7 app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild?r1=1.6&r2=1.7
44
45 Index: countrycodes-1.0.5-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- countrycodes-1.0.5-r1.ebuild 29 Dec 2010 01:34:08 -0000 1.6
52 +++ countrycodes-1.0.5-r1.ebuild 4 Jan 2011 17:47:51 -0000 1.7
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.6 2010/12/29 01:34:08 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5-r1.ebuild,v 1.7 2011/01/04 17:47:51 jlec Exp $
59
60 EAPI="3"
61
62 @@ -22,10 +22,6 @@
63 tc-export CC
64 }
65
66 -#src_compile() {
67 -# emake -C src CCOPTS="${CFLAGS}" || die "emake failed"
68 -#}
69 -
70 src_install() {
71 emake \
72 prefix="${D}/usr" \