diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-02 14:44:50 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-02 14:44:50 +0000 |
commit | 808a24e88a981c0f2568503fec0fb948cc080e67 (patch) | |
tree | 389661e9bf68d6dce41a942b6785f09c8683b21c /dev-python/isodate | |
parent | Drop net-dns/avahi dependency which is no longer needed wrt bug #538166. (diff) | |
download | gentoo-2-808a24e88a981c0f2568503fec0fb948cc080e67.tar.gz gentoo-2-808a24e88a981c0f2568503fec0fb948cc080e67.tar.bz2 gentoo-2-808a24e88a981c0f2568503fec0fb948cc080e67.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/isodate')
-rw-r--r-- | dev-python/isodate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/isodate/isodate-0.4.9.ebuild | 23 |
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-python/isodate/ChangeLog b/dev-python/isodate/ChangeLog index 7d5148e0f2cd..bd00b0020790 100644 --- a/dev-python/isodate/ChangeLog +++ b/dev-python/isodate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.32 2015/01/28 10:31:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.33 2015/02/02 14:44:50 mrueg Exp $ + + 02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -isodate-0.4.9.ebuild: + Remove old. 28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> isodate-0.5.1.ebuild: Stable for ppc, wrt bug #535334 diff --git a/dev-python/isodate/isodate-0.4.9.ebuild b/dev-python/isodate/isodate-0.4.9.ebuild deleted file mode 100644 index 7df64ce8e9ce..000000000000 --- a/dev-python/isodate/isodate-0.4.9.ebuild +++ /dev/null @@ -1,23 +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/isodate/isodate-0.4.9.ebuild,v 1.7 2013/02/02 22:28:52 ago Exp $ - -EAPI="4" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="setup.py" -RESTRICT_PYTHON_ABIS="*-pypy-*" - -inherit distutils - -DESCRIPTION="ISO 8601 date/time/duration parser and formater" -HOMEPAGE="http://pypi.python.org/pypi/isodate" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools" - -DOCS="CHANGES.txt README.txt TODO.txt" |