Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sip: ChangeLog sip-4.7.3.ebuild sip-4.7.ebuild sip-4.5.2-r1.ebuild sip-4.3.2.ebuild
Date: Sat, 23 Feb 2008 16:50:16
Message-Id: E1JSxZl-00079y-Do@stork.gentoo.org
1 dev-zero 08/02/23 16:50:13
2
3 Modified: ChangeLog sip-4.7.3.ebuild
4 Removed: sip-4.7.ebuild sip-4.5.2-r1.ebuild sip-4.3.2.ebuild
5 Log:
6 Made sip respect our LDFLAGS (bug #209738). Dropped old & unused versions.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.112 dev-python/sip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.112&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?rev=1.112&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/ChangeLog?r1=1.111&r2=1.112
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v
19 retrieving revision 1.111
20 retrieving revision 1.112
21 diff -u -r1.111 -r1.112
22 --- ChangeLog 21 Feb 2008 14:27:41 -0000 1.111
23 +++ ChangeLog 23 Feb 2008 16:50:12 -0000 1.112
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/sip
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.111 2008/02/21 14:27:41 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.112 2008/02/23 16:50:12 dev-zero Exp $
29 +
30 + 23 Feb 2008; Tiziano Müller <dev-zero@g.o> -sip-4.3.2.ebuild,
31 + -sip-4.5.2-r1.ebuild, -sip-4.7.ebuild, sip-4.7.3.ebuild:
32 + Made sip respect our LDFLAGS (bug #209738). Dropped old & unused versions.
33
34 21 Feb 2008; Raúl Porcel <armin76@g.o> sip-4.7.3.ebuild:
35 alpha/ia64/sparc stable
36
37
38
39 1.4 dev-python/sip/sip-4.7.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild?r1=1.3&r2=1.4
44
45 Index: sip-4.7.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- sip-4.7.3.ebuild 21 Feb 2008 14:27:41 -0000 1.3
52 +++ sip-4.7.3.ebuild 23 Feb 2008 16:50:12 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.3 2008/02/21 14:27:41 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.3.ebuild,v 1.4 2008/02/23 16:50:12 dev-zero Exp $
58
59 NEED_PYTHON=2.3
60
61 @@ -28,14 +28,14 @@
62 local myconf
63 use debug && myconf="${myconf} -u"
64
65 - python configure.py \
66 + "${python}" configure.py \
67 -b "/usr/bin" \
68 -d "/usr/$(get_libdir)/python${PYVER}/site-packages" \
69 -e "/usr/include/python${PYVER}" \
70 -v "/usr/share/sip" \
71 ${myconf} \
72 - CXXFLAGS_RELEASE="" CFLAGS_RELEASE="" \
73 - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
74 + CXXFLAGS_RELEASE="" CFLAGS_RELEASE="" LFLAGS="${LDFLAGS}" \
75 + CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}" \
76 CC=$(tc-getCC) CXX=$(tc-getCXX) \
77 LINK=$(tc-getCXX) LINK_SHLIB=$(tc-getCXX) \
78 STRIP="/bin/true" || die "configure failed"
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list