summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-18 07:18:46 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-18 07:18:46 +0000
commit23ac02fa066f733c2acab01e2f833b12eb0bfa63 (patch)
tree6b0a009c8c598158a02b80219df737b5d15fe441 /dev-python/pyPdf
parentDrop python2_5 support to match versions supported by html5lib-1.0_beta1. (diff)
downloadgentoo-2-23ac02fa066f733c2acab01e2f833b12eb0bfa63.tar.gz
gentoo-2-23ac02fa066f733c2acab01e2f833b12eb0bfa63.tar.bz2
gentoo-2-23ac02fa066f733c2acab01e2f833b12eb0bfa63.zip
Revbump, migrate to distutils-r1.
(Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/pyPdf')
-rw-r--r--dev-python/pyPdf/ChangeLog9
-rw-r--r--dev-python/pyPdf/pyPdf-1.13-r1.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/pyPdf/ChangeLog b/dev-python/pyPdf/ChangeLog
index 9fa4fe0e4e55..e17356050675 100644
--- a/dev-python/pyPdf/ChangeLog
+++ b/dev-python/pyPdf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyPdf
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.11 2011/01/11 18:13:58 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.12 2013/06/18 07:18:46 radhermit Exp $
+
+*pyPdf-1.13-r1 (18 Jun 2013)
+
+ 18 Jun 2013; Tim Harder <radhermit@gentoo.org> +pyPdf-1.13-r1.ebuild:
+ Revbump, migrate to distutils-r1.
11 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-pyPdf-1.12.ebuild:
diff --git a/dev-python/pyPdf/pyPdf-1.13-r1.ebuild b/dev-python/pyPdf/pyPdf-1.13-r1.ebuild
new file mode 100644
index 000000000000..67815319ec72
--- /dev/null
+++ b/dev-python/pyPdf/pyPdf-1.13-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/pyPdf-1.13-r1.ebuild,v 1.1 2013/06/18 07:18:46 radhermit Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_{5,6,7} )
+
+inherit distutils-r1
+
+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"