From 4537234b3107f50b513c043db097476e84b77812 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Sun, 10 Mar 2013 07:33:34 +0000 Subject: drop old (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- dev-python/xlrd/ChangeLog | 6 +++++- dev-python/xlrd/xlrd-0.7.1.ebuild | 28 ---------------------------- dev-python/xlrd/xlrd-0.7.3.ebuild | 28 ---------------------------- 3 files changed, 5 insertions(+), 57 deletions(-) delete mode 100644 dev-python/xlrd/xlrd-0.7.1.ebuild delete mode 100644 dev-python/xlrd/xlrd-0.7.3.ebuild (limited to 'dev-python/xlrd') diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index 76c47d68b043..7b67e7652196 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/xlrd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.11 2013/03/10 07:13:52 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.12 2013/03/10 07:33:34 idella4 Exp $ + + 10 Mar 2013; Ian Delaney -xlrd-0.7.1.ebuild, + -xlrd-0.7.3.ebuild: + drop old 10 Mar 2013; Ian Delaney xlrd-0.9.0.ebuild: bump diff --git a/dev-python/xlrd/xlrd-0.7.1.ebuild b/dev-python/xlrd/xlrd-0.7.1.ebuild deleted file mode 100644 index 473e43dd287a..000000000000 --- a/dev-python/xlrd/xlrd-0.7.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.1.ebuild,v 1.3 2010/12/26 15:52:18 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" -HOMEPAGE="http://pypi.python.org/pypi/xlrd" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - distutils_src_prepare - # add shebang to runxlrd.py - sed -i -e '1i#!/usr/bin/env python' scripts/runxlrd.py || die -} diff --git a/dev-python/xlrd/xlrd-0.7.3.ebuild b/dev-python/xlrd/xlrd-0.7.3.ebuild deleted file mode 100644 index 909a9ed6f5f5..000000000000 --- a/dev-python/xlrd/xlrd-0.7.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.3.ebuild,v 1.1 2012/03/03 09:52:25 nelchael Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Library for developers to extract data from Microsoft Excel (tm) spreadsheet files" -HOMEPAGE="http://pypi.python.org/pypi/xlrd" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - distutils_src_prepare - # add shebang to runxlrd.py - sed -i -e '1i#!/usr/bin/env python' scripts/runxlrd.py || die -} -- cgit v1.2.3-65-gdbad