summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-21 04:02:49 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-21 04:02:49 +0000
commit507292ec17ec0e3b0d711baf7497d7b230919e9e (patch)
tree52af3c8947c03a248284f7cc4be7fe3b4b81a7ef /dev-python/xlrd
parentEAPI bump (diff)
downloadgentoo-2-507292ec17ec0e3b0d711baf7497d7b230919e9e.tar.gz
gentoo-2-507292ec17ec0e3b0d711baf7497d7b230919e9e.tar.bz2
gentoo-2-507292ec17ec0e3b0d711baf7497d7b230919e9e.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/ChangeLog8
-rw-r--r--dev-python/xlrd/xlrd-0.7.7.ebuild28
-rw-r--r--dev-python/xlrd/xlrd-0.8.0.ebuild28
3 files changed, 6 insertions, 58 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog
index a91fb30666b4..534e700276e1 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.19 2013/10/13 09:15:21 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.20 2014/01/21 04:02:49 patrick Exp $
+
+ 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -xlrd-0.7.7.ebuild,
+ -xlrd-0.8.0.ebuild:
+ Remove old
13 Oct 2013; Pacho Ramos <pacho@gentoo.org> xlrd-0.9.0.ebuild,
xlrd-0.9.2.ebuild:
diff --git a/dev-python/xlrd/xlrd-0.7.7.ebuild b/dev-python/xlrd/xlrd-0.7.7.ebuild
deleted file mode 100644
index a4a76ca6fad7..000000000000
--- a/dev-python/xlrd/xlrd-0.7.7.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.7.ebuild,v 1.2 2012/04/20 19:42:05 bicatali 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 ~x86 ~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.8.0.ebuild b/dev-python/xlrd/xlrd-0.8.0.ebuild
deleted file mode 100644
index 9196cdbcfa2f..000000000000
--- a/dev-python/xlrd/xlrd-0.8.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.8.0.ebuild,v 1.4 2013/02/18 11:06:07 ago 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 x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~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
-}