Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/newt: newt-0.52.15.ebuild ChangeLog
Date: Thu, 03 Oct 2013 08:25:52
Message-Id: 20131003082546.B8A322004C@flycatcher.gentoo.org
1 naota 13/10/03 08:25:46
2
3 Modified: newt-0.52.15.ebuild ChangeLog
4 Log:
5 Respect AR. #483748
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.4 dev-libs/newt/newt-0.52.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild?r1=1.3&r2=1.4
15
16 Index: newt-0.52.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- newt-0.52.15.ebuild 30 Jun 2013 13:48:01 -0000 1.3
23 +++ newt-0.52.15.ebuild 3 Oct 2013 08:25:46 -0000 1.4
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.3 2013/06/30 13:48:01 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.4 2013/10/03 08:25:46 naota Exp $
29
30 EAPI="5"
31
32 PYTHON_COMPAT=( python{2_6,2_7} )
33
34 -inherit eutils multilib python-r1 autotools
35 +inherit eutils multilib python-r1 autotools toolchain-funcs
36
37 DESCRIPTION="Redhat's Newt windowing toolkit development files"
38 HOMEPAGE="https://fedorahosted.org/newt/"
39 @@ -41,6 +41,7 @@
40 -e 's|-shared -o|$(CFLAGS) $(LDFLAGS) &|g' \
41 -e 's|instroot|DESTDIR|g' \
42 -e 's| make | $(MAKE) |g' \
43 + -e "s| ar | $(tc-getAR) |g" \
44 || die "sed Makefile.in"
45
46 local langs=""
47
48
49
50 1.85 dev-libs/newt/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.85&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?rev=1.85&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/newt/ChangeLog?r1=1.84&r2=1.85
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v
59 retrieving revision 1.84
60 retrieving revision 1.85
61 diff -u -r1.84 -r1.85
62 --- ChangeLog 30 Jun 2013 13:48:01 -0000 1.84
63 +++ ChangeLog 3 Oct 2013 08:25:46 -0000 1.85
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-libs/newt
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.84 2013/06/30 13:48:01 jlec Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.85 2013/10/03 08:25:46 naota Exp $
69 +
70 + 03 Oct 2013; Naohiro Aota <naota@g.o> newt-0.52.14-r2.ebuild,
71 + newt-0.52.15.ebuild:
72 + Respect AR. #483748
73
74 30 Jun 2013; Justin Lecher <jlec@g.o> newt-0.52.15.ebuild:
75 Fix python deps