diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-03 03:58:36 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-03 03:58:36 +0000 |
commit | 7a741eabc25313de93bdddf68a6f02792c358ef5 (patch) | |
tree | 3b0526fba0f11ff5424482e6e9de6bb7abab4e3c /dev-python/speaklater | |
parent | add dev-qt/qtdeclarative as unconditional dependency, bug 531364, proxy for m... (diff) | |
download | gentoo-2-7a741eabc25313de93bdddf68a6f02792c358ef5.tar.gz gentoo-2-7a741eabc25313de93bdddf68a6f02792c358ef5.tar.bz2 gentoo-2-7a741eabc25313de93bdddf68a6f02792c358ef5.zip |
remove old, prepatory checks and assist by B-Man
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/speaklater')
-rw-r--r-- | dev-python/speaklater/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/speaklater/speaklater-1.2.ebuild | 26 | ||||
-rw-r--r-- | dev-python/speaklater/speaklater-1.3.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/dev-python/speaklater/ChangeLog b/dev-python/speaklater/ChangeLog index a9462b83aa5d..90a748e8597b 100644 --- a/dev-python/speaklater/ChangeLog +++ b/dev-python/speaklater/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/speaklater # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/speaklater/ChangeLog,v 1.6 2014/09/30 07:08:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/speaklater/ChangeLog,v 1.7 2014/12/03 03:58:36 idella4 Exp $ + + 03 Dec 2014; Ian Delaney <idella4@gentoo.org> -speaklater-1.2.ebuild, + -speaklater-1.3.ebuild: + remove old, prepatory checks and assist by B-Man 30 Sep 2014; Ian Delaney <idella4@gentoo.org> speaklater-1.3-r1.ebuild: update python impls, purge never needed content diff --git a/dev-python/speaklater/speaklater-1.2.ebuild b/dev-python/speaklater/speaklater-1.2.ebuild deleted file mode 100644 index a5b1007ca785..000000000000 --- a/dev-python/speaklater/speaklater-1.2.ebuild +++ /dev/null @@ -1,26 +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/speaklater/speaklater-1.2.ebuild,v 1.1 2010/12/14 22:24:38 rafaelmartins Exp $ - -EAPI=3 -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Lazy strings for Python" -HOMEPAGE="https://github.com/mitsuhiko/speaklater" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT_PYTHON_ABIS="3.*" - -src_test() { - testing() { - "$(PYTHON)" "${S}/speaklater.py" || die 'test failed.' - } - python_execute_function testing -} diff --git a/dev-python/speaklater/speaklater-1.3.ebuild b/dev-python/speaklater/speaklater-1.3.ebuild deleted file mode 100644 index d94014d34156..000000000000 --- a/dev-python/speaklater/speaklater-1.3.ebuild +++ /dev/null @@ -1,26 +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/speaklater/speaklater-1.3.ebuild,v 1.1 2012/07/30 07:05:49 patrick Exp $ - -EAPI=3 -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Lazy strings for Python" -HOMEPAGE="https://github.com/mitsuhiko/speaklater" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT_PYTHON_ABIS="3.*" - -src_test() { - testing() { - "$(PYTHON)" "${S}/speaklater.py" || die 'test failed.' - } - python_execute_function testing -} |