summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 14:13:11 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 14:13:11 +0000
commita594b0f96551044308f047a8c11010049cd71a17 (patch)
tree52589fdfc301c573e694df30abdd88052a4614c2 /dev-python/pyPdf
parentRemove old. (diff)
downloadgentoo-2-a594b0f96551044308f047a8c11010049cd71a17.tar.gz
gentoo-2-a594b0f96551044308f047a8c11010049cd71a17.tar.bz2
gentoo-2-a594b0f96551044308f047a8c11010049cd71a17.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
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, 5 insertions, 23 deletions
diff --git a/dev-python/pyPdf/ChangeLog b/dev-python/pyPdf/ChangeLog
index b868b813c664..b502567377bb 100644
--- a/dev-python/pyPdf/ChangeLog
+++ b/dev-python/pyPdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyPdf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.15 2014/01/14 14:00:29 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyPdf/ChangeLog,v 1.16 2015/01/26 14:13:11 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -pyPdf-1.13.ebuild:
+ Remove old.
14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pyPdf-1.13-r1.ebuild:
Stable for x86, wrt bug #495602
diff --git a/dev-python/pyPdf/pyPdf-1.13.ebuild b/dev-python/pyPdf/pyPdf-1.13.ebuild
deleted file mode 100644
index 27a103ae9b37..000000000000
--- a/dev-python/pyPdf/pyPdf-1.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 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.3 2011/01/11 15:36:25 phajdan.jr 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.*"