summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-03-10 07:33:34 +0000
committerIan Delaney <idella4@gentoo.org>2013-03-10 07:33:34 +0000
commit4537234b3107f50b513c043db097476e84b77812 (patch)
treed669762421fd0f1a985c8d8ea65ef544de600737 /dev-python/xlrd
parentbump (diff)
downloadgentoo-2-4537234b3107f50b513c043db097476e84b77812.tar.gz
gentoo-2-4537234b3107f50b513c043db097476e84b77812.tar.bz2
gentoo-2-4537234b3107f50b513c043db097476e84b77812.zip
drop old
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/ChangeLog6
-rw-r--r--dev-python/xlrd/xlrd-0.7.1.ebuild28
-rw-r--r--dev-python/xlrd/xlrd-0.7.3.ebuild28
3 files changed, 5 insertions, 57 deletions
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 <idella4@gentoo.org> -xlrd-0.7.1.ebuild,
+ -xlrd-0.7.3.ebuild:
+ drop old
10 Mar 2013; Ian Delaney <idella4@gentoo.org> 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
-}