Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/git: ChangeLog git-1.5.3.4.ebuild
Date: Fri, 05 Oct 2007 07:46:15
Message-Id: E1Idhk2-0002ld-KO@stork.gentoo.org
1 vapier 07/10/05 07:36:58
2
3 Modified: ChangeLog git-1.5.3.4.ebuild
4 Log:
5 Fix incorrect binding of iconv<->uclibc.
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.228 dev-util/git/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.228&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?rev=1.228&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/ChangeLog?r1=1.227&r2=1.228
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v
18 retrieving revision 1.227
19 retrieving revision 1.228
20 diff -u -r1.227 -r1.228
21 --- ChangeLog 4 Oct 2007 18:31:12 -0000 1.227
22 +++ ChangeLog 5 Oct 2007 07:36:58 -0000 1.228
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/git
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.227 2007/10/04 18:31:12 ferdy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.228 2007/10/05 07:36:58 vapier Exp $
28 +
29 + 05 Oct 2007; Mike Frysinger <vapier@g.o> git-1.5.3.4.ebuild:
30 + Fix incorrect binding of iconv<->uclibc.
31
32 *git-1.5.3.4 (04 Oct 2007)
33
34
35
36
37 1.2 dev-util/git/git-1.5.3.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild?r1=1.1&r2=1.2
42
43 Index: git-1.5.3.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- git-1.5.3.4.ebuild 4 Oct 2007 18:31:12 -0000 1.1
50 +++ git-1.5.3.4.ebuild 5 Oct 2007 07:36:58 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild,v 1.1 2007/10/04 18:31:12 ferdy Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.3.4.ebuild,v 1.2 2007/10/05 07:36:58 vapier Exp $
56
57 inherit toolchain-funcs eutils elisp-common perl-module bash-completion
58
59 @@ -18,7 +18,7 @@
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
63 -IUSE="curl doc elibc_uclibc emacs gtk mozsha1 perl ppcsha1 tk webdav"
64 +IUSE="curl doc emacs gtk iconv mozsha1 perl ppcsha1 tk webdav"
65
66 DEPEND="
67 !app-misc/git
68 @@ -56,7 +56,7 @@
69
70 myopts="${myopts} WITH_SEND_EMAIL=YesPlease"
71
72 - use elibc_uclibc && myopts="${myopts} NO_ICONV=YesPlease"
73 + use iconv || myopts="${myopts} NO_ICONV=YesPlease"
74
75 export MY_MAKEOPTS=${myopts}
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list