Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-poppler: python-poppler-0.12.1.ebuild python-poppler-0.10.1.ebuild
Date: Sun, 28 Feb 2010 12:35:52
Message-Id: E1NliNB-0000xF-Rd@stork.gentoo.org
1 arfrever 10/02/28 12:35:49
2
3 Modified: python-poppler-0.12.1.ebuild
4 python-poppler-0.10.1.ebuild
5 Log:
6 Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
7 (Portage version: 15497-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/python-poppler/python-poppler-0.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild?r1=1.2&r2=1.3
15
16 Index: python-poppler-0.12.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- python-poppler-0.12.1.ebuild 10 Feb 2010 14:32:52 -0000 1.2
23 +++ python-poppler-0.12.1.ebuild 28 Feb 2010 12:35:49 -0000 1.3
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.2 2010/02/10 14:32:52 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.3 2010/02/28 12:35:49 arfrever Exp $
29
30 EAPI="2"
31
32 -NEED_PYTHON="2.6"
33 -PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
34 +PYTHON_DEPEND="2:2.6"
35 +PYTHON_EXPORT_PHASE_FUNCTIONS="1"
36 SUPPORT_PYTHON_ABIS="1"
37
38 inherit libtool python
39
40
41
42 1.4 dev-python/python-poppler/python-poppler-0.10.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?r1=1.3&r2=1.4
47
48 Index: python-poppler-0.10.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- python-poppler-0.10.1.ebuild 10 Feb 2010 14:32:52 -0000 1.3
55 +++ python-poppler-0.10.1.ebuild 28 Feb 2010 12:35:49 -0000 1.4
56 @@ -1,11 +1,11 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.3 2010/02/10 14:32:52 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.4 2010/02/28 12:35:49 arfrever Exp $
61
62 EAPI="2"
63
64 -NEED_PYTHON="2.6"
65 -PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
66 +PYTHON_DEPEND="2:2.6"
67 +PYTHON_EXPORT_PHASE_FUNCTIONS="1"
68 SUPPORT_PYTHON_ABIS="1"
69
70 inherit libtool python