summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-20 23:14:53 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-20 23:14:53 +0000
commitf510e31fc81996d5a148337382648f03d0c018b4 (patch)
tree7ac459ea0a6289ff4d416b8539634626b248a7ff /dev-python/pyPdf
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-f510e31fc81996d5a148337382648f03d0c018b4.tar.gz
gentoo-2-f510e31fc81996d5a148337382648f03d0c018b4.tar.bz2
gentoo-2-f510e31fc81996d5a148337382648f03d0c018b4.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 15121-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyPdf')
-rw-r--r--dev-python/pyPdf/ChangeLog6
-rw-r--r--dev-python/pyPdf/pyPdf-1.12.ebuild13
2 files changed, 15 insertions, 4 deletions
diff --git a/dev-python/pyPdf/ChangeLog b/dev-python/pyPdf/ChangeLog
index 4c21c10cdaef..0f564987eb8c 100644
--- a/dev-python/pyPdf/ChangeLog
+++ b/dev-python/pyPdf/ChangeLog
@@ -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@gentoo.org>
+ pyPdf-1.12.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
28 Apr 2009; Zac Medico <zmedico@gentoo.org> pyPdf-1.12.ebuild:
Block =app-text/calibre-0.5.9 due to file collision (bug #258938).
diff --git a/dev-python/pyPdf/pyPdf-1.12.ebuild b/dev-python/pyPdf/pyPdf-1.12.ebuild
index 2470858590c0..2ec59250d987 100644
--- a/dev-python/pyPdf/pyPdf-1.12.ebuild
+++ b/dev-python/pyPdf/pyPdf-1.12.ebuild
@@ -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.*"