summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2010-12-06 09:17:25 +0000
committerDirkjan Ochtman <djc@gentoo.org>2010-12-06 09:17:25 +0000
commitdfe59ef31c59c9a783f4c88834e71491c52b41ef (patch)
treed8fd5dbe07e644488f26a5c168bf50eb4eb538f8 /dev-python/pyPdf
parent0.7.32 version bump. (diff)
downloadgentoo-2-dfe59ef31c59c9a783f4c88834e71491c52b41ef.tar.gz
gentoo-2-dfe59ef31c59c9a783f4c88834e71491c52b41ef.tar.bz2
gentoo-2-dfe59ef31c59c9a783f4c88834e71491c52b41ef.zip
Version bump pyPdf to 1.13.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyPdf')
-rw-r--r--dev-python/pyPdf/ChangeLog7
-rw-r--r--dev-python/pyPdf/pyPdf-1.13.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-python/pyPdf/ChangeLog b/dev-python/pyPdf/ChangeLog
index 4c3250d1f9af..56ace5be4aee 100644
--- a/dev-python/pyPdf/ChangeLog
+++ b/dev-python/pyPdf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyPdf
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.7 2010/05/18 13:02:17 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.8 2010/12/06 09:17:25 djc Exp $
+
+*pyPdf-1.13 (06 Dec 2010)
+
+ 06 Dec 2010; Dirkjan Ochtman <djc@gentoo.org> +pyPdf-1.13.ebuild:
+ Version bump to 1.13 (bug 347814).
18 May 2010; Markos Chandras <hwoarang@gentoo.org> pyPdf-1.12.ebuild:
Stable on amd64 wrt bug #309773
diff --git a/dev-python/pyPdf/pyPdf-1.13.ebuild b/dev-python/pyPdf/pyPdf-1.13.ebuild
new file mode 100644
index 000000000000..1e414f872a71
--- /dev/null
+++ b/dev-python/pyPdf/pyPdf-1.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/pyPdf-1.13.ebuild,v 1.1 2010/12/06 09:17:25 djc Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Python library to work with pdf files"
+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=""
+
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"