diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-16 08:11:18 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-16 08:11:18 +0000 |
commit | 486f9162dc863bc0d7cca09e59811d20e35bc387 (patch) | |
tree | 3f635e80b94c87ae1792ccc4e0dab281fa268ce6 /dev-python/xlrd | |
parent | rm old (diff) | |
download | gentoo-2-486f9162dc863bc0d7cca09e59811d20e35bc387.tar.gz gentoo-2-486f9162dc863bc0d7cca09e59811d20e35bc387.tar.bz2 gentoo-2-486f9162dc863bc0d7cca09e59811d20e35bc387.zip |
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.0.ebuild | 41 | ||||
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.2.ebuild | 40 |
3 files changed, 6 insertions, 83 deletions
diff --git a/dev-python/xlrd/ChangeLog b/dev-python/xlrd/ChangeLog index eb027e8de4af..9b4603aaef7a 100644 --- a/dev-python/xlrd/ChangeLog +++ b/dev-python/xlrd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/xlrd -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.27 2014/12/05 10:16:40 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/ChangeLog,v 1.28 2015/01/16 08:11:18 idella4 Exp $ + + 16 Jan 2015; Ian Delaney <idella4@gentoo.org> -xlrd-0.9.0.ebuild, + -xlrd-0.9.2.ebuild: + rm old 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> xlrd-0.9.3.ebuild: Stable for x86, wrt bug #530624 diff --git a/dev-python/xlrd/xlrd-0.9.0.ebuild b/dev-python/xlrd/xlrd-0.9.0.ebuild deleted file mode 100644 index b03f7afb8909..000000000000 --- a/dev-python/xlrd/xlrd-0.9.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.0.ebuild,v 1.8 2014/03/31 20:55:49 mgorny Exp $ - -EAPI="5" - -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -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="doc examples" - -DEPEND="" -RDEPEND="" - -src_prepare() { - distutils-r1_src_prepare - # add shebang to runxlrd.py - sed -i -e '1i#!/usr/bin/encompdoc.html xlrd.htmlv python' scripts/runxlrd.py || die -} - -python_install_all() { - distutils-r1_python_install_all - - if use doc; then - dohtml ${PN}/doc/{compdoc.html,xlrd.html} - fi - - if use examples; then - docompress -x usr/share/doc/${P}/examples/ - insinto usr/share/doc/${P}/examples - doins ${PN}/examples/* - fi -} diff --git a/dev-python/xlrd/xlrd-0.9.2.ebuild b/dev-python/xlrd/xlrd-0.9.2.ebuild deleted file mode 100644 index bb0ece6e1178..000000000000 --- a/dev-python/xlrd/xlrd-0.9.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.9.2.ebuild,v 1.7 2014/03/31 20:55:49 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -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="doc examples" - -DEPEND="" -RDEPEND="" - -src_prepare() { - distutils-r1_src_prepare - # add shebang to runxlrd.py - sed -i -e '1i#!/usr/bin/encompdoc.html xlrd.htmlv python' scripts/runxlrd.py || die -} - -python_install_all() { - distutils-r1_python_install_all - - if use doc; then - dohtml ${PN}/doc/{compdoc.html,xlrd.html} - fi - - if use examples; then - docompress -x usr/share/doc/${P}/examples/ - insinto usr/share/doc/${P}/examples - doins ${PN}/examples/* - fi -} |