Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-python/pyPdf: ChangeLog pyPdf-1.12.ebuild
|
|
Date:
|
Sun, 20 Dec 2009 23:14:53 +0000
|
|
arfrever 09/12/20 23:14:53
Modified: ChangeLog pyPdf-1.12.ebuild
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: 15121-svn/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/pyPdf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 28 Apr 2009 17:57:45 -0000 1.4
+++ ChangeLog 20 Dec 2009 23:14:53 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyPdf
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.4 2009/04/28 17:57:45 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.5 2009/12/20 23:14:53 arfrever Exp $
+
+ 21 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+ pyPdf-1.12.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
28 Apr 2009; Zac Medico <zmedico@g.o> pyPdf-1.12.ebuild:
Block =app-text/calibre-0.5.9 due to file collision (bug #258938).
1.5 dev-python/pyPdf/pyPdf-1.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild?r1=1.4&r2=1.5
Index: pyPdf-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyPdf-1.12.ebuild 28 Apr 2009 17:57:45 -0000 1.4
+++ pyPdf-1.12.ebuild 20 Dec 2009 23:14:53 -0000 1.5
@@ -1,14 +1,21 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild,v 1.4 2009/04/28 17:57:45 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/pyPdf-1.12.ebuild,v 1.5 2009/12/20 23:14:53 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Python library to work with pdf files"
-HOMEPAGE="http://pybrary.net/${PN}/"
+HOMEPAGE="http://pybrary.net/pyPdf/ http://pypi.python.org/pypi/pyPdf"
SRC_URI="http://pybrary.net/${PN}/${P}.tar.gz"
+
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="!=app-text/calibre-0.5.9"
+
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
|
|