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.10.1.ebuild ChangeLog
Date: Thu, 03 Sep 2009 14:18:21
Message-Id: E1MjHxP-0004Xc-Fj@stork.gentoo.org
1 arfrever 09/09/03 19:26:55
2
3 Modified: python-poppler-0.10.1.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14182-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/python-poppler/python-poppler-0.10.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild?r1=1.1&r2=1.2
14
15 Index: python-poppler-0.10.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- python-poppler-0.10.1.ebuild 3 Sep 2009 13:59:02 -0000 1.1
22 +++ python-poppler-0.10.1.ebuild 3 Sep 2009 19:26:55 -0000 1.2
23 @@ -1,10 +1,14 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.1 2009/09/03 13:59:02 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.2 2009/09/03 19:26:55 arfrever Exp $
28
29 -EAPI=2
30 +EAPI="2"
31
32 -inherit libtool
33 +NEED_PYTHON="2.6"
34 +PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
35 +SUPPORT_PYTHON_ABIS="1"
36 +
37 +inherit libtool python
38
39 DESCRIPTION="Python bindings to the Poppler PDF library."
40 SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-${PV}.tar.gz"
41 @@ -12,7 +16,7 @@
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 -KEYWORDS="~x86 ~amd64"
46 +KEYWORDS="~amd64 ~x86"
47 IUSE="examples"
48
49 S="${WORKDIR}/pypoppler-${PV}"
50 @@ -23,12 +27,15 @@
51 >=dev-python/pycairo-1.8.4"
52 DEPEND="${RDEPEND}"
53
54 +RESTRICT_PYTHON_ABIS="2.4 2.5 3*"
55 +
56 src_prepare() {
57 elibtoolize
58 + python_copy_sources
59 }
60
61 src_install() {
62 - emake DESTDIR="${D}" install
63 + python_src_install
64 find "${D}" -name '*.la' -type f -exec rm -f '{}' ';' || die "Removing .la files failed"
65 dodoc NEWS
66 if use examples; then
67
68
69
70 1.3 dev-python/python-poppler/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/ChangeLog?rev=1.3&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/ChangeLog?rev=1.3&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-poppler/ChangeLog?r1=1.2&r2=1.3
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v
79 retrieving revision 1.2
80 retrieving revision 1.3
81 diff -u -r1.2 -r1.3
82 --- ChangeLog 3 Sep 2009 13:59:02 -0000 1.2
83 +++ ChangeLog 3 Sep 2009 19:26:55 -0000 1.3
84 @@ -1,6 +1,10 @@
85 # ChangeLog for dev-python/python-poppler
86 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.2 2009/09/03 13:59:02 patrick Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.3 2009/09/03 19:26:55 arfrever Exp $
89 +
90 + 03 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
91 + python-poppler-0.10.1.ebuild:
92 + Set SUPPORT_PYTHON_ABIS.
93
94 *python-poppler-0.10.1 (03 Sep 2009)