Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/ypsilon: ypsilon-0.9.6_p3.ebuild ChangeLog
Date: Thu, 19 Jun 2014 13:03:21
Message-Id: 20140619130137.6EE8920034@flycatcher.gentoo.org
1 creffett 14/06/19 13:01:37
2
3 Modified: ypsilon-0.9.6_p3.ebuild ChangeLog
4 Log:
5 [QA] Respect LDFLAGS wrt bug 335364, credit to Cyprien Nicolas <gentoo-bugzie@×××××.fr> for the fix
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 28DB029C)
8
9 Revision Changes Path
10 1.3 dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild?r1=1.2&r2=1.3
15
16 Index: ypsilon-0.9.6_p3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ypsilon-0.9.6_p3.ebuild 21 Dec 2009 14:33:49 -0000 1.2
23 +++ ypsilon-0.9.6_p3.ebuild 19 Jun 2014 13:01:36 -0000 1.3
24 @@ -1,6 +1,7 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild,v 1.2 2009/12/21 14:33:49 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ypsilon-0.9.6_p3.ebuild,v 1.3 2014/06/19 13:01:36 creffett Exp $
30 +EAPI=5
31
32 inherit eutils flag-o-matic toolchain-funcs
33
34 @@ -19,9 +20,7 @@
35
36 S=${WORKDIR}/${MY_P}
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 +src_prepare() {
42 epatch "${FILESDIR}"/${P}-asneeded.patch
43 }
44
45 @@ -29,7 +28,7 @@
46 use threads && append-flags "-pthread"
47
48 emake PREFIX="/usr" CXX="$(tc-getCXX)" \
49 - CXXFLAGS="${CXXFLAGS}" || die "emake failed"
50 + CXXFLAGS="${CXXFLAGS}" LDFLAGS="$LDFLAGS" || die "emake failed"
51 }
52
53 src_install() {
54
55
56
57 1.3 dev-scheme/ypsilon/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/ypsilon/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 21 Dec 2009 14:33:49 -0000 1.2
70 +++ ChangeLog 19 Jun 2014 13:01:36 -0000 1.3
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-scheme/ypsilon
73 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ChangeLog,v 1.2 2009/12/21 14:33:49 ssuominen Exp $
75 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/ypsilon/ChangeLog,v 1.3 2014/06/19 13:01:36 creffett Exp $
77 +
78 + 19 Jun 2014; Chris Reffett <creffett@g.o> ypsilon-0.9.6_p3.ebuild:
79 + [QA] Respect LDFLAGS wrt bug 335364, credit to Cyprien Nicolas <gentoo-
80 + bugzie@×××××.fr> for the fix
81
82 21 Dec 2009; Samuli Suominen <ssuominen@g.o>
83 ypsilon-0.9.6_p3.ebuild, +files/ypsilon-0.9.6_p3-asneeded.patch:
84 @@ -11,4 +15,3 @@
85 20 Apr 2009; Vadim Kuznetsov vadimk@g.o +metadata.xml,
86 +ypsilon-0.9.6_p3.ebuild:
87 Initial commit. Bug 229371. Initial ebuild provided by Dmitry Dzhus.
88 -