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: python-djvulibre-0.3.9.ebuild ChangeLog
Date: Thu, 28 Feb 2013 16:18:41
Message-Id: 20130228161838.7B5CB2171D@flycatcher.gentoo.org
1 pinkbyte 13/02/28 16:18:38
2
3 Modified: python-djvulibre-0.3.9.ebuild ChangeLog
4 Log:
5 Remove previously incorrect assumption about 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.3 dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild?r1=1.2&r2=1.3
15
16 Index: python-djvulibre-0.3.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- python-djvulibre-0.3.9.ebuild 28 Feb 2013 16:14:05 -0000 1.2
23 +++ python-djvulibre-0.3.9.ebuild 28 Feb 2013 16:18:38 -0000 1.3
24 @@ -1,10 +1,9 @@
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-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/python-djvulibre-0.3.9.ebuild,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $
29
30 EAPI=5
31
32 -DISTUTILS_SINGLE_IMPL=1
33 PYTHON_COMPAT=( python2_7 )
34
35 inherit distutils-r1
36
37
38
39 1.3 dev-python/python-djvulibre/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-djvulibre/ChangeLog?r1=1.2&r2=1.3
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ChangeLog 28 Feb 2013 16:14:05 -0000 1.2
52 +++ ChangeLog 28 Feb 2013 16:18:38 -0000 1.3
53 @@ -1,11 +1,6 @@
54 # ChangeLog for dev-python/python-djvulibre
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.2 2013/02/28 16:14:05 pinkbyte Exp $
57 -
58 - 28 Feb 2013; Sergey Popov <pinkbyte@g.o>
59 - python-djvulibre-0.3.9.ebuild:
60 - Package buildsystem is designed to work only with one python implementation,
61 - adding DISTUTILS_SINGLE_IMPL
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-djvulibre/ChangeLog,v 1.3 2013/02/28 16:18:38 pinkbyte Exp $
63
64 *python-djvulibre-0.3.9 (28 Feb 2013)