Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/asymptote: ChangeLog asymptote-2.32.ebuild
Date: Sat, 07 Jun 2014 07:46:26
Message-Id: 20140607074621.431032004E@flycatcher.gentoo.org
1 grozin 14/06/07 07:46:21
2
3 Modified: ChangeLog asymptote-2.32.ebuild
4 Log:
5 Fixed #512590
6
7 (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.110 media-gfx/asymptote/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 5 Jun 2014 14:50:33 -0000 1.109
23 +++ ChangeLog 7 Jun 2014 07:46:21 -0000 1.110
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-gfx/asymptote
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.109 2014/06/05 14:50:33 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.110 2014/06/07 07:46:21 grozin Exp $
29 +
30 + 07 Jun 2014; Andrey Grozin <grozin@g.o> asymptote-2.32.ebuild:
31 + Fixed #512590
32
33 *asymptote-2.32 (05 Jun 2014)
34
35
36
37
38 1.2 media-gfx/asymptote/asymptote-2.32.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild?r1=1.1&r2=1.2
43
44 Index: asymptote-2.32.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- asymptote-2.32.ebuild 5 Jun 2014 14:50:33 -0000 1.1
51 +++ asymptote-2.32.ebuild 7 Jun 2014 07:46:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.1 2014/06/05 14:50:33 grozin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.32.ebuild,v 1.2 2014/06/07 07:46:21 grozin Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python2_7 )
60 @@ -36,7 +36,7 @@
61 TEXMF=/usr/share/texmf-site
62
63 pkg_setup() {
64 - use python && python-single-r1_pkg_setup
65 + (use python || use X) && python-single-r1_pkg_setup
66 }
67
68 src_prepare() {