Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-djvulibre: ChangeLog python-djvulibre-0.3.9.ebuild
Date: Thu, 28 Feb 2013 16:14:09
Message-Id: 20130228161405.E2D6E2171D@flycatcher.gentoo.org
1 pinkbyte 13/02/28 16:14:05
2
3 Modified: ChangeLog python-djvulibre-0.3.9.ebuild
4 Log:
5 Package buildsystem is designed to work only with one python implementation, adding DISTUTILS_SINGLE_IMPL
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 dev-python/python-djvulibre/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 28 Feb 2013 15:57:29 -0000 1.1
23 +++ ChangeLog 28 Feb 2013 16:14:05 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/python-djvulibre
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.1 2013/02/28 15:57:29 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $
29 +
30 + 28 Feb 2013; Sergey Popov <pinkbyte@g.o>
31 + python-djvulibre-0.3.9.ebuild:
32 + Package buildsystem is designed to work only with one python implementation,
33 + adding DISTUTILS_SINGLE_IMPL
34
35 *python-djvulibre-0.3.9 (28 Feb 2013)
36
37
38
39
40 1.2 dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?r1=1.1&r2=1.2
45
46 Index: python-djvulibre-0.3.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- python-djvulibre-0.3.9.ebuild 28 Feb 2013 15:57:29 -0000 1.1
53 +++ python-djvulibre-0.3.9.ebuild 28 Feb 2013 16:14:05 -0000 1.2
54 @@ -1,9 +1,10 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.1 2013/02/28 15:57:29 pinkbyte Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $
59
60 EAPI=5
61
62 +DISTUTILS_SINGLE_IMPL=1
63 PYTHON_COMPAT=( python2_7 )
64
65 inherit distutils-r1