diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:27:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 17:14:24 +0200 |
commit | 41eaf932ce7bb635b8c5cecd7e70ff701e9a4f54 (patch) | |
tree | 41cbdf0c27035f7ca576b83db1d48c7969fb2fa0 /dev-python/pyrtf | |
parent | 53290a0d825914adde9d4bd1549903d7addea9e5 (diff) | |
download | gentoo-41eaf932ce7bb635b8c5cecd7e70ff701e9a4f54.tar.gz gentoo-41eaf932ce7bb635b8c5cecd7e70ff701e9a4f54.tar.xz |
dev-python/pyrtf: Clean old versions up
Diffstat (limited to 'dev-python/pyrtf')
-rw-r--r-- | dev-python/pyrtf/pyrtf-0.45-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pyrtf/pyrtf-0.45-r1.ebuild b/dev-python/pyrtf/pyrtf-0.45-r1.ebuild deleted file mode 100644 index a4d3ba963b4..00000000000 --- a/dev-python/pyrtf/pyrtf-0.45-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -MY_PN="PyRTF" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A set of Python classes that make it possible to produce RTF documents from Python programs" -HOMEPAGE="http://pyrtf.sourceforge.net https://pypi.python.org/pypi/PyRTF" -SRC_URI="mirror://sourceforge/$PN/${MY_P}.tar.gz" - -LICENSE="|| ( GPL-2 LGPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - python-single-r1_pkg_setup -} |